You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/matrix-sdk-ffi/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
9
+
### Features
10
+
11
+
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
12
+
9
13
### Breaking changes
10
14
11
15
-`TimelineConfiguration::track_read_receipts`'s type is now an enum to allow tracking to be enabled for all events
Copy file name to clipboardExpand all lines: crates/matrix-sdk/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
9
+
### Features
10
+
11
+
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
12
+
9
13
### Refactor
10
14
11
15
-[**breaking**]: `Client::server_vendor_info()` requires to enable the
0 commit comments