File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# UNRELEASED
2
2
3
+ # matrix-sdk-crypto-wasm v4.10.0
4
+
3
5
- Expose new constructor function ` OlmMachine.openWithKey() ` .
4
6
([ #119 ] ( https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/119 ) )
5
7
14
16
generate QR codes intended for the QR code login mechanism described in
15
17
[ MSC4108] ( https://github.com/matrix-org/matrix-spec-proposals/pull/4108 ) .
16
18
19
+ - Add a constructor for the ` Curve25519PublicKey ` type. This allows us to
20
+ create a ` Curve25519PublicKey ` from a Base64 string on the Javascript side.
21
+
17
22
- Update matrix-rust-sdk to ` 7a887766c ` , which includes:
18
23
19
24
- Add data types to parse the QR code data for the QR code login defined in
23
28
24
29
- Expose new method ` CryptoStore::clear_caches ` . ([ #3338 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/3338 ) )
25
30
26
- - Add a constructor for the ` Curve25519PublicKey ` type. This allows us to
27
- create a ` Curve25519PublicKey ` from a Base64 string on the Javascript side.
28
-
29
31
# matrix-sdk-crypto-wasm v4.9.0
30
32
31
33
- Update matrix-rust-sdk to ` ab9e4f73b ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matrix-org/matrix-sdk-crypto-wasm" ,
3
- "version" : " 4.9 .0" ,
3
+ "version" : " 4.10 .0" ,
4
4
"homepage" : " https://github.com/matrix-org/matrix-rust-sdk-wasm" ,
5
5
"description" : " WebAssembly bindings of the matrix-sdk-crypto encryption library" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments