Skip to content

Releases: mozilla/glean_parser

v1.17.1

06 Feb 12:40

Choose a tag to compare

  • BUGFIX: Generated Swift code now includes import Glean, unless generating
    for a Glean-internal build.

v1.17.0

06 Feb 12:40

Choose a tag to compare

  • Remove default schema URL from validate_ping
  • Make schema argument required for CLI
  • BUGFIX: Avoid default import in Swift code for Glean itself
  • BUGFIX: Restore order of fields in generated Swift code

v1.16.0

06 Feb 12:40

Choose a tag to compare

  • Support for reason codes on pings was added.

v1.15.5

19 Dec 14:11

Choose a tag to compare

  • BUGFIX: Also allow the legacy name all_pings for send_in_pings parameter on metrics

v1.15.4

19 Dec 13:25

Choose a tag to compare

  • BUGFIX: Also allow the legacy name all_pings

v1.15.3

13 Dec 10:04

Choose a tag to compare

  • Add project title to markdown template.
  • Remove "Sorry about that" from markdown template.
  • BUGFIX: Replace dashes in variable names to force proper naming

v1.13.0

04 Dec 13:50

Choose a tag to compare

  • The translate command will no longer clear extra files in the output directory.
  • BUGFIX: Ensure all newlines in comments are prefixed with comment markers
  • BUGFIX: Escape Swift keywords in variable names in generated code
  • Generate documentation for pings that are sent if empty

v1.12.0

27 Nov 10:50

Choose a tag to compare

  • Reserve the deletion_request ping name
  • Added a new flag sendIfEmpty for pings

v1.11.0

14 Nov 08:12
ab4c2a4

Choose a tag to compare

Update HISTORY.rst to prepare for v1.11.0 (#137)

v1.9.5: Merge pull request #130 from mozilla/brizental-update-history-1.9.5

22 Oct 15:05
31deaf6

Choose a tag to compare

  • Allow a Swift lint for generated code

  • New lint: Restrict what metric can go into the 'baseline' ping

  • New lint: Warn for slight misspellings in ping names

  • BUGFIX: change Labeled types labels from lists to sets.