Releases: mozilla/glean
Releases · mozilla/glean
v67.2.0
v67.1.0
v67.0.0
- General
- BUGFIX: Correct
glean.database.rkv_load_error's category andglean.upload.discarded_exceeding_pings_size's name (bug 2009475) - Event timestamps are now always clamped to the range of a signed 64-bit integer.
An overflow is recorded in the new metricglean.error.event_timestamp_clampedin case this happens (#3308). - BREAKING CHANGE: Updated to UniFFI 0.31.0 (#3366)
- BUGFIX: Correct
- Android
- Updated Kotlin to 2.3.0 (#3379)
v66.3.0
- General
- Updated to
glean_parserv18.2.0 (#3356)
- Updated to
- Python
- Source wheel builds now build the SDK upon install correctly (#3359)
- iOS
- Annotate the
PingUploadScheduleras unavailable for iOS App extensions (, as app extensions run in a restricted environment without access to UIApplication.shared.#3355)
- Annotate the
v66.2.0
- General
- Stop reporting db file sizes during init phase (#3331)
- Tiny performance improvement for putting tasks on the dispatcher (#3318)
- Instrument the case when the
client_id.txtfile does not exist yet (#3339) - When a missing client ID in the database is detected, Glean now restores the backup client ID (#3334)
- Disable the
post_inithealth ping (#3343)
- iOS
- Android
- Configuration-time performance optimizations for the Glean Gradle Plugin (#3326)
- Python
- Bindings are generated in library mode, enabling source install from PyPI (#3317)