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

build(deps): bump matrix-sdk from 0.7.1 to 0.8.0 #289

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps matrix-sdk from 0.7.1 to 0.8.0.

Release notes

Sourced from matrix-sdk's releases.

matrix-sdk 0.8.0

What's Changed

Bug Fixes

  • Add more invalid characters for room aliases.

  • Match the right status code in Client::is_room_alias_available.

  • Fix a bug where room keys were considered to be downloaded before backups were enabled. This bug only affects the BackupDownloadStrategy::AfterDecryptionFailure, where no attempt would be made to download a room key, if a decryption failure with a given room key would have been encountered before the backups were enabled.

Documentation

  • Improve documentation of Client::observe_events.

Features

  • Add create_room_alias function.

  • Client::cross_process_store_locks_holder_name is used everywhere:

  • StoreConfig::new() now takes a cross_process_store_locks_holder_name argument.

  • StoreConfig no longer implements Default.

  • BaseClient::new() has been removed.

  • BaseClient::clone_with_in_memory_state_store() now takes a cross_process_store_locks_holder_name argument.

  • BaseClient no longer implements Default.

  • EventCacheStoreLock::new() no longer takes a key argument.

  • BuilderStoreConfig no longer has cross_process_store_locks_holder_name field for Sqlite and IndexedDb.

  • EncryptionSyncService and Notification are using Client::cross_process_store_locks_holder_name.

  • Allow passing a custom RequestConfig to an upload request.

  • Retry uploads if they've failed with transient errors.

  • Implement EventHandlerContext for tuples.

  • Introduce a mechanism similar to Client::add_event_handler and Client::add_room_event_handler but with a reactive programming pattern. Add Client::observe_events and Client::observe_room_events.

... (truncated)

Commits
  • 0b16d48 chore: Release matrix-sdk version 0.8.0 (#4291)
  • d40aac8 fix: Use the DisplayName struct to protect against homoglyph attacks
  • e4ebeb8 feat(base): Introduce a DisplayName struct
  • 22bbe0c Add 'conn_id' field to sync_once span
  • 05505a5 chore(deps): bump codecov/codecov-action from 4 to 5
  • 21bb85a feat(Room): Check if the user is allowed to do a room mention before trying t...
  • f1a442b refactor(send queue): use a specialized mutex for locking access to the state...
  • a8a83c3 feat(room_preview): Use room directory search as another data source
  • 4724648 doc(crypto): Fix typo
  • 31006ab feat(crypto): pin identity when we withdraw verification
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [matrix-sdk](https://github.com/matrix-org/matrix-rust-sdk) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/matrix-org/matrix-rust-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-rust-sdk/blob/main/release.toml)
- [Commits](matrix-org/matrix-rust-sdk@matrix-sdk-crypto-0.7.1...matrix-sdk-0.8.0)

---
updated-dependencies:
- dependency-name: matrix-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2024
@shnarazk shnarazk merged commit 99eee36 into main Nov 19, 2024
1 check passed
@shnarazk shnarazk deleted the dependabot/cargo/matrix-sdk-0.8.0 branch November 19, 2024 22:50
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.

1 participant