Releases: mozilla/glean
Releases · mozilla/glean
v62.0.0
- General
- BREAKING: Remove LMDB-to-safe-mode migration.
Safe-mode became the default in Glean v51. (bug 1780370) - BREAKING: Stop sending buckets with 0 counts in memory_distribution and timing_distribution metric payloads (bug 1898336)
- Require
glean_parser
v15.2.0 (bug 1925346) - Disabled the
glean.database.write_time
metric as the instrumented behavior was triggering metrics pings to be sent containing only that metric (Bug 1928168)
- BREAKING: Remove LMDB-to-safe-mode migration.
- Rust
- New Metric Type:
labeled_quantity
(bug 1925346)
- New Metric Type:
v61.2.0
v61.1.0
v61.0.0
- General
- BREAKING CHANGE: Updated to UniFFI 0.28.0 (#2920)
- BREAKING CHANGE: Update to
glean_parser
v15.0.0 (release notes)
- Kotlin
- BREAKING CHANGE: Remove now obsolete type alias (#2935)
v60.5.0
- General
- Android
- Update to Gradle v8.9 (#2909)
- Fixed
GleanTestLocalServer
test rule to prevent leaking between tests(Bug 1787234)
- Rust
- Remove cargo feature
preinit_million_queue
and set the default pre-init queue size to 10^6 for all consumers (Bug 1909246)
- Remove cargo feature
v60.4.0
- General
- Bump the string length limit to 255 characters (#2857)
- New metric
glean.database.write_time
to measure database writes (#2845) - Require glean_parser v14.3.0 (bug 1909244)
- Android
- Delay log init until Glean is getting initialized (#2858)
- Update to Gradle v8.8 (#2860)
- Updated Kotlin to version 1.9.24 (#2861)
- Default-enable
delayPingLifetimeIo
(#2863) - Preparing Glean to be able to remove
service-glean
from Android Components (#2891) - Gradle Plugin: Support for using an external Python environment (#2889)
- Rust
- New Metric Types:
labeled_custom_distribution
,labeled_memory_distribution
, andlabeled_timing_distribution
(bug 1657947)
- New Metric Types: