Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps matrix-js-sdk from 18.1.0 to 23.3.0.

Release notes

Sourced from matrix-js-sdk's releases.

v23.3.0

✨ Features

  • Element-R: implement encryption of outgoing events (#3122).
  • Poll model - page /relations results (#3073). Contributed by @​kerryarchibald.
  • Poll model - validate end events (#3072). Contributed by @​kerryarchibald.
  • Handle optional last_known_event_id property in m.predecessor (#3119). Contributed by @​andybalaam.
  • Add support for stable identifier for fixed MAC in SAS verification (#3101).
  • Provide eventId as well as roomId from Room.findPredecessor (#3095). Contributed by @​andybalaam.
  • MSC3946 Dynamic room predecessors (#3042). Contributed by @​andybalaam.
  • Poll model (#3036). Contributed by @​kerryarchibald.
  • Remove video tracks on video mute without renegotiating (#3091).
  • Introduces a backwards-compatible API change. MegolmEncrypter#prepareToEncrypt's return type has changed from void to () => void. (#3035). Contributed by @​clarkf.

🐛 Bug Fixes

v23.3.0-rc.1

✨ Features

  • Element-R: implement encryption of outgoing events (#3122).
  • Poll model - page /relations results (#3073). Contributed by @​kerryarchibald.
  • Poll model - validate end events (#3072). Contributed by @​kerryarchibald.
  • Handle optional last_known_event_id property in m.predecessor (#3119). Contributed by @​andybalaam.
  • Add support for stable identifier for fixed MAC in SAS verification (#3101).
  • Provide eventId as well as roomId from Room.findPredecessor (#3095). Contributed by @​andybalaam.
  • MSC3946 Dynamic room predecessors (#3042). Contributed by @​andybalaam.
  • Poll model (#3036). Contributed by @​kerryarchibald.
  • Remove video tracks on video mute without renegotiating (#3091).
  • Introduces a backwards-compatible API change. MegolmEncrypter#prepareToEncrypt's return type has changed from void to () => void. (#3035). Contributed by @​clarkf.

🐛 Bug Fixes

  • Element-R: fix a bug which prevented encryption working after a reload (#3126).
  • Element-R: Fix invite processing (#3121).
  • Don't throw with no opponentDeviceInfo (#3107).
  • Remove flaky megolm test (#3098). Contributed by @​clarkf.
  • Fix "verifyLinks" functionality of getRoomUpgradeHistory (#3089). Contributed by @​andybalaam.

v23.2.0

✨ Features

  • Implement decryption via the rust sdk (#3074).
  • Handle edits which are bundled with an event, per MSC3925 (#3045).

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 23.3.0 (2023-02-14)

✨ Features

  • Element-R: implement encryption of outgoing events (#3122).
  • Poll model - page /relations results (#3073). Contributed by @​kerryarchibald.
  • Poll model - validate end events (#3072). Contributed by @​kerryarchibald.
  • Handle optional last_known_event_id property in m.predecessor (#3119). Contributed by @​andybalaam.
  • Add support for stable identifier for fixed MAC in SAS verification (#3101).
  • Provide eventId as well as roomId from Room.findPredecessor (#3095). Contributed by @​andybalaam.
  • MSC3946 Dynamic room predecessors (#3042). Contributed by @​andybalaam.
  • Poll model (#3036). Contributed by @​kerryarchibald.
  • Remove video tracks on video mute without renegotiating (#3091).
  • Introduces a backwards-compatible API change. MegolmEncrypter#prepareToEncrypt's return type has changed from void to () => void. (#3035). Contributed by @​clarkf.

🐛 Bug Fixes

Changes in 23.2.0 (2023-01-31)

✨ Features

  • Implement decryption via the rust sdk (#3074).
  • Handle edits which are bundled with an event, per MSC3925 (#3045).

🐛 Bug Fixes

Changes in 23.1.1 (2023-01-20)

🐛 Bug Fixes

  • Fix backwards compability for environment not support Array.prototype.at (#3080).

Changes in 23.1.0 (2023-01-18)

🦖 Deprecations

... (truncated)

Commits
  • 1825342 v23.3.0
  • f81b7e5 Prepare changelog for v23.3.0
  • 6dda9e5 Include 'browser' in list of adjusted properties in release.sh (#3149) (#3151)
  • f61db81 v23.3.0-rc.1
  • e2a6941 Prepare changelog for v23.3.0-rc.1
  • 71cf812 Add @​typescript-eslint/no-base-to-string (#3129)
  • 8a3d7d5 Element-R: log outgoing HTTP requests (#3127)
  • 2a36359 Element-R: fix a bug which prevented encryption working after a reload (#3126)
  • 05bf642 Element-R: implement encryption of outgoing events (#3122)
  • e492a44 Update typescript bits to aid matrix-react-sdk achieve noImplicitAny (#3079)
  • 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 23.3.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...v23.3.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 Feb 20, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #235.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-js-sdk-23.3.0 branch March 6, 2023 20:01
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