NOTE: v33.1.0 was tagged incorrectly and was removed.
- General
- Standardize throttle backoff time throughout all bindings. (#1240)
- Update
glean_parser
to 1.29.0- Generated code now includes a comment next to each metric containing the name of the metric in its original
snake_case
form.
- Generated code now includes a comment next to each metric containing the name of the metric in its original
- Expose the description of the metric types in glean_core using traits.
- Rust
- Add the
BooleanMetric
type. - Add the
dispatcher
module (copied over from mozilla-central).
- Add the
- Android
- Update the JNA dependency from 5.2.0 to 5.6.0
- The
glean-gradle-plugin
now makes sure that only a single Miniconda installation will happen at the same time to avoid a race condition when multiple components within the same project are using Glean.