Skip to content

Commit 2498f04

Browse files
committed
Update Glean to v64.4.0
1 parent 54a464c commit 2498f04

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# v141.0 (In progress)
22

3+
## ✨ What's New ✨
4+
35
### Filter Adult
46
- Added the first version of a component for checking if base domains exist in a
57
list of base domains for adult websites.
@@ -8,13 +10,18 @@
810
- add checkpoint API: `set_checkpoint(checkpoint)` and `get_checkpoint()` for desktop's rolling migration
911
- add `delete_many(ids)` for batch deletion within a single transaction
1012

13+
### Sync Manager
14+
- Added sync settings metrics for mobile. [#6786](https://github.com/mozilla/application-services/pull/6786)
15+
16+
## 🦊 What's Changed 🦊
17+
1118
### Context ID
1219
- The `ContextIDComponent` constructor no longer throws an error. This is not a breaking change since neither iOS or Android implement this yet.
1320
- The `ContextIDComponent` constructor can now synchronously invoke the rotation callback when it receives an invalid timestamp from callers; in such cases, it falls back to the current timestamp and forces an ID rotation.
1421
- `rotate_context_id` is no longer public since consumers can use `force_rotation` instead.
1522

16-
### Sync Manager
17-
- Added sync settings metrics for mobile. [#6786](https://github.com/mozilla/application-services/pull/6786)
23+
### Glean
24+
- Updated to v64.4.0 ([#6795](https://github.com/mozilla/application-services/pull/6795))
1825

1926
[Full Changelog](In progress)
2027

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin-coroutines = "1.10.2"
1717

1818
# Mozilla
1919
android-components = "139.0.4"
20-
glean = "64.3.1"
20+
glean = "64.4.0"
2121
rust-android-gradle = "0.9.6"
2222

2323
# AndroidX

megazords/ios-rust/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

megazords/ios-rust/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "MozillaRustComponents", targets: ["MozillaRustComponentsWrapper"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/mozilla/glean-swift", from: "64.3.1"),
11+
.package(url: "https://github.com/mozilla/glean-swift", from: "64.4.0"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)