File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
crates/matrix-sdk-indexeddb Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66
77## [ Unreleased] - ReleaseDate
88
9+ - Improve performance of certain media queries in ` MediaStore ` implementation by storing media content and media metadata
10+ in separate object stores in IndexedDB (see [ #5795 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5795 ) ).
11+
912## [ 0.14.0] - 2025-09-04
1013
1114No notable changes in this release.
@@ -43,6 +46,7 @@ No notable changes in this release.
4346
4447- ` save_change ` performance improvement, all encryption and serialization
4548 is done now outside of the db transaction.
49+
4650### Bug Fixes
4751
4852- Use the ` DisplayName ` struct to protect against homoglyph attacks.
You can’t perform that action at this time.
0 commit comments