github mozilla/glean v24.0.0

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

Full changelog

  • General:
    • Breaking Change An enableUpload parameter has been added to the initialize()
      function. This removes the requirement to call setUploadEnabled() prior to calling
      the initialize() function.
  • Android:
    • The metrics ping scheduler will now only send metrics pings while the
      application is running. The application will no longer "wake up" at 4am
      using the Work Manager.
    • The code for migrating data from Glean SDK before version 19 was removed.
    • When using the GleanTestLocalServer rule in instrumented tests, pings are
      immediately flushed by the WorkManager and will reach the test endpoint as
      soon as possible.
  • Python:
    • The Python bindings now support Python 3.5 - 3.7.
    • The Python bindings are now distributed as a wheel on Linux, macOS and
      Windows.

Don't miss a new glean release

NewReleases is sending notifications on new releases.