Skip to content

Commit 89d46cd

Browse files
mgoldenbergpoljar
authored andcommitted
doc(indexeddb): add changelog entry for separating media content and metadata in IndexedDB
Signed-off-by: Michael Goldenberg <[email protected]>
1 parent 155a7b4 commit 89d46cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/matrix-sdk-indexeddb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1621
No 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.

0 commit comments

Comments
 (0)