paStash
paStash copied to clipboard
Bump tough-cookie and matrix-js-sdk in /plugins/outputs/matrix
Removes tough-cookie. It's no longer used after updating ancestor dependency matrix-js-sdk. These dependencies need to be updated together.
Removes tough-cookie
Updates matrix-js-sdk from 13.0.0 to 26.2.0
Release notes
Sourced from matrix-js-sdk's releases.
v26.2.0
🦖 Deprecations
- The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#3189).
- ElementR: Add
CryptoApi#bootstrapSecretStorage(#3483). Contributed by@florianduros.- Deprecate
MatrixClient.findVerificationRequestDMInProgress,MatrixClient.getVerificationRequestsToDeviceInProgress, andMatrixClient.requestVerification, in favour of methods inCryptoApi. (#3474).- Introduce a new
Crypto.VerificationRequestinterface, and deprecate direct access to the oldVerificationRequestclass. Also deprecate some related classes that were exported fromsrc/crypto/verification/request/VerificationRequest(#3449).✨ Features
- OIDC: navigate to authorization endpoint (#3499). Contributed by
@kerryarchibald.- Support for interactive device verification in Element-R. (#3505).
- Support for interactive device verification in Element-R. (#3508).
- Support for interactive device verification in Element-R. (#3490). Fixes vector-im/element-web#25316.
- Element-R: Store cross signing keys in secret storage (#3498). Contributed by
@florianduros.- OIDC: add dynamic client registration util function (#3481). Contributed by
@kerryarchibald.- Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (#3493).
- ElementR: Add
rust-crypto#createRecoveryKeyFromPassphraseimplementation (#3472). Contributed by@florianduros.🐛 Bug Fixes
- Aggregate relations regardless of whether event fits into the timeline (#3496). Fixes vector-im/element-web#25596.
- Fix bug where switching media caused media in subsequent calls to fail (#3489).
- Fix: remove polls from room state on redaction (#3475). Fixes vector-im/element-web#25573. Contributed by
@kerryarchibald.- Fix export type
GeneratedSecretStorageKey(#3479). Contributed by@florianduros.- Close IDB database before deleting it to prevent spurious unexpected close errors (#3478). Fixes vector-im/element-web#25597.
v26.2.0-rc.1
🦖 Deprecations
- The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#3189).
- ElementR: Add
CryptoApi#bootstrapSecretStorage(#3483). Contributed by@florianduros.- Deprecate
MatrixClient.findVerificationRequestDMInProgress,MatrixClient.getVerificationRequestsToDeviceInProgress, andMatrixClient.requestVerification, in favour of methods inCryptoApi. (#3474).- Introduce a new
Crypto.VerificationRequestinterface, and deprecate direct access to the oldVerificationRequestclass. Also deprecate some related classes that were exported fromsrc/crypto/verification/request/VerificationRequest(#3449).✨ Features
- OIDC: navigate to authorization endpoint (#3499). Contributed by
@kerryarchibald.- Support for interactive device verification in Element-R. (#3505).
- Support for interactive device verification in Element-R. (#3508).
- Support for interactive device verification in Element-R. (#3490). Fixes vector-im/element-web#25316.
- Element-R: Store cross signing keys in secret storage (#3498). Contributed by
@florianduros.- OIDC: add dynamic client registration util function (#3481). Contributed by
@kerryarchibald.- Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (#3493).
- ElementR: Add
rust-crypto#createRecoveryKeyFromPassphraseimplementation (#3472). Contributed by@florianduros.🐛 Bug Fixes
- Aggregate relations regardless of whether event fits into the timeline (#3496). Fixes vector-im/element-web#25596.
- Fix bug where switching media caused media in subsequent calls to fail (#3489).
- Fix: remove polls from room state on redaction (#3475). Fixes vector-im/element-web#25573. Contributed by
@kerryarchibald.- Fix export type
GeneratedSecretStorageKey(#3479). Contributed by@florianduros.- Close IDB database before deleting it to prevent spurious unexpected close errors (#3478). Fixes vector-im/element-web#25597.
v26.1.0
🦖 Deprecations
- Introduce a new
Crypto.Verifierinterface, and deprecate direct access toVerificationBase,SASandReciprocateQRCode(#3414).✨ Features
- Add
rust-crypto#isCrossSigningReadyimplementation (#3462). Contributed by@florianduros.- OIDC: Validate
m.authenticationconfiguration (#3419). Contributed by@kerryarchibald.
... (truncated)
Changelog
Sourced from matrix-js-sdk's changelog.
Changes in 26.2.0 (2023-07-04)
🦖 Deprecations
- The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#3189).
- ElementR: Add
CryptoApi#bootstrapSecretStorage(#3483). Contributed by@florianduros.- Deprecate
MatrixClient.findVerificationRequestDMInProgress,MatrixClient.getVerificationRequestsToDeviceInProgress, andMatrixClient.requestVerification, in favour of methods inCryptoApi. (#3474).- Introduce a new
Crypto.VerificationRequestinterface, and deprecate direct access to the oldVerificationRequestclass. Also deprecate some related classes that were exported fromsrc/crypto/verification/request/VerificationRequest(#3449).✨ Features
- OIDC: navigate to authorization endpoint (#3499). Contributed by
@kerryarchibald.- Support for interactive device verification in Element-R. (#3505).
- Support for interactive device verification in Element-R. (#3508).
- Support for interactive device verification in Element-R. (#3490). Fixes vector-im/element-web#25316.
- Element-R: Store cross signing keys in secret storage (#3498). Contributed by
@florianduros.- OIDC: add dynamic client registration util function (#3481). Contributed by
@kerryarchibald.- Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room (#3493).
- ElementR: Add
rust-crypto#createRecoveryKeyFromPassphraseimplementation (#3472). Contributed by@florianduros.🐛 Bug Fixes
- Aggregate relations regardless of whether event fits into the timeline (#3496). Fixes vector-im/element-web#25596.
- Fix bug where switching media caused media in subsequent calls to fail (#3489).
- Fix: remove polls from room state on redaction (#3475). Fixes vector-im/element-web#25573. Contributed by
@kerryarchibald.- Fix export type
GeneratedSecretStorageKey(#3479). Contributed by@florianduros.- Close IDB database before deleting it to prevent spurious unexpected close errors (#3478). Fixes vector-im/element-web#25597.
Changes in 26.1.0 (2023-06-20)
🦖 Deprecations
- Introduce a new
Crypto.Verifierinterface, and deprecate direct access toVerificationBase,SASandReciprocateQRCode(#3414).✨ Features
- Add
rust-crypto#isCrossSigningReadyimplementation (#3462). Contributed by@florianduros.- OIDC: Validate
m.authenticationconfiguration (#3419). Contributed by@kerryarchibald.- ElementR: Add
CryptoApi.getCrossSigningStatus(#3452). Contributed by@florianduros.- Extend stats summary with call device and user count based on room state (#3424). Contributed by
@toger5.- Update MSC3912 implementation to use
with_rel_typeinstead ofwith_relations(#3420).- Export thread-related types from SDK (#3447). Contributed by
@stas-demydiuk.- Use correct /v3 prefix for /refresh (#3016). Contributed by
@davidisaaclee.🐛 Bug Fixes
- Fix thread list being ordered based on all updates (#3458). Fixes vector-im/element-web#25522.
- Fix: handle
baseUrlwith trailing slash infetch.getUrl(#3455). Fixes vector-im/element-web#25526. Contributed by@kerryarchibald.- use cli.canSupport to determine intentional mentions support (#3445). Fixes vector-im/element-web#25497. Contributed by
@kerryarchibald.- Make sliding sync linearize processing of sync requests (#3442).
- Fix edge cases around 2nd order relations and threads (#3437).
Changes in 26.0.1 (2023-06-09)
... (truncated)
Commits
3f095cav26.2.012a94bdPrepare changelog for v26.2.0e285932v26.2.0-rc.12af0706Prepare changelog for v26.2.0-rc.14382d2aIncrease another crypto test timeout (#3509)9de4a05OIDC: navigate to authorization endpoint (#3499)b703d4aMore slow test fixes (#3515)d1dec4cImplementVerificationRequest.cancel(#3505)326a13bRearrange the verification integration tests, again (#3504)e8fb47fUpdate all non-major dependencies (#3467)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.