File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
crates/matrix-sdk-indexeddb Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
1111- [ ** breaking** ] ` IndexeddbCryptoStore::get_withheld_info ` now returns ` Result<Option<RoomKeyWithheldEntry>, ...> `
1212 ([ #5737 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5737 ) )
1313
14+ ### Performance
15+
16+ - Improve performance of certain media queries in ` MediaStore ` implementation by storing media content and media metadata
17+ in separate object stores in IndexedDB (see [ #5795 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5795 ) ).
18+
1419## [ 0.14.0] - 2025-09-04
1520
1621No notable changes in this release.
@@ -48,6 +53,7 @@ No notable changes in this release.
4853
4954- ` save_change ` performance improvement, all encryption and serialization
5055 is done now outside of the db transaction.
56+
5157### Bug Fixes
5258
5359- Use the ` DisplayName ` struct to protect against homoglyph attacks.
You can’t perform that action at this time.
0 commit comments