matrix-rust-sdk/crates/matrix-sdk/CHANGELOG.md

635 B

unreleased

  • Common::members and Common::members_no_sync take a RoomMemberships to be able to filter the results by any membership state.
    • Common::active_members(_no_sync) and Common::joined_members(_no_sync) are deprecated.
  • matrix-sdk-sqlite is the new default store implementation outside of WASM, behind the sqlite feature.
    • The sled feature was removed. It is still possible to use matrix-sdk-sled as a custom store.

0.6.2

  • Fix the access token being printed in tracing span fields.

0.6.1

  • Fixes a bug where the access token used for Matrix requests was added as a field to a tracing span.