Skip to content

Releases: mozilla/glean

v21.0.0

18 Nov 14:50
f353f89
Compare
Choose a tag to compare
  • Android:

    • The GleanTimerId can now be accessed in Java and is no longer a typealias.

    • Fixed a bug where the metrics ping was getting scheduled twice on startup.

  • All platforms

    • Bumped glean_parser to version 1.11.0.

Release bugfix

11 Nov 15:17
ff9e73b
Compare
Choose a tag to compare
  • The version of Glean is included in the Glean Gradle plugin.

v19.1.0-SNAPSHOT

29 Oct 18:08
Compare
Choose a tag to compare
[test] 19.1.0-SNAPSHOT

v19.1.0 - Bug fixes

29 Oct 18:35
a116430
Compare
Choose a tag to compare

Full changelog

  • Fixed a crash calling start on 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 state error, 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

23 Oct 09:08
Compare
Choose a tag to compare
Snapshot release 19.0.0-SNAPSHOT

v19.0.0: Release version 19.0.0 (#397)

23 Oct 16:11
1ac00bf
Compare
Choose a tag to compare

v0.0.1-TESTING7

22 Oct 08:15
Compare
Choose a tag to compare
[testing] publish new testing release

v0.0.1-TESTING6

18 Oct 16:15
4c471c3
Compare
Choose a tag to compare
[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING5...v0.0.1-TESTING6)

* Ignore dynamically stored labels if Glean is not initialized ([#374](https://github.com/mozilla/glean/pull/374))
* Make sure ProGuard doesn't remove Glean classes from the app ([#380](https://github.com/mozilla/glean/pull/380))
* Keep track of pings in all modes ([#378](https://github.com/mozilla/glean/pull/378))
* Add 'jnaTest' dependencies to the 'forUnitTest' JAR ([#382](https://github.com/mozilla/glean/pull/382))

v0.0.1-TESTING5: Merge pull request #367 from mozilla/001_testing5_release

10 Oct 08:01
832b222
Compare
Choose a tag to compare

v0.0.1-TESTING4

09 Oct 11:19
Compare
Choose a tag to compare

Full changelog

  • Take DST into account when converting a calendar into its items (#359)
  • Include a macOS library in the forUnitTests builds (#358)
  • Keep track of all registered pings in test mode (#363)