github mozilla/glean v40.0.0

latest releases: v65.1.0, v65.0.3, v64.5.5...
4 years ago

Full changelog

  • Android
    • Breaking Change: Split the Glean Kotlin SDK into two packages: glean and glean-native (#1595).
      Consumers will need to switch to org.mozilla.telemetry:glean-native-forUnitTests.
      Old code in build.gradle:

      testImplementation "org.mozilla.telemetry:glean-forUnitTests:${project.ext.glean_version}"
      

      New code in build.gradle:

      testImplementation "org.mozilla.telemetry:glean-native-forUnitTests:${project.ext.glean_version}"
      
    • The glean-gradle-plugin now automatically excludes the glean-native dependency if geckoview-omni is also part of the build.
      Glean native functionality will be provided by the geckoview-omni package.

  • Rust
    • The glean-ffi is no longer compiled as a cdylib. Other language SDKs consume glean-bundle instead as a cdylib.
      This doesn't affect consumers.

Don't miss a new glean release

NewReleases is sending notifications on new releases.