Skip to content

Commit 1797018

Browse files
committed
doc(indexeddb): add changelog entry for separating media content and metadata in IndexedDB
Signed-off-by: Michael Goldenberg <[email protected]>
1 parent 913332f commit 1797018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/matrix-sdk-indexeddb/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)