Releases: mozilla/glean_parser
Releases · mozilla/glean_parser
v6.2.1
- Add support for Rate, Denominator and Numerator metrics for JavaScript. (bug 1793777)
v6.2.0
v6.1.2
v6.1.1
v6.1.0
- [data-review] Include extra keys' names and descriptions in data review template (bug 1767027)
- Raise limit on number of statically-defined labels to 4096. (bug 1772163)
- Fix Rust code generation for new UniFFI interface (#491, #494, #495)
v6.0.1
v6.0.0
- BUGFIX: Add missing
extra_args
to Rust constructor generation (bug 1765855) - Breaking change:
glean_parser
now generates metrics compatible with the UniFFI-powered Glean SDK.
This is not backwards-compatible with previous versions. - Generate Rate, Denominator and Numerator metrics for Kotlin and Swift
- Explicitly skip Rate, Denominator and Numerator metrics for JavaScript.
These will cause a build failure by default, but can be turned into warnings on request.
Use-s fail_rates=false
to enable warning-only mode.
v5.1.2
v5.1.1
- BUGFIX: Fix issues with Swift templates (bug 1749494)
- Make metrics and pings all
public
- Make pings
static
- Make metrics and pings all
v5.1.0
- Add support for build info generation for JavaScript and Typescript targets (bug 1749494)