matrix-js-sdk 42.4.0-rc.0 → 42.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ Changes in [42.4.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v42.4.0) (2026-09-15)
2
+ ==================================================================================================
3
+ ## ✨ Features
4
+
5
+ * Add methods for ensuring a slot is open / closed ([#5524](https://github.com/matrix-org/matrix-js-sdk/pull/5524)). Contributed by @Johennes.
6
+ * MSC4140: support getting a single delayed event ([#5504](https://github.com/matrix-org/matrix-js-sdk/pull/5504)). Contributed by @AndrewFerr.
7
+ * Add livekit rtc cs api endpoints to client (and embedded client) ([#5496](https://github.com/matrix-org/matrix-js-sdk/pull/5496)). Contributed by @toger5.
8
+ * Allow passing a signing function when setting up Rust crypto ([#5483](https://github.com/matrix-org/matrix-js-sdk/pull/5483)). Contributed by @andybalaam.
9
+ * Combine crypto-related `receiveSyncChanges` calls into one ([#5503](https://github.com/matrix-org/matrix-js-sdk/pull/5503)). Contributed by @kaylendog.
10
+ * Log OAuth requests and responses ([#5506](https://github.com/matrix-org/matrix-js-sdk/pull/5506)). Contributed by @hughns.
11
+ * Add support for key rotation participant limit ([#5486](https://github.com/matrix-org/matrix-js-sdk/pull/5486)). Contributed by @toger5.
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ * Treat an event as read if the user sent a later one ([#5525](https://github.com/matrix-org/matrix-js-sdk/pull/5525)). Contributed by @nathanael-h.
16
+ * MatrixRTC: do not treat repeated local timeouts as unrecoverable ([#5518](https://github.com/matrix-org/matrix-js-sdk/pull/5518)). Contributed by @ara4n.
17
+ * Don't fetch the client well-known when clientWellKnownPollPeriod is unset ([#5521](https://github.com/matrix-org/matrix-js-sdk/pull/5521)). Contributed by @langleyd.
18
+ * Fix OAuth token revocation against a spec-compliant authorization server ([#5507](https://github.com/matrix-org/matrix-js-sdk/pull/5507)). Contributed by @hughns.
19
+
20
+
1
21
  Changes in [42.3.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v42.3.0) (2026-09-01)
2
22
  ==================================================================================================
3
23
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "42.4.0-rc.0",
3
+ "version": "42.4.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"