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