v82.0.0 (2021-07-29)
General
⚠️ Breaking Changes ⚠️
- The bundled version of Glean has been updated to v39.0.4, which includes a new API
for recording extra event fields that have an explicit type..
(#4356)
What's New
- Added content signature and chain of trust verification features in
rc_crypto
,
and updated NSS to version 3.66.
(#4195)
Nimbus
What's Changed
- The Nimbus API now accepts application specific context as a part of its
appSettings
.
The consumers get to define this context for targeting purposes. This allows different consumers
to target on different fields without the SDK having to acknowledge all the fields.
(#4359)