Skip to content

Commit df3cb00

Browse files
zecakehpoljar
authored andcommitted
chore: Add changelog entries
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 6ebd429 commit df3cb00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/matrix-sdk-sqlite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.
1212
`EventCacheStore` for `MediaRetentionPolicy`. See the changelog of
1313
`matrix-sdk-base` for more details.
1414
([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571))
15+
- The SQLite databases are optimized during the construction of the stores. It
16+
should improve the performance of the queries.
17+
([#4602](https://github.com/matrix-org/matrix-rust-sdk/pull/4602))
18+
- The size of the WAL files is now limited to 10MB. This avoids cases where the
19+
WAL file takes as much space as the database.
20+
([#4602](https://github.com/matrix-org/matrix-rust-sdk/pull/4602))
1521

1622
## [0.9.0] - 2024-12-18
1723

0 commit comments

Comments
 (0)