Skip to content

Releases: mozilla/glean_parser

v6.2.1

18 Oct 14:06
Compare
Choose a tag to compare
  • Add support for Rate, Denominator and Numerator metrics for JavaScript. (bug 1793777)

v6.2.0

14 Sep 10:33
Compare
Choose a tag to compare
  • [data-review] Use a template to generate the Data Review Request template (bug 1772605)
  • Make tag and no_lint order deterministic (#518)

v6.1.2

28 Jul 17:51
Compare
Choose a tag to compare
  • Swift: Add a conditional import Foundation to support generating metrics when Glean is delivered via the AppServices iOS megazord

v6.1.1

13 Jun 11:07
Compare
Choose a tag to compare
  • Rust: Use correct name for a ping in generated code.

v6.1.0

13 Jun 10:59
Compare
Choose a tag to compare
  • [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

23 May 09:35
Compare
Choose a tag to compare
  • Relax version requirement for MarkupSafe.
    Now works with MarkupSafe v1.1.1 to v2.0.1 inclusive again.

v6.0.0

19 May 11:40
Compare
Choose a tag to compare
  • 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

01 Apr 09:52
Compare
Choose a tag to compare
  • BUGFIX: Revert changes made on v5.1.1.
    • The issues addressed by those changes, were non-issues and result of misuse of the APIs.

v5.1.1

31 Mar 09:13
Compare
Choose a tag to compare
  • BUGFIX: Fix issues with Swift templates (bug 1749494)
    • Make metrics and pings all public
    • Make pings static

v5.1.0

09 Mar 13:57
Compare
Choose a tag to compare
  • Add support for build info generation for JavaScript and Typescript targets (bug 1749494)