Releases: mozilla/glean_parser
Releases · mozilla/glean_parser
v9.0.0
v8.1.1
v8.1.0
v8.0.0
- BREAKING CHANGE: Remove exposed
lint_yaml_files
function (#580) - Rust: Removed
__glean_metric_maps
from the Rust Jinja template. This functionality is better placed downstream (Bug 1816526) - New lint: check that all referenced pings are known (#584)
- Add experimental server-side JavaScript outputter (FXA-7922)
v7.2.1
v7.2.0
v7.1.0
- ENHANCEMENT: Labels in
labels:
fields may now contain any printable ASCII characters (bug 1672273) - BUGFIX: Enforce ordering of generation of Pings, Metrics and Tags such that order is deterministic (bug 1820334)
v7.0.0
- BUGFIX: Remove internal-only fields from serialized metrics data (#550)
- FEATURE: New subcommand:
dump
to dump the metrics data as JSON (#550) - BUGFIX: Kotlin: Generate enums with the right generic bound for ping reason codes (#551).
- BREAKING CHANGE: Fully remove support for the old events API (#549)
Adds a new lintOLD_EVENT_API
to warn about missingtype
attributes on event extra keys.
Note that the Glean SDK already dropped support for the old events API.
v6.4.0
v6.3.0
- events: Increase extras limit to 15 (bug 1798713)