github mozilla/glean v32.0.0

latest releases: v65.2.1, v65.2.0, v65.1.1...
5 years ago

v32.0.0 (2020-08-03)

Full changelog

  • General
    • Limit ping request body size to 1MB. (#1098)
  • iOS
    • Implement ping tagging (i.e. the X-Source-Tags header) through custom URL (#1100).
  • C#
    • Add support for Labeled Strings and Labeled Booleans.
    • Add support for the Counter metric type and Labeled Counter.
    • Add support for the MemoryDistributionMetricType.
  • Python
    • Breaking change: data_dir must always be passed to Glean.initialize. Prior to this, a missing value would store Glean data in a temporary directory.
    • Logging messages from the Rust core are now sent through Python's standard library logging module. Therefore all logging in a Python application can be controlled through the logging module interface.
  • Android
    • BUGFIX: Require activities executed via GleanDebugView to be exported.

Don't miss a new glean release

NewReleases is sending notifications on new releases.