Skip to content

Releases: mozilla/glean_parser

v15.1.0

21 Oct 16:53

Choose a tag to compare

  • Bugfix: Remove unused keyword argument from exception (#755)
  • Add Go log outputter support for custom pings (go_server) (#758)

v15.0.1

02 Sep 10:52

Choose a tag to compare

  • Rust codegen: use correctly named parameter for events without extras (#750)

v15.0.0

19 Aug 13:02

Choose a tag to compare

  • Breaking change: Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)
  • Breaking change: Do not generate Geckoview Streaming helper code (#743)

v14.5.2

14 Aug 09:59

Choose a tag to compare

  • Revert updating Kotlin template import statement as part of removing service-glean from Android Components.
    This change was BREAKING. It will be reintroduced in a major release afterwards (#744)

v14.5.1

05 Aug 12:52

Choose a tag to compare

  • BUGFIX: Rust object metrics: Accept null in place of empty arrays

v14.5.0

02 Aug 18:44

Choose a tag to compare

  • BUGFIX: Fix Rust codegen to properly handle events with multiple types of extras (bug 1911165)
  • Updating Kotlin template import statement as part of removing service-glean from Android Components. (bug 1906941)

v14.4.0

01 Aug 18:35

Choose a tag to compare

  • Fix JS and Ruby server templates to correctly send event extra values as strings (DENG-4405)
  • ENHANCEMENT: Extra keys in extra_keys: fields may now contain any printable ASCII characters (bug 1910976)

v14.3.0

22 Jul 15:45

Choose a tag to compare

  • Add the module_spec option to the javascript_server outputter (#726)
  • BUGFIX: Fix the Rust codegen for changes to how labeled_* metrics are constructed (bug 1909244)
  • Generate a serializer for array wrappers (bug 1908157)

v14.2.0

12 Jul 17:38

Choose a tag to compare

  • New Metric Types: labeled_{custom|memory|timing}_distribution (bug 1657947)

v14.1.3

11 Jul 10:15

Choose a tag to compare

  • Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed (#722)