- BUGFIX: Skip tags for code generation ([409](https://github.com/mozilla/glean_parser/pull/409))
4.3.0
- Support tags in glean parser ([bug 1734011](https://bugzilla.mozilla.org/show_bug.cgi?id=1734011))
4.2.0
- Improve the schema validation error messages. They will no longer include `OrderedDict(...)` on Python 3.7 and later ([bug 1733395](https://bugzilla.mozilla.org/show_bug.cgi?id=1733395)) - Officially support Python 3.10
- Add support for Node.js platform on Javascript / Typescript templates. ([bug 1728982](https://bugzilla.mozilla.org/show_bug.cgi?id=1728982))
4.0.0
- Add support for Text metric type ([374](https://github.com/mozilla/glean_parser/pull/374)) - Reserve the `default` ping name. It can't be used as a ping name, but it can be used in `send_in_pings` ([376](https://github.com/mozilla/glean_parser/pull/376))