Compare commits

...

2 Commits

Author SHA1 Message Date
Richard van der Hoff a486d94134 matrix-sdk-crypto-js v0.1.0-alpha.11
Release `crypto-js` / Publish 🕸 [m]-crypto-js (push) Failing after 36s
2023-06-19 16:47:23 +01:00
Richard van der Hoff 53d565b209 update changelog 2023-06-19 16:47:02 +01:00
2 changed files with 10 additions and 1 deletions
@@ -1,10 +1,19 @@
# v0.1.0-alpha.11
## Changes in the Javascript bindings
- Simplify the response type of `Sas.confirm()`.
- Add `VerificationRequest.registerChangesCallback()`,
`Sas.registerChangesCallback()`, and `Qr.registerChangesCallback()`.
- Add `VerificationRequest.phase()` and `VerificationRequest.getVerification()`.
## Changes in the underlying Rust crate
- Add support for the `hkdf-hmac-sha256.v2` SAS message authentication code.
- Ensure that the correct short authentication strings are used when accepting a
SAS verification with the `Sas::accept()` method.
# v0.1.0-alpha.10
- Add `masterKey`, `userSigningKey`, `selfSigningKey` to `UserIdentity` and `OwnUserIdentity`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-js",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"homepage": "https://github.com/matrix-org/matrix-rust-sdk",
"description": "Matrix encryption library, for JavaScript",
"license": "Apache-2.0",