-
Notifications
You must be signed in to change notification settings - Fork 160
Releases: mozilla/glean
Releases * mozilla/glean
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)
Assets 10
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
Assets 9
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)
Assets 7
v66.1.2
- General
- Use an explicit match for the labeled metric ping sections (#3335)
Assets 10
v66.1.1
- Kotlin
- BUGFIX: For
lateinitmetrics, check that the metric was instantiated before recording on it (#3309)
- BUGFIX: For
Assets 10
v65.2.3
- Kotlin
- BUGFIX: For
lateinitmetrics, check that the metric was instantiated before recording on it (#3309)
- BUGFIX: For
Assets 10
v66.1.0
- General
- Store the client ID in an additional plaintext file and report on regeneration (#3292)
Assets 10
v66.0.1
- Swift
- Rely on
Codableagain for serialization of object metrics (#3300)
- Rely on
Assets 10
v66.0.0
- General
- Rust
- Use an associated type for
TestGetValue(#3259)
- Use an associated type for
- Swift
- Android
Assets 10
v65.2.2
- General
- Report db record counts during init phases (bug 1992024)