Tools for parsing the metadata for Mozilla's glean telemetry SDK
- Python server: Support optional metrics ([#828](https://github.com/mozilla/glean_parser/pull/828)) - BUGFIX: Correct event timestamp values in serv…
- New lint: Warn against event metrics on the `metrics` or `baseline` ping ([#823](https://github.com/mozilla/glean_parser/pull/823)) - Go server: Ad…
- Python server: Fix logging mechanism ([#820](https://github.com/mozilla/glean_parser/pull/820))
- Python server: Support sending custom pings without events ([#817](https://github.com/mozilla/glean_parser/pull/817)) - Python server: Add 'object'…
- Swift: Rely on Swift's Codable and configure it properly for the expected serialization ([#815](https://github.com/mozilla/glean_parser/pull/815))
- BUGFIX: Kotlin: correctly build a serial descriptor
- BUGFIX: Kotlin: Implement serializers for the `oneOf` subtypes ([#814](https://github.com/mozilla/glean_parser/pull/814))
- BUGFIX: Kotlin: Implement Serializable again for object items ([#813](https://github.com/mozilla/glean_parser/pull/813)) - BUGFIX: Kotlin: Properly…