SuggestStoreBuilder.cache_path is now deprecated because we no longer use the cache path.
SuggestStoreBuilder.remote_settings_config is deprecated in favor of remote_settings_server, because remote_settings_config forced consumers that wanted to override the Remote Settings server to also specify the bucket and collection names.
Remote Settings
RemoteSettingsConfig.server_url is deprecated in favor of server, which is a RemoteSettingsServer instead of a string.
The new RemoteSettingsServer type specifies the Remote Settings server to use.
Added a new API setUserData that sets the user's session token, to prevent session token duplication and allow User Agent applications to support a signed in, but not verified state. (#6111)
🦊 What's Changed 🦊
Webext-Storage
Uniffied the webext-storage component in preparation for desktop integration (#6057).
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps viaduct from v125.0.1 to v127.0.
Release notes
Sourced from viaduct's releases.
Changelog
Sourced from viaduct's changelog.
... (truncated)
Commits
5e7b702
Cut release v127.074b4b85
Starting a CLI for relevancy.b4ff3b1
Bug 1894002 - use serde_path_to_error in relevancya976fa3
Update Tabs engine to support remote tab managementbd38469
Bug 1895553 - Remove unparsable record codee0563d7
Relevancy: only use 2 parts to computer the URL hashf5638a8
Relevancy: drop viaduct-reqwest2e945f3
Relevancy: implement ingestion9fea1ae
Relevancy: add fetch url interest data from RS55f904c
fxa-client: Omitttl
fields from device commands if not set.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