File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
components/service/glean/scripts Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Versions {
29
29
30
30
const val mozilla_appservices = " 0.44.0"
31
31
32
- const val mozilla_glean = " 21.2 .0"
32
+ const val mozilla_glean = " 21.3 .0"
33
33
34
34
const val material = " 1.0.0"
35
35
const val nearby = " 17.0.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import org.gradle.api.internal.artifacts.ArtifactAttributes
21
21
// so that it will be shared between all libraries that use Glean. This is
22
22
// important because it is approximately 300MB in installed size.
23
23
24
- String GLEAN_PARSER_VERSION = " 1.9.5 "
24
+ String GLEAN_PARSER_VERSION = " 1.12.0 "
25
25
// The version of Miniconda is explicitly specified.
26
26
// Miniconda3-4.5.12 is known to not work on Windows.
27
27
String MINICONDA_VERSION = " 4.5.11"
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ permalink: /changelog/
25
25
* ** service-firefox-accounts**
26
26
* Removed ` StorageSync ` interface as it is superseded by the sync manager.
27
27
28
+ * ** service-glean**
29
+ * Glean was updated to v21.3.0 ([ Full changelog] ( https://github.com/mozilla/glean/compare/v21.2.0...21.3.0 ) )
30
+ * Timers are reset when disabled. That avoids recording timespans across disabled/enabled toggling.
31
+ * Add a new flag to pings: send_if_empty.
32
+ * Upgrade glean_parser to v1.12.0.
33
+ * Implement the deletion request ping in Glean.
34
+
28
35
# 23.0.0
29
36
30
37
* [ Commits] ( https://github.com/mozilla-mobile/android-components/compare/v22.0.0...v23.0.0 )
You can’t perform that action at this time.
0 commit comments