Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #5224
Browse files Browse the repository at this point in the history
5224: Update the Glean SDK dependency to version 21.3.0 r=badboy a=Dexterp37



Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
  • Loading branch information
MozLando and Dexterp37 committed Dec 3, 2019
2 parents 31e8119 + 151e289 commit 968f858
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Expand Up @@ -29,7 +29,7 @@ object Versions {

const val mozilla_appservices = "0.44.0"

const val mozilla_glean = "21.2.0"
const val mozilla_glean = "21.3.0"

const val material = "1.0.0"
const val nearby = "17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion components/service/glean/scripts/sdk_generator.gradle
Expand Up @@ -21,7 +21,7 @@ import org.gradle.api.internal.artifacts.ArtifactAttributes
// so that it will be shared between all libraries that use Glean. This is
// important because it is approximately 300MB in installed size.

String GLEAN_PARSER_VERSION = "1.9.5"
String GLEAN_PARSER_VERSION = "1.12.0"
// The version of Miniconda is explicitly specified.
// Miniconda3-4.5.12 is known to not work on Windows.
String MINICONDA_VERSION = "4.5.11"
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Expand Up @@ -25,6 +25,13 @@ permalink: /changelog/
* **service-firefox-accounts**
* Removed `StorageSync` interface as it is superseded by the sync manager.

* **service-glean**
* Glean was updated to v21.3.0 ([Full changelog](https://github.com/mozilla/glean/compare/v21.2.0...21.3.0))
* Timers are reset when disabled. That avoids recording timespans across disabled/enabled toggling.
* Add a new flag to pings: send_if_empty.
* Upgrade glean_parser to v1.12.0.
* Implement the deletion request ping in Glean.

# 23.0.0

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

0 comments on commit 968f858

Please sign in to comment.