github mozilla/glean v30.0.0

latest releases: v65.1.1, v65.1.0, v65.0.3...
5 years ago

Full changelog

  • General:
    • We completely replaced how the upload mechanism works.
      glean-core (the Rust part) now controls all upload and coordinates the platform side with its own internals.
      All language bindings implement ping uploading around a common API and protocol.
      There is no change for users of Glean, the language bindings for Android and iOS have been adopted to the new mechanism already.
    • Expose RecordedEvent and DistributionData types to Rust consumers (#876)
    • Log crate version at initialize (#873)
  • Android:
    • Refactor the ping uploader to use the new upload mechanism.
  • iOS:
    • Refactor the ping uploader to use the new upload mechanism.

Don't miss a new glean release

NewReleases is sending notifications on new releases.