- General
- Remove
testHasValue
from all implementations.
testGetValue
always returns a null value
(null
,nil
,None
depending on the language) and does not throw an exception (#2087). - BREAKING CHANGE: Dropped
ping_name
argument from alltest_get_num_recorded_errors
methods (#2088)
Errors default to themetrics
ping, so that's what is queried internally. - BREAKING: Disable
safe-mode
everywhere. This causes all clients to migrate from LMDB to safe-mode storage (#2123)
- Remove
- Kotlin
- Fix the Glean Gradle Plugin to work with Android Gradle Plugin v7.2.1 (#2114)
- Rust
- Add a method to construct an Event with runtime-known allowed extra keys. (bug 1767037)