Skip to content

fix(deps): update rust crate matrix-sdk to 0.18.0#127

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

fix(deps): update rust crate matrix-sdk to 0.18.0#127
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/matrix-sdk-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
matrix-sdk 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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 was generated by Mend Renovate. View the repository job log.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants