jaywink / matrix-alertmanager

A bot to receive Alertmanager webhook events and forward them to chosen rooms.
MIT License
76 stars 22 forks source link

Bump matrix-js-sdk from 23.0.0 to 24.0.0 #34

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps matrix-js-sdk from 23.0.0 to 24.0.0.

Release notes

Sourced from matrix-js-sdk's releases.

v24.0.0

🔒 Security

v23.5.0

✨ Features

  • Implement MSC3758: a push rule condition to match event properties exactly (#3179).
  • Enable group calls without video and audio track by configuration of MatrixClient (#3162). Contributed by @​EnricoSchw.
  • Updates to protocol used for Sign in with QR code (#3155). Contributed by @​hughns.
  • Implement MSC3873 to handle escaped dots in push rule keys (#3134). Fixes undefined/matrix-js-sdk#1454.

🐛 Bug Fixes

v23.5.0-rc.1

✨ Features

  • Implement MSC3758: a push rule condition to match event properties exactly (#3179).
  • Enable group calls without video and audio track by configuration of MatrixClient (#3162). Contributed by @​EnricoSchw.
  • Updates to protocol used for Sign in with QR code (#3155). Contributed by @​hughns.
  • Implement MSC3873 to handle escaped dots in push rule keys (#3134). Fixes undefined/matrix-js-sdk#1454.

🐛 Bug Fixes

v23.4.0

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.
  • Polls: expose end event id on poll model (#3160). Contributed by @​kerryarchibald.
  • Polls: count undecryptable poll relations (#3163). Contributed by @​kerryarchibald.

🐛 Bug Fixes

v23.4.0-rc.2

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.

v23.4.0-rc.1

✨ Features

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 24.0.0 (2023-03-28)

🔒 Security

Changes in 23.5.0 (2023-03-15)

✨ Features

  • Implement MSC3758: a push rule condition to match event properties exactly (#3179).
  • Enable group calls without video and audio track by configuration of MatrixClient (#3162). Contributed by @​EnricoSchw.
  • Updates to protocol used for Sign in with QR code (#3155). Contributed by @​hughns.
  • Implement MSC3873 to handle escaped dots in push rule keys (#3134). Fixes undefined/matrix-js-sdk#1454.

🐛 Bug Fixes

Changes in 23.4.0 (2023-02-28)

✨ Features

  • Add easy way to determine if the decryption failure is due to "DecryptionError: The sender has disabled encrypting to unverified devices." (#3167). Contributed by @​florianduros.
  • Polls: expose end event id on poll model (#3160). Contributed by @​kerryarchibald.
  • Polls: count undecryptable poll relations (#3163). Contributed by @​kerryarchibald.

🐛 Bug Fixes

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

... (truncated)

Commits
  • c87048b v24.0.0
  • 02269f3 Prepare changelog for v24.0.0
  • 7f46ae7 Further changes for v24.0.0
  • 9a504af Changes for v24.0.0
  • 26663e6 v23.5.0
  • 0cfc67c Prepare changelog for v23.5.0
  • 13d95c8 v23.5.0-rc.1
  • e119dc4 Prepare changelog for v23.5.0-rc.1
  • b4cdc5a Implement MSC3758: a push rule condition to match event properties exactly (#...
  • a82e22b Remove items incorrectly included in changelog for 23.4.0 (#3190)
  • 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jaywink/matrix-alertmanager/network/alerts).