We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ba7c4 commit 82e97d4Copy full SHA for 82e97d4
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# UNRELEASED
2
3
+# matrix-sdk-crypto-wasm v17.1.0
4
+
5
- Expose two new methods, `has_downloaded_all_room_keys` and `set_has_downloaded_all_room_keys`
6
which allow clients to record whether they have downloaded all room keys from key backup for
7
a particular room in advance of building an [MSC4268](https://github.com/matrix-org/matrix-spec-proposals/pull/4268)
package.json
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-wasm",
- "version": "17.0.0",
+ "version": "17.1.0",
"homepage": "https://github.com/matrix-org/matrix-rust-sdk-wasm",
"description": "WebAssembly bindings of the matrix-sdk-crypto encryption library",
"license": "Apache-2.0",
0 commit comments