Skip to content

Update Rust crate matrix-sdk to 0.18.0#63

Open
oxide-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/matrix-sdk-0.x
Open

Update Rust crate matrix-sdk to 0.18.0#63
oxide-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/matrix-sdk-0.x

Conversation

@oxide-renovate

@oxide-renovate oxide-renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
matrix-sdk workspace.dependencies minor 0.17.00.18.0

Release Notes

matrix-org/matrix-rust-sdk (matrix-sdk)

v0.18.0: matrix-sdk 0.18.0

Compare Source

What's Changed

Added
  • Add Client::tile_server and a TileServerInfo struct to expose the homeserver-advertised map tile server (tile_server field of the matrix client well-known, MSC3488). Returns None when the homeserver hasn't advertised one or the well-known is unavailable. (#​6610)
Changed
  • [breaking] RumaApiError is now a type alias for UiaaResponse, because they have similar variants containing the same data. The ClientApi variant is now MatrixError, and the Uiaa variant is AuthResponse. (#​6574)
  • [breaking] Pusher::set now takes an append: bool parameter, forwarded to the homeserver on POST /_matrix/client/v3/pushers/set. Pass true to keep an existing pusher with the same app_id and pushkey registered for other users (e.g. multi-profile clients on a single device); pass false to preserve the previous default behaviour. (#​6600)
Fixed
  • Upgrade Ruma to 0.16.0, fixing a deserialization issue for m.key.verification.accept events. (#​6628)
  • A cyclic reference of Client has been detected in ThreadSubscriptionCatchup, preventing Client to drop correctly. This is now fixed, removing a memory leak about Client. (#​6594)
  • Fix a panic due to non-deterministic sorting of pinned events. (#​6595)

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 8pm,before 6am"
  • Automerge
    • "after 8pm,before 6am"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants