Releases: mozilla/glean_parser
Releases · mozilla/glean_parser
v1.28.1
v1.28.0
- Breaking change: The internal ping
deletion-requestwas misnamed in pings.py causing the linter to not allow use of the correctly named ping for adding legacy ids to. Consuming apps will need to update their metrics.yaml if they are usingdeletion_requestin anysend_in_pingstodeletion-requestafter updating.
v1.27.0
v1.26.0
v1.25.0
v1.24.0
v1.23.0
1.23.0 (2020-06-27)
- Support for Python 3.5 has been dropped.
- BUGFIX: The ordering of event extra keys will now match with their enum, fixing a serious bug where keys of extras may not match the correct values in the data payload. See https://bugzilla.mozilla.org/show_bug.cgi?id=1648768.
v.1.22.0
v1.21.0: Reorder the values of the `Lifetime` enum (#193)
1.21.0 (2020-05-25)
glintermessages have been improved with more details and to be more
actionable.- A maximum of 10
extra_keysis now enforced foreventmetric types. - BUGFIX: the
Lifetimeenum values now match the values of the implementation in mozilla/glean.
v1.20.2
- Dependencies that depend on the version of Python being used are now specified using the
Declaring platform specific dependencies syntax in setuptools <https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-platform-specific-dependencies>__. This means that more recent versions of dependencies are likely to be installed on Python 3.6 and later, and unnecessary backport libraries won't be installed on more recent Python versions.