Skip to content

Commit

Permalink
Changelog entry for the new collection-enabled mode
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 26, 2024
1 parent a13433b commit 005c96f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* General
* Add methods to access current Glean debugging settings and the list of currently registered pings([Bug 1921976](https://bugzilla.mozilla.org/show_bug.cgi?id=1921976)).
* Require `glean_parser` v16.0.0 ([#3006](https://github.com/mozilla/glean/pull/3006))
* BREAKING CHANGE: Add new `collection-enabled` mode (and `follows_collection_enabled` setting for pings).
This allows to control a subset of pings independently from the Glean-wide `upload-enabled` flag.
This deprecates the `setUploadEnabled` API in favor of `setCollectionEnabled`. ([#3006](https://github.com/mozilla/glean/pull/3006))
* Rust
* Permit Glean shutdown to interrupt UploadManager Wait tasks ([bug 1928288](https://bugzilla.mozilla.org/show_bug.cgi?id=1928288))

Expand Down

0 comments on commit 005c96f

Please sign in to comment.