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 2c29beb commit 4d3db3eCopy full SHA for 4d3db3e
crates/matrix-sdk-indexeddb/CHANGELOG.md
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
6
7
## [Unreleased] - ReleaseDate
8
9
+### Features
10
+
11
+- Expose implementations of `EventCacheStore` and `MediaStore` and add a
12
+ composite type for initializing all stores with a single function - i.e.,
13
+ `IndexeddbStores::open`. Additionally, allow feature flags for each of the
14
+ stores to be used independent of and in combination with the others.
15
+ ([#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946))
16
17
### Bug Fixes
18
19
- Ensure that encrypted tests are run with a `StoreCipher`. This happened to reveal tests which fail in an
0 commit comments