From 333d6a7bd6672c7de80efb1a6d57815064ef4e44 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 11 Feb 2026 15:06:14 +0000 Subject: [PATCH 1/3] v40.3.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94bbcbe15..ee25087b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "40.2.0", + "version": "40.3.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0" From aba7f8a0d4f6e0c58996bd180b9024a8154fff25 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 17 Feb 2026 15:11:09 +0000 Subject: [PATCH 2/3] v41.0.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d74e5cb22..2bd41dfb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "40.3.0-rc.0", + "version": "41.0.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0" From 26d5b1cde2fcc5445c5dbb9518610f63c9fb7455 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 24 Feb 2026 13:58:36 +0000 Subject: [PATCH 3/3] v41.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd65b4ac..e0344c055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +Changes in [41.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v41.0.0) (2026-02-24) +================================================================================================== +## 🚨 BREAKING CHANGES + +* Add support for Matrix Spec v1.13 ([#5160](https://github.com/matrix-org/matrix-js-sdk/pull/5160)). Contributed by @t3chguy. + +## ✨ Features + +* Download room keys from backup prior to buliding historic room key bundles ([#5171](https://github.com/matrix-org/matrix-js-sdk/pull/5171)). Contributed by @kaylendog. +* Add support for Matrix Spec v1.13 ([#5160](https://github.com/matrix-org/matrix-js-sdk/pull/5160)). Contributed by @t3chguy. +* Add logging on MSC4108 DELETE request ([#5140](https://github.com/matrix-org/matrix-js-sdk/pull/5140)). Contributed by @reivilibre. +* Add `m.invite_permission_config` account data type ([#5183](https://github.com/matrix-org/matrix-js-sdk/pull/5183)). Contributed by @richvdh. + +## 🐛 Bug Fixes + +* fix(relations): prevent stale m.replace from overriding newer edits ([#5192](https://github.com/matrix-org/matrix-js-sdk/pull/5192)). Contributed by @basnijholt. +* Fix reactive display name disambiguation ([#5135](https://github.com/matrix-org/matrix-js-sdk/pull/5135)). Contributed by @aditya-cherukuru. +* Fix empty string to room compatibility trick to only apply to m.call ([#5172](https://github.com/matrix-org/matrix-js-sdk/pull/5172)). Contributed by @toger5. + + Changes in [40.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v40.2.0) (2026-02-10) ================================================================================================== ## 🦖 Deprecations diff --git a/package.json b/package.json index 2bd41dfb6..77992da7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "41.0.0-rc.0", + "version": "41.0.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0"