From cfc839f71bc55f66709dd373f716d7040bf7be7a Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 21 Mar 2025 11:59:36 +0100 Subject: [PATCH] doc(sqlite) Add entry to the changelog. --- crates/matrix-sdk-sqlite/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 152459bd9..03f7a47e7 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. ([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603)) - Defragment an sqlite state store after removing a room. ([#4651](https://github.com/matrix-org/matrix-rust-sdk/pull/4651)) +- Add `SqliteStoreConfig` and the `open_with_config` constructor on all the + stores, it allows to control the maximum size of the pool of connections to + SQLite for example. + ([#4826](https://github.com/matrix-org/matrix-rust-sdk/pull/4826)) ## [0.10.0] - 2025-02-04