From eff52b82e83ea25626ee78ba69e74c540498b9ac Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 9 Jul 2024 12:04:20 +0000 Subject: [PATCH 1/9] v34.1.0-rc.0 --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 742349959..5e99876d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.0.0", + "version": "34.1.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" @@ -31,8 +31,8 @@ "keywords": [ "matrix-org" ], - "main": "./src/index.ts", - "browser": "./src/browser-index.ts", + "main": "./lib/index.js", + "browser": "./lib/browser-index.js", "matrix_src_main": "./src/index.ts", "matrix_src_browser": "./src/browser-index.ts", "matrix_lib_main": "./lib/index.js", @@ -130,5 +130,6 @@ "outputDirectory": "coverage", "outputName": "jest-sonar-report.xml", "relativePaths": true - } + }, + "typings": "./lib/index.d.ts" } From 5d2500b7a704fbf3d7fca54dcf2b0689325b9304 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Jul 2024 13:11:25 +0100 Subject: [PATCH 2/9] Fix bump-downstreams using incompatible Node version Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/release-make.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-make.yml b/.github/workflows/release-make.yml index 51bfdece2..831055a00 100644 --- a/.github/workflows/release-make.yml +++ b/.github/workflows/release-make.yml @@ -316,6 +316,11 @@ jobs: ref: staging token: ${{ secrets.ELEMENT_BOT_TOKEN }} + - uses: actions/setup-node@v4 + with: + cache: "yarn" + node-version: "lts/*" + - name: Bump dependency env: DEPENDENCY: ${{ needs.npm.outputs.id }} From a0d73dfaca40fe19bed2c7265cefa414c388417f Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 9 Jul 2024 12:12:53 +0000 Subject: [PATCH 3/9] v34.1.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e99876d9..0e0411c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.1.0-rc.0", + "version": "34.1.0-rc.1", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From 24eff501e4a264b9ef711b65963e5d2f9bd5081b Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 9 Jul 2024 12:17:59 +0000 Subject: [PATCH 4/9] v34.1.0-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e0411c7f..fa5b06c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.1.0-rc.1", + "version": "34.1.0-rc.2", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From ed7b314e6a9aa383cbf31bc60cb566bdc03e51d2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Jul 2024 14:13:50 +0100 Subject: [PATCH 5/9] Promote olm to a real dep given the types refer to it Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa5b06c25..b6eaa53f2 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@matrix-org/matrix-sdk-crypto-wasm": "^6.0.0", + "@matrix-org/olm": "3.2.15", "another-json": "^0.2.0", "bs58": "^6.0.0", "content-type": "^1.0.4", @@ -82,7 +83,6 @@ "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@casualbot/jest-sonar-reporter": "2.2.7", - "@matrix-org/olm": "3.2.15", "@peculiar/webcrypto": "^1.4.5", "@types/bs58": "^4.0.1", "@types/content-type": "^1.1.5", From 6520e0f54febc7ceec3b91f257efff0a51d58a72 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 9 Jul 2024 13:15:09 +0000 Subject: [PATCH 6/9] v34.1.0-rc.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6eaa53f2..719f8076b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.1.0-rc.2", + "version": "34.1.0-rc.3", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From 4d90fecb6a489edd4bed5344610a8d1f13c54b9d Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 16 Jul 2024 12:20:13 +0000 Subject: [PATCH 7/9] v34.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d77228d..fddb3e487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Changes in [34.1.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.1.0) (2024-07-16) +================================================================================================== +## ✨ Features + +* Add ability to choose how many timeline events to sync when peeking ([#4300](https://github.com/matrix-org/matrix-js-sdk/pull/4300)). Contributed by @jgarplind. +* Remove redundant hack for using the old pickle key in rust crypto ([#4282](https://github.com/matrix-org/matrix-js-sdk/pull/4282)). Contributed by @richvdh. +* Add fetching the well known in embedded mode. ([#4259](https://github.com/matrix-org/matrix-js-sdk/pull/4259)). Contributed by @toger5. + +## 🐛 Bug Fixes + +* Fix room state being updated with old (now overwritten) state and emitting for those updates. ([#4242](https://github.com/matrix-org/matrix-js-sdk/pull/4242)). Contributed by @toger5. +* Fix incorrect "Olm is not available" errors ([#4301](https://github.com/matrix-org/matrix-js-sdk/pull/4301)). Contributed by @richvdh. +* Fix build for example script ([#4286](https://github.com/matrix-org/matrix-js-sdk/pull/4286)). Contributed by @richvdh. +* Declare matrix-js-sdk as an ES module ([#4285](https://github.com/matrix-org/matrix-js-sdk/pull/4285)). Contributed by @richvdh. + + Changes in [34.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.0.0) (2024-07-08) ================================================================================================== ## 🚨 BREAKING CHANGES diff --git a/package.json b/package.json index 719f8076b..91f55037c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.1.0-rc.3", + "version": "34.1.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From 5feab3716617e30f63517193f7edfb36f10ed04f Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 23 Jul 2024 11:58:56 +0000 Subject: [PATCH 8/9] v34.2.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7011b44b..8f094bbed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.1.0", + "version": "34.2.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From 7f91db83d005db07ec45771052e15f0f770a1f7a Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 30 Jul 2024 12:37:58 +0000 Subject: [PATCH 9/9] v34.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fddb3e487..3f29c5470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [34.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.2.0) (2024-07-30) +================================================================================================== +## 🐛 Bug Fixes + +* Element-R: detect "withheld key" UTD errors, and mark them as such ([#4302](https://github.com/matrix-org/matrix-js-sdk/pull/4302)). Contributed by @richvdh. + + Changes in [34.1.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.1.0) (2024-07-16) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 8f094bbed..16ea3e907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.2.0-rc.0", + "version": "34.2.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0"