Skip to content

Releases: mozilla/glean_parser

v1.15.3

13 Dec 10:04
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.9.4: Merge pull request #126 from brizental/reproducible-docs

16 Oct 15:17
2e2d34f
Compare
Choose a tag to compare
  • Use lists instead of sets in Labeled types labels to ensure that
    the order of the labels passed to the metrics.yaml is kept.

  • glinter will now check for duplicate labels and error if there are any.

v1.9.2: Merge pull request #120 from mozilla/Dexterp37-patch-1

08 Oct 12:51
98f1c35
Compare
Choose a tag to compare

v1.9.1: Merge pull request #118 from mdboom/dont-generate-internal-docs

08 Oct 07:41
1d1ed6e
Compare
Choose a tag to compare
1586749: Don't include Glean internal metrics in the generated markdown

v1.8.5

04 Oct 12:59
9b7ab4f
Compare
Choose a tag to compare
Add the imports for supporting Custom and Memory distributions (#114)

v1.8.3

02 Oct 09:56
Compare
Choose a tag to compare
  • Fix indentation for generated Swift code