Skip to content

Commit

Permalink
Clean up CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed May 22, 2020
1 parent 5b12211 commit d1ac4a9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

[Full changelog](https://github.com/mozilla/glean/compare/v30.0.0...master)

* Android
* BUGFIX: Fix a race condition that leads to a `ConcurrentModificationException`. [Bug 1635865](https://bugzilla.mozilla.org/1635865)
* Android & iOS
* Ping payloads are now compressed using gzip.
* iOS
* `Glean.initialize` is now a no-op if called from an embedded extension. This means that Glean will only run in the base application process in order to prevent extensions from behaving like separate applications with different client ids from the base application. Applications are responsible for ensuring that extension metrics are only collected within the base application.
* Python
* `lifetime: application` metrics are now cleared after the Glean-owned pings are sent,
after the product starts.
* Glean Python bindings now build in a native Windows environment.
* BUGFIX: `MemoryDistributionMetric` now parses correctly in `metrics.yaml` files.
* BUGFIX: Glean will no longer crash if run as part of another library's coverage testing.

# v30.0.0 (2020-05-13)

Expand All @@ -28,6 +29,13 @@
* iOS:
* Refactor the ping uploader to use the new upload mechanism.

# v29.1.1 (2020-05-22)

[Full changelog](https://github.com/mozilla/glean/compare/v29.1.0...v29.1.1)

* Android
* BUGFIX: Fix a race condition that leads to a `ConcurrentModificationException`. [Bug 1635865](https://bugzilla.mozilla.org/1635865)

# v29.1.0 (2020-05-11)

[Full changelog](https://github.com/mozilla/glean/compare/v29.0.0...v29.1.0)
Expand Down Expand Up @@ -119,7 +127,7 @@
were unintentionally public, have been made private.
* Most Glean work and I/O is now done on its own worker thread. This brings the parallelism Python in line with the other platforms.
* The timing distribution, memory distribution, string list, labeled boolean and labeled string metric types are now supported in Python ([#762](https://github.com/mozilla/glean/pull/762), [#763](https://github.com/mozilla/glean/pull/763), [#765](https://github.com/mozilla/glean/pull/765), [#766](https://github.com/mozilla/glean/pull/766))

# v25.1.0 (2020-02-26)

[Full changelog](https://github.com/mozilla/glean/compare/v25.0.0...v25.1.0)
Expand Down

0 comments on commit d1ac4a9

Please sign in to comment.