Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps matrix-js-sdk from 18.1.0 to 22.0.0.

Release notes

Sourced from matrix-js-sdk's releases.

v22.0.0

🚨 BREAKING CHANGES

  • Enable users to join group calls from multiple devices (#2902).

🦖 Deprecations

  • Deprecate a function containing a typo (#2904).

✨ Features

  • sliding sync: add receipts extension (#2912).
  • Define a spec support policy for the js-sdk (#2882).
  • Further improvements to e2ee logging (#2900).
  • sliding sync: add support for typing extension (#2893).
  • Improve logging on Olm session errors (#2885).
  • Improve logging of e2ee messages (#2884).

🐛 Bug Fixes

v22.0.0-rc.2

🐛 Bug Fixes

v22.0.0-rc.1

🚨 BREAKING CHANGES

  • Enable users to join group calls from multiple devices (#2902).

🦖 Deprecations

  • Deprecate a function containing a typo (#2904).

✨ Features

  • sliding sync: add receipts extension (#2912).
  • Define a spec support policy for the js-sdk (#2882).
  • Further improvements to e2ee logging (#2900).
  • sliding sync: add support for typing extension (#2893).
  • Improve logging on Olm session errors (#2885).
  • Improve logging of e2ee messages (#2884).

🐛 Bug Fixes

  • Fix 3pid invite acceptance not working due to mxid being sent in body (#2907). Fixes vector-im/element-web#23823.
  • Don't hang up calls that haven't started yet (#2898).
  • Read receipt accumulation for threads (#2881).

v21.2.0

✨ Features

  • Make calls go back to 'connecting' state when media lost (#2880).
  • Add ability to send unthreaded receipt (#2878).
  • Add way to abort search requests (#2877).
  • sliding sync: add custom room subscriptions support (#2834).
  • webrtc: add advanced audio settings (#2434). Contributed by @​MrAnno.

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 22.0.0 (2022-12-06)

🚨 BREAKING CHANGES

  • Enable users to join group calls from multiple devices (#2902).

🦖 Deprecations

  • Deprecate a function containing a typo (#2904).

✨ Features

  • sliding sync: add receipts extension (#2912).
  • Define a spec support policy for the js-sdk (#2882).
  • Further improvements to e2ee logging (#2900).
  • sliding sync: add support for typing extension (#2893).
  • Improve logging on Olm session errors (#2885).
  • Improve logging of e2ee messages (#2884).

🐛 Bug Fixes

Changes in 21.2.0 (2022-11-22)

✨ Features

  • Make calls go back to 'connecting' state when media lost (#2880).
  • Add ability to send unthreaded receipt (#2878).
  • Add way to abort search requests (#2877).
  • sliding sync: add custom room subscriptions support (#2834).
  • webrtc: add advanced audio settings (#2434). Contributed by @​MrAnno.
  • Add support for group calls using MSC3401 (#2553).
  • Make the js-sdk conform to tsc --strict (#2835). Fixes #2112 #2116 and #2124.
  • Let leave requests outlive the window (#2815). Fixes vector-im/element-call#639.
  • Add event and message capabilities to RoomWidgetClient (#2797).
  • Misc fixes for group call widgets (#2657).
  • Support nested Matrix clients via the widget API (#2473).
  • Set max average bitrate on PTT calls (#2499). Fixes vector-im/element-call#440.
  • Add config option for e2e group call signalling (#2492).
  • Enable DTX on audio tracks in calls (#2482).
  • Don't ignore call member events with a distant future expiration date (#2466).
  • Expire call member state events after 1 hour (#2446).
  • Emit unknown device errors for group call participants without e2e (#2447).
  • Mute disconnected peers in PTT mode (#2421).

... (truncated)

Commits
  • b6369cc v22.0.0
  • e6e079f Prepare changelog for v22.0.0
  • 83a1e07 v22.0.0-rc.2
  • 7f3123e Prepare changelog for v22.0.0-rc.2
  • 5a88a6c [Backport staging] Fix highlight notifications increasing when total notifica...
  • 12cecbd [Backport staging] Fix synthesizeReceipt (#2934)
  • c17deb0 Backport "Make GroupCall work better with widgets" to staging (#2936)
  • 31c4f6c v22.0.0-rc.1
  • 22271d2 Prepare changelog for v22.0.0-rc.1
  • 9d3ac66 Merge pull request #2902 from robintown/group-call-participants
  • 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 22.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...v22.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 Dec 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #208.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-js-sdk-22.0.0 branch December 26, 2022 20:08
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