Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
af991b1e
Commit
af991b1e
authored
Nov 22, 2019
by
Michael Droettboom
Browse files
Upgrade Glean to 21.2.0
parent
9beb5134
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildSrc/src/main/java/Dependencies.kt
View file @
af991b1e
...
...
@@ -29,7 +29,7 @@ object Versions {
const
val
mozilla_appservices
=
"0.42.2"
const
val
mozilla_glean
=
"21.
1.1
"
const
val
mozilla_glean
=
"21.
2.0
"
const
val
material
=
"1.0.0"
const
val
nearby
=
"17.0.0"
...
...
docs/changelog.md
View file @
af991b1e
...
...
@@ -23,7 +23,7 @@ permalink: /changelog/
*
Fixed a bug where account would disappear after restarting an app which hit authentication problems.
*
**service-glean**
*
Glean was updated to v21.
1.1
*
Glean was updated to v21.
2.0
*
Two new metrics were added to investigate sending of metrics and baseline pings.
See
[
bug 1597980
](
https://bugzilla.mozilla.org/show_bug.cgi?id=1597980
)
for more information.
*
Glean's two lifecycle observers were refactored to avoid the use of reflection.
...
...
@@ -36,6 +36,11 @@ permalink: /changelog/
API.
*
Metrics that can record errors now have a new testing method,
`testGetNumRecordedErrors`
.
*
The experiments API is no longer ignored before the Glean SDK initialized. Calls are
recorded and played back once the Glean SDK is initialized.
*
String list items were being truncated to 20, rather than 50, bytes when using
`.set()`
(rather than
`.add()`
). This has been corrected, but it may result
in changes in the sent data if using string list items longer than 20 bytes.
# 22.0.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment