From 07667172cddd758a8a482addb2715f7914b549ee Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 7 Oct 2020 14:18:52 +0100 Subject: [PATCH 1/4] Prepare changelog for v8.5.0-rc.1 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340bba851..d599a6020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +Changes in [8.5.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.5.0-rc.1) (2020-10-07) +========================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.4.1...v8.5.0-rc.1) + + * Add support for olm fallback keys + [\#1467](https://github.com/matrix-org/matrix-js-sdk/pull/1467) + * Fix editing local echoes not updating them in real time + [\#1492](https://github.com/matrix-org/matrix-js-sdk/pull/1492) + * Fix re-emit of Event.replaced to be on client and not room + [\#1491](https://github.com/matrix-org/matrix-js-sdk/pull/1491) + * Add space to log line + [\#1496](https://github.com/matrix-org/matrix-js-sdk/pull/1496) + * Revert "Convert call.js to Typescript & update WebRTC APIs" + [\#1493](https://github.com/matrix-org/matrix-js-sdk/pull/1493) + * Convert call.js to Typescript & update WebRTC APIs + [\#1487](https://github.com/matrix-org/matrix-js-sdk/pull/1487) + * Dehydrate and rehydrate devices + [\#1436](https://github.com/matrix-org/matrix-js-sdk/pull/1436) + * Keep local device after processing device list sync + [\#1490](https://github.com/matrix-org/matrix-js-sdk/pull/1490) + * Enforce logger module via lint rules + [\#1489](https://github.com/matrix-org/matrix-js-sdk/pull/1489) + * Extend method redactEvent with reason + [\#1462](https://github.com/matrix-org/matrix-js-sdk/pull/1462) + * Catch exception from call event handler + [\#1484](https://github.com/matrix-org/matrix-js-sdk/pull/1484) + * Ignore invalid candidates + [\#1483](https://github.com/matrix-org/matrix-js-sdk/pull/1483) + * Always push docs if they are generated + [\#1478](https://github.com/matrix-org/matrix-js-sdk/pull/1478) + * Only sign key backup with cross-signing keys when available + [\#1481](https://github.com/matrix-org/matrix-js-sdk/pull/1481) + * Upgrade dependencies + [\#1479](https://github.com/matrix-org/matrix-js-sdk/pull/1479) + Changes in [8.4.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.4.1) (2020-09-28) ================================================================================================ [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.4.0...v8.4.1) From 293860b6c53143cf8a604158e45caae093688f15 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 7 Oct 2020 14:18:52 +0100 Subject: [PATCH 2/4] v8.5.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e24e990e..8a7456ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "8.4.1", + "version": "8.5.0-rc.1", "description": "Matrix Client-Server SDK for Javascript", "scripts": { "prepare": "yarn build", From 57eef2d8327d583af519562a846f3bbcc676262b Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Mon, 12 Oct 2020 13:15:06 +0100 Subject: [PATCH 3/4] Prepare changelog for v8.5.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d599a6020..ce3525be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [8.5.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.5.0) (2020-10-12) +================================================================================================ +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.5.0-rc.1...v8.5.0) + +* No changes since rc.1 + Changes in [8.5.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.5.0-rc.1) (2020-10-07) ========================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.4.1...v8.5.0-rc.1) From a12c250f2b515de309467a6d5d5f43dc3d2bf4e5 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Mon, 12 Oct 2020 13:15:07 +0100 Subject: [PATCH 4/4] v8.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a7456ca5..3d34a264a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "8.5.0-rc.1", + "version": "8.5.0", "description": "Matrix Client-Server SDK for Javascript", "scripts": { "prepare": "yarn build",