Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the viaduct group across 1 directory with 2 updates #445

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the viaduct group with 2 updates in the / directory: viaduct and viaduct-reqwest.

Updates viaduct from v131.0 to v134.0

Release notes

Sourced from viaduct's releases.

v134.0

What's Changed

Full Changelog: mozilla/application-services@v133.0...v134.0

v133.0

⚠️ Breaking Changes ⚠️

Remote Settings

  • Updated Error hierarchy. We don't need to update consumer code because the only consumer was Android and it only caught exceptions using the base RemoteSettingsException class.

🦊 What's Changed 🦊

Android

  • Upgraded NDK from r27 to r27c. (#6432)

Glean

  • Updated to v61.2.0 (#6410)

Full Changelog

v132.0

🦊 What's Changed 🦊

Glean

  • Updated to v61.1.0 (#6397)

Full Changelog: mozilla/application-services@v131.0...v132.0

Changelog

Sourced from viaduct's changelog.

v134.0 (2023-11-25)

✨ What's New ✨

Relevancy

  • Added init, select and update methods for Thompson Sampling (multi-armed bandit)

🦊 What's Changed 🦊

Glean

FxA Client

  • Updated the iOS sendToDevice function to return the closeTab call's result when applicable. (#6448)

Nimbus SDK ⛅️🔬🔭

  • Added a standalone method to calculate targeting context attributes that are based on values in the Nimbus persistence layer (#6493)

Places

  • PlacesConnection.noteHistoryMetadataObservation{ViewTime, DocumentType}() (Android) and PlacesWriteConnection.noteHistoryMetadataObservation() (iOS) now take an optional NoteHistoryMetadataObservationOptions argument. The new if_page_missing option specifies what to do if the page for the observation doesn't exist in the history database. (#6443)

⚠️ Breaking Changes ⚠️

Nimbus SDK ⛅️🔬🔭

  • Added methods to RecordedContext for retrieving event queries and setting their values back to the foreign object (#6322).

Places

  • If an entry for a page doesn't exist in the history database, any history observations for that page will no longer be recorded by default. To revert to the old behavior, and automatically insert an entry for the page before recording the observation, set the new if_page_missing option to HistoryMetadataPageMissingBehavior::InsertPage.

Full Changelog

v133.0 (2024-10-28)

⚠️ Breaking Changes ⚠️

Remote Settings

  • Updated Error hierarchy. We don't need to update consumer code because the only consumer was Android and it only caught exceptions using the base RemoteSettingsException class.
  • Updated RemoteSettingsServer::url() to include the v1/ path. This makes the API match the JS version. This only affects Rust consumers, since this function is not exposed via UniFFI.

... (truncated)

Commits
  • 31c5d2e Merge pull request #6491 from mozilla/v134.0_cut
  • 568bc00 Cut release v134.0
  • 8eb760d feat: store remote-settings attachments in local storage
  • 7b65c49 Fix an inaccuracy in the SuggestStore::fetch_geonames() doc string
  • 3f99bea Update NSS to version 3.107
  • c348fba nimbus doesn't use/need glean-build
  • 3303de1 Bug 1931963 - Add UniFFI bindings for fetch_geonames() in suggest
  • c84cc9f Update Gradle to version 8.11.1
  • aa234f5 Update Android SDK Command-line Tools to version 16.0
  • 24f7ddd build(deps): bump deprecated from 1.2.14 to 1.2.15 in /tools
  • Additional commits viewable in compare view

Updates viaduct-reqwest from v131.0 to v134.0

Release notes

Sourced from viaduct-reqwest's releases.

v134.0

What's Changed

Full Changelog: mozilla/application-services@v133.0...v134.0

v133.0

⚠️ Breaking Changes ⚠️

Remote Settings

  • Updated Error hierarchy. We don't need to update consumer code because the only consumer was Android and it only caught exceptions using the base RemoteSettingsException class.

🦊 What's Changed 🦊

Android

  • Upgraded NDK from r27 to r27c. (#6432)

Glean

  • Updated to v61.2.0 (#6410)

Full Changelog

v132.0

🦊 What's Changed 🦊

Glean

  • Updated to v61.1.0 (#6397)

Full Changelog: mozilla/application-services@v131.0...v132.0

Changelog

Sourced from viaduct-reqwest's changelog.

v134.0 (2023-11-25)

✨ What's New ✨

Relevancy

  • Added init, select and update methods for Thompson Sampling (multi-armed bandit)

🦊 What's Changed 🦊

Glean

FxA Client

  • Updated the iOS sendToDevice function to return the closeTab call's result when applicable. (#6448)

Nimbus SDK ⛅️🔬🔭

  • Added a standalone method to calculate targeting context attributes that are based on values in the Nimbus persistence layer (#6493)

Places

  • PlacesConnection.noteHistoryMetadataObservation{ViewTime, DocumentType}() (Android) and PlacesWriteConnection.noteHistoryMetadataObservation() (iOS) now take an optional NoteHistoryMetadataObservationOptions argument. The new if_page_missing option specifies what to do if the page for the observation doesn't exist in the history database. (#6443)

⚠️ Breaking Changes ⚠️

Nimbus SDK ⛅️🔬🔭

  • Added methods to RecordedContext for retrieving event queries and setting their values back to the foreign object (#6322).

Places

  • If an entry for a page doesn't exist in the history database, any history observations for that page will no longer be recorded by default. To revert to the old behavior, and automatically insert an entry for the page before recording the observation, set the new if_page_missing option to HistoryMetadataPageMissingBehavior::InsertPage.

Full Changelog

v133.0 (2024-10-28)

⚠️ Breaking Changes ⚠️

Remote Settings

  • Updated Error hierarchy. We don't need to update consumer code because the only consumer was Android and it only caught exceptions using the base RemoteSettingsException class.
  • Updated RemoteSettingsServer::url() to include the v1/ path. This makes the API match the JS version. This only affects Rust consumers, since this function is not exposed via UniFFI.

... (truncated)

Commits
  • 31c5d2e Merge pull request #6491 from mozilla/v134.0_cut
  • 568bc00 Cut release v134.0
  • 8eb760d feat: store remote-settings attachments in local storage
  • 7b65c49 Fix an inaccuracy in the SuggestStore::fetch_geonames() doc string
  • 3f99bea Update NSS to version 3.107
  • c348fba nimbus doesn't use/need glean-build
  • 3303de1 Bug 1931963 - Add UniFFI bindings for fetch_geonames() in suggest
  • c84cc9f Update Gradle to version 8.11.1
  • aa234f5 Update Android SDK Command-line Tools to version 16.0
  • 24f7ddd build(deps): bump deprecated from 1.2.14 to 1.2.15 in /tools
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the viaduct group with 2 updates in the / directory: [viaduct](https://github.com/mozilla/application-services) and [viaduct-reqwest](https://github.com/mozilla/application-services).


Updates `viaduct` from v131.0 to v134.0
- [Release notes](https://github.com/mozilla/application-services/releases)
- [Changelog](https://github.com/mozilla/application-services/blob/main/CHANGELOG.md)
- [Commits](mozilla/application-services@v131.0...31c5d2e)

Updates `viaduct-reqwest` from v131.0 to v134.0
- [Release notes](https://github.com/mozilla/application-services/releases)
- [Changelog](https://github.com/mozilla/application-services/blob/main/CHANGELOG.md)
- [Commits](mozilla/application-services@v131.0...31c5d2e)

---
updated-dependencies:
- dependency-name: viaduct
  dependency-type: direct:production
  dependency-group: viaduct
- dependency-name: viaduct-reqwest
  dependency-type: direct:production
  dependency-group: viaduct
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants