- General
- Add methods to access current Glean debugging settings and the list of currently registered pings(Bug 1921976).
- Require
glean_parser
v16.1.0 (#3006) - BREAKING CHANGE: Add new
collection-enabled
mode (andfollows_collection_enabled
setting for pings).
This allows to control a subset of pings independently from the Glean-wideupload-enabled
flag.
This deprecates thesetUploadEnabled
API in favor ofsetCollectionEnabled
. (#3006)
- Rust
- Permit Glean shutdown to interrupt UploadManager Wait tasks (bug 1928288)