Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a486d94134 | |||
| 53d565b209 |
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user