v32.0.0 (2020-08-03)
- General
- Limit ping request body size to 1MB. (#1098)
- iOS
- Implement ping tagging (i.e. the
X-Source-Tags
header) through custom URL (#1100).
- Implement ping tagging (i.e. the
- 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 toGlean.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 thelogging
module interface.
- Breaking change:
- Android
- BUGFIX: Require activities executed via
GleanDebugView
to be exported.
- BUGFIX: Require activities executed via