Skip to content

Commit 968f858

Browse files
MozLandoDexterp37
andcommitted
5224: Update the Glean SDK dependency to version 21.3.0 r=badboy a=Dexterp37 Co-authored-by: Alessio Placitelli <[email protected]>
2 parents 31e8119 + 151e289 commit 968f858

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Versions {
2929

3030
const val mozilla_appservices = "0.44.0"
3131

32-
const val mozilla_glean = "21.2.0"
32+
const val mozilla_glean = "21.3.0"
3333

3434
const val material = "1.0.0"
3535
const val nearby = "17.0.0"

components/service/glean/scripts/sdk_generator.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.gradle.api.internal.artifacts.ArtifactAttributes
2121
// so that it will be shared between all libraries that use Glean. This is
2222
// important because it is approximately 300MB in installed size.
2323

24-
String GLEAN_PARSER_VERSION = "1.9.5"
24+
String GLEAN_PARSER_VERSION = "1.12.0"
2525
// The version of Miniconda is explicitly specified.
2626
// Miniconda3-4.5.12 is known to not work on Windows.
2727
String MINICONDA_VERSION = "4.5.11"

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ permalink: /changelog/
2525
* **service-firefox-accounts**
2626
* Removed `StorageSync` interface as it is superseded by the sync manager.
2727

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+
2835
# 23.0.0
2936

3037
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v22.0.0...v23.0.0)

0 commit comments

Comments
 (0)