Skip to content

Commit ed607c4

Browse files
committed
Merge branch 'master' into develop
2 parents 2f1d654 + a8d75b8 commit ed607c4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Changes in [38.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v38.0.0) (2025-08-27)
2+
==================================================================================================
3+
## 🚨 BREAKING CHANGES
4+
5+
* Release tranche of breaking changes ([#4975](https://github.com/matrix-org/matrix-js-sdk/pull/4975)).
6+
* Remove support for FetchHttpApi `onlyData = false`
7+
* Remove deprecated `IJoinRoomOpts.syncRoom`
8+
* Remove deprecated methods which are unsupported in rust crypto
9+
* Remove deprecated getAuthIssuer method
10+
* Remove deprecated beginKeyVerification method
11+
* Remove deprecated isEncryptedDisabledForUnverifiedDevices getter
12+
* Remove deprecated UndecryptableToDeviceEvent MatrixClient emit
13+
* Remove deprecated defer utility method
14+
* Remove deprecated UIAResponse dummy type
15+
* Remove deprecated MatrixRTCSession MembershipConfig fields
16+
* Remove deprecated findVerificationRequestDMInProgress and storeSessionBackupPrivateKey methods in favour of overloads
17+
18+
## ✨ Features
19+
20+
* Allow multiple rtc sessions per room (with different sessionDescriptions) ([#4945](https://github.com/matrix-org/matrix-js-sdk/pull/4945)). Contributed by @toger5.
21+
* Add support for login\_hint in authorization url generation ([#4943](https://github.com/matrix-org/matrix-js-sdk/pull/4943)). Contributed by @odelcroi.
22+
* Only process MatrixRTC sessions associated with calls for `callMembershipsForRoom` ([#4960](https://github.com/matrix-org/matrix-js-sdk/pull/4960)). Contributed by @fkwp.
23+
24+
125
Changes in [37.13.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.13.0) (2025-08-11)
226
====================================================================================================
327
This release supports new v12 Matrix rooms and consequently has a breaking change, removing powerLevelNorm from the RoomMember object as this can't be supported with infinite power levels. Apps should use the non-normalised `powerLevel` instead.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-js-sdk",
3-
"version": "37.13.0",
3+
"version": "38.0.0",
44
"description": "Matrix Client-Server SDK for Javascript",
55
"engines": {
66
"node": ">=22.0.0"

0 commit comments

Comments
 (0)