Update android nightly application-services version bump to new version 449ae15f791daf5cdae94881f6176f1f3c34ee8b from 2024-11-25 16:26:28
Categories
(Firefox for Android :: Experimentation and Telemetry, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: update-bot, Assigned: RyanVM)
Details
(Whiteboard: [3pl-filed][task_id: UgR4u6MIQtOQWJglfI7D-A])
Attachments
(1 file)
This update covers 3 commits. Here are the overall diff statistics, and then the commit information.
mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt | 2 +-
mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
449ae15f791daf5cdae94881f6176f1f3c34ee8b by Charlie Humphreys <chumphreys@mozilla.com>
https://github.com/mozilla/application-services/commit/449ae15f791daf5cdae94881f6176f1f3c34ee8b
Authored: 2024-11-25 08:38:36 -0600
Committed: 2024-11-25 15:36:00 +0000
define and implement function to get calculated nimbus context attributes
Files Modified:
- CHANGELOG.md
- components/nimbus/android/src/main/java/org/mozilla/experiments/nimbus/Nimbus.kt
- components/nimbus/android/src/test/java/org/mozilla/experiments/nimbus/NimbusTests.kt
- components/nimbus/src/nimbus.udl
- components/nimbus/src/stateful/evaluator.rs
- components/nimbus/src/stateful/nimbus_client.rs
- components/nimbus/src/stateful/persistence.rs
- megazords/ios-rust/MozillaTestServices/MozillaTestServicesTests/NimbusTests.swift
4081f0b889b060671dfe700c56077e33618edd4e by Pascal Chevrel <pascal@mozilla.com>
https://github.com/mozilla/application-services/commit/4081f0b889b060671dfe700c56077e33618edd4e
Authored: 2024-11-25 14:58:12 +0100
Committed: 2024-11-25 14:37:58 +0000
Start release v135.0
Files Modified:
- CHANGELOG.md
- version.txt
8eb760da8930941e2206c97ecad31dfcee0d50c1 by Bastian Gruber <bgruber@mozilla.com>
https://github.com/mozilla/application-services/commit/8eb760da8930941e2206c97ecad31dfcee0d50c1
Authored: 2024-11-22 10:36:55 -0400
Committed: 2024-11-22 21:01:58 +0000
feat: store remote-settings attachments in local storage
Files Modified:
- components/remote_settings/src/client.rs
- components/remote_settings/src/lib.rs
- components/remote_settings/src/storage.rs
| Reporter | ||
Comment 1•1 year ago
|
||
| UgR4u6MIQtOQWJglfI7D-A | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=c2ef16237a676abf05805733b0d4a80796bcf33d
| Reporter | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Fenix::Experimentation and Telemetry' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Assignee | ||
Updated•1 year ago
|
| Reporter | ||
Comment 6•1 year ago
|
||
| RE_P5mwyQwmYc9snFhUrtg | ||
The try push is done, we found jobs with unclassified failures.
Needs Investigation (Possible Intermittents):
- test-components-android-feature-prompts - 1 of 1 failed (failed: VM3z-ccjQXuzjogD-Fvrcg)
These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.
In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Description
•