Skip to content

Commit c6d1524

Browse files
committed
Update Glean to v64.1.1
1 parent 2c9de07 commit c6d1524

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
## 🦊 What's Changed 🦊
66

77
### Android
8+
- Upgraded the JNA dependency version to 5.17.0. ([#6649](https://github.com/mozilla/application-services/pull/6649))
89
- Updated to a newer version of Android Components (`139.0.20250417022706`).
910
- Upgraded NDK from r28 to r28b. ([#6723](https://github.com/mozilla/application-services/pull/6723))
1011

1112
### Glean
12-
- Updated to v64.0.0 ([#6649](https://github.com/mozilla/application-services/pull/6649))
13+
- Updated to v64.1.1 ([#6649](https://github.com/mozilla/application-services/pull/6649))/([#6723](https://github.com/mozilla/application-services/pull/6723))
1314

1415
### Logins
1516
- New `NSSKeyManager`, which provides an NSS-backed key manager implementation.
@@ -29,9 +30,6 @@ text, the list view has been slimmed down and a detail view has been added.
2930

3031
- Added a function to locally remove corrupted logins. ([#6667](https://github.com/mozilla/application-services/pull/6667))
3132

32-
### Android
33-
- Upgraded the JNA dependency version to 5.17.0. ([#6649](https://github.com/mozilla/application-services/pull/6649))
34-
3533
### Remote Settings
3634
- The `RemoteSettingsService` constructor and `RemoteSettingsService::make_client` no longer perform any IO.
3735
This integrates better with JS, which expects all IO to happen inside async functions.

components/external/glean

Submodule glean updated 77 files

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.20250417022706"
20-
glean = "64.0.0"
20+
glean = "64.1.1"
2121
rust-android-gradle = "0.9.6"
2222

2323
# AndroidX

megazords/ios-rust/MozillaTestServices/MozillaTestServices.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@
958958
repositoryURL = "https://github.com/mozilla/glean-swift";
959959
requirement = {
960960
kind = upToNextMajorVersion;
961-
minimumVersion = 64.0.0;
961+
minimumVersion = 64.1.1;
962962
};
963963
};
964964
/* End XCRemoteSwiftPackageReference section */

megazords/ios-rust/MozillaTestServices/MozillaTestServices.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/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.

0 commit comments

Comments
 (0)