Releases: mozilla/glean
Releases · mozilla/glean
Release list
v21.3.0
v21.2.1-TESTING1
Release version 21.2.1-alpha.1
Release version 21.2.0
-
All platforms
-
The experiments API is no longer ignored before the Glean SDK initialized. Calls are
recorded and played back once the Glean SDK is initialized. -
String list items were being truncated to 20, rather than 50, bytes when using
.set()(rather than.add()). This has been corrected, but it may result
in changes in the sent data if using string list items longer than 20 bytes.
-
v21.1.1
v21.1.0: Create 21.1.0 release (#499)
-
Android:
-
Two new metrics were added to investigate sending of metrics and baseline pings.
See bug 1597980 for more information. -
Glean's two lifecycle observers were refactored to avoid the use of reflection.
-
-
All platforms:
- Timespans will now not record an error if stopping after setting upload enabled to false.
v21.0.0
Release bugfix
- The version of Glean is included in the Glean Gradle plugin.
v19.1.0-SNAPSHOT
v19.1.0 - Bug fixes
- Fixed a crash calling
starton a timing distribution metric before Glean is initialized.
Timings are always measured, but only recorded when upload is enabled (#400) - BUGFIX: When the Debug Activity is used to log pings, each ping is now logged only once (#407)
- New
invalid stateerror, used in timespan recording (#230) - Add an Android crash instrumentation walkthrough (#399)
- Fix crashing bug by avoiding assert-printing in lmdb (#422)
- Upgrade dependencies, including rkv (#416)
v19.0.0-SNAPSHOT
Snapshot release 19.0.0-SNAPSHOT