We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660d4e7 commit cfc839fCopy full SHA for cfc839f
crates/matrix-sdk-sqlite/CHANGELOG.md
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
12
([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603))
13
- Defragment an sqlite state store after removing a room.
14
([#4651](https://github.com/matrix-org/matrix-rust-sdk/pull/4651))
15
+- Add `SqliteStoreConfig` and the `open_with_config` constructor on all the
16
+ stores, it allows to control the maximum size of the pool of connections to
17
+ SQLite for example.
18
+ ([#4826](https://github.com/matrix-org/matrix-rust-sdk/pull/4826))
19
20
## [0.10.0] - 2025-02-04
21
0 commit comments