Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps matrix-js-sdk from 18.1.0 to 21.0.0.

Release notes

Sourced from matrix-js-sdk's releases.

v21.0.0

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes vector-im/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @​stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes vector-im/element-web#22839.

🐛 Bug Fixes

v21.0.0-rc.2

v21.0.0-rc.1

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes vector-im/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @​stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes vector-im/element-web#22839.

🐛 Bug Fixes

v20.1.0

✨ Features

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 21.0.0 (2022-10-25)

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes vector-im/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @​stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes vector-im/element-web#22839.

🐛 Bug Fixes

Changes in 20.1.0 (2022-10-11)

✨ Features

  • Add local notification settings capability (#2700).
  • Implementation of MSC3882 login token request (#2687). Contributed by @​hughns.
  • Typings for MSC2965 OIDC provider discovery (#2424). Contributed by @​hughns.
  • Support to remotely toggle push notifications (#2686).
  • Read receipts for threads (#2635).

🐛 Bug Fixes

Changes in 20.0.2 (2022-09-30)

🐛 Bug Fixes

Changes in 20.0.1 (2022-09-28)

... (truncated)

Commits
  • 1842004 v21.0.0
  • c8c7af0 Prepare changelog for v21.0.0
  • e7ce1fb v21.0.0-rc.2
  • 7772f85 Prepare changelog for v21.0.0-rc.2
  • 4ccc52d [Backport staging] Improve crypto init code and allow easier shimming (#2792)
  • 63f4bf5 [Backport staging] Fix POST data not being passed for registerWithIdentitySer...
  • fc1b03c v21.0.0-rc.1
  • e592f60 Prepare changelog for v21.0.0-rc.1
  • 30570bc Remove node-specific crypto bits, use Node 16's WebCrypto (#2762)
  • 6af3b11 Fix IdentityPrefix.V2 containing spurious /api (#2761)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Preview:
⚠️ Exercise caution. Use test accounts. ⚠️

Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 18.1.0 to 21.0.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md)
- [Commits](matrix-org/matrix-js-sdk@v18.1.0...v21.0.0)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 7, 2022

Superseded by #182.

@dependabot dependabot bot closed this Nov 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-js-sdk-21.0.0 branch November 7, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant