You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
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.