Releases: mozilla/glean
Releases · mozilla/glean
v68.0.0
Note: No changes in this release are actually breaking. We're doing this to have a clear cut before we merge the new SQLite-powered storage backend.
v67.5.0
v67.5.0 (2026-06-09)
- General
- Add clear_attribution_data and clear_distribution_data General APIs to clear core attribution and distribution data (bug 2043535).
v67.4.0
v67.4.0 (2026-06-09)
- General
- Updated to
glean_parserv19.1.1 (#3426, #3470) - Increase pending ping limits to better support long network outages (bug 2040030)
- New
glean.upload.pending_pings_deletedmetric added to differentiate between deletions due to pending ping count or directory size limitations - Default pending pings allowed before deletion raised from 250 to 500, and the directory size before deletion increased from 10MB to 50MB.
- New configuration fields added to allow integrating applications to override the maximum pending pings count and directory size limits.
- New
- Add first-class Sessions support: configurable session management (
Auto,Lifecycle,Manualmodes), session-level sampling,glean.session_start/glean.session_endboundary events in theeventsping, and per-event session metadata for downstream analysis (bug 2020962)
- Updated to
- Rust
- Android
v67.3.2
v67.3.1
v67.3.0
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