- Python bindings:
- Support for events and UUID metrics was added.
- Android:
- The Glean Gradle Plugin correctly triggers docs and API updates when registry files
change, without requiring them to be deleted. parseISOTimeStringhas been made 4x faster. This had an impact on Glean
migration and initialization.- Metrics with
lifetime: applicationare now cleared when the application is started,
after startup Glean SDK pings are generated.
- The Glean Gradle Plugin correctly triggers docs and API updates when registry files
- All platforms:
- The public method
PingType.send()(in all platforms) have been deprecated
and renamed toPingType.submit(). - Rename
deletion_requestping todeletion-requestping after glean_parser update
- The public method