From af054ef3bba48da071185f48a15aa24df86db86c Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 6 May 2022 16:00:38 +0100 Subject: [PATCH] 1.6.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ changelog.d/312.feature | 2 -- changelog.d/314.feature | 1 - changelog.d/315.feature | 1 - changelog.d/319.misc | 1 - changelog.d/320.feature | 1 - changelog.d/321.feature | 1 - changelog.d/330.misc | 1 - changelog.d/332.misc | 1 - changelog.d/334.misc | 1 - changelog.d/336.misc | 1 - package.json | 2 +- 12 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 changelog.d/312.feature delete mode 100644 changelog.d/314.feature delete mode 100644 changelog.d/315.feature delete mode 100644 changelog.d/319.misc delete mode 100644 changelog.d/320.feature delete mode 100644 changelog.d/321.feature delete mode 100644 changelog.d/330.misc delete mode 100644 changelog.d/332.misc delete mode 100644 changelog.d/334.misc delete mode 100644 changelog.d/336.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cda08c4..e8f74e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +1.6.0 (2022-05-06) +================== + +Features +-------- + +- Add new `hookshot_connection_event(_failed)` metrics for tracking succesful event handling. + Reinstate `matrix_*` metrics which were previously not being recorded. ([\#312](https://github.com/matrix-org/matrix-hookshot/issues/312)) +- Send a notice when a GitLab merge request gets some review comments. ([\#314](https://github.com/matrix-org/matrix-hookshot/issues/314)) +- Add RSS/Atom feed support ([\#315](https://github.com/matrix-org/matrix-hookshot/issues/315)) +- Add support for GitLab in the widgets configuration UI. ([\#320](https://github.com/matrix-org/matrix-hookshot/issues/320)) +- Add new `!hookshot gitlab project` command to configure project bridges in rooms. See [the docs](https://matrix-org.github.io/matrix-hookshot/latest/usage/room_configuration/gitlab_project.html) for instructions. ([\#321](https://github.com/matrix-org/matrix-hookshot/issues/321)) + + +Internal Changes +---------------- + +- Reduce Docker image size. ([\#319](https://github.com/matrix-org/matrix-hookshot/issues/319)) +- Refactor connection handling logic to improve developer experience. ([\#330](https://github.com/matrix-org/matrix-hookshot/issues/330)) +- Restructure widget web components. ([\#332](https://github.com/matrix-org/matrix-hookshot/issues/332)) +- Replace 'snowpack' with 'vite' for building the widget web components. ([\#334](https://github.com/matrix-org/matrix-hookshot/issues/334)) +- The docker image has been shrunk by 78%, and now takes up 300MB. ([\#336](https://github.com/matrix-org/matrix-hookshot/issues/336)) + + 1.5.0 (2022-04-14) ================== diff --git a/changelog.d/312.feature b/changelog.d/312.feature deleted file mode 100644 index 829294c8..00000000 --- a/changelog.d/312.feature +++ /dev/null @@ -1,2 +0,0 @@ -Add new `hookshot_connection_event(_failed)` metrics for tracking succesful event handling. -Reinstate `matrix_*` metrics which were previously not being recorded. \ No newline at end of file diff --git a/changelog.d/314.feature b/changelog.d/314.feature deleted file mode 100644 index 6ddecc69..00000000 --- a/changelog.d/314.feature +++ /dev/null @@ -1 +0,0 @@ -Send a notice when a GitLab merge request gets some review comments. \ No newline at end of file diff --git a/changelog.d/315.feature b/changelog.d/315.feature deleted file mode 100644 index 024bdea2..00000000 --- a/changelog.d/315.feature +++ /dev/null @@ -1 +0,0 @@ -Add RSS/Atom feed support diff --git a/changelog.d/319.misc b/changelog.d/319.misc deleted file mode 100644 index b319177a..00000000 --- a/changelog.d/319.misc +++ /dev/null @@ -1 +0,0 @@ -Reduce Docker image size. \ No newline at end of file diff --git a/changelog.d/320.feature b/changelog.d/320.feature deleted file mode 100644 index 8a7d07e2..00000000 --- a/changelog.d/320.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for GitLab in the widgets configuration UI. \ No newline at end of file diff --git a/changelog.d/321.feature b/changelog.d/321.feature deleted file mode 100644 index e1320f8e..00000000 --- a/changelog.d/321.feature +++ /dev/null @@ -1 +0,0 @@ -Add new `!hookshot gitlab project` command to configure project bridges in rooms. See [the docs](https://matrix-org.github.io/matrix-hookshot/latest/usage/room_configuration/gitlab_project.html) for instructions. \ No newline at end of file diff --git a/changelog.d/330.misc b/changelog.d/330.misc deleted file mode 100644 index a18cf4fc..00000000 --- a/changelog.d/330.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor connection handling logic to improve developer experience. \ No newline at end of file diff --git a/changelog.d/332.misc b/changelog.d/332.misc deleted file mode 100644 index 5c44c978..00000000 --- a/changelog.d/332.misc +++ /dev/null @@ -1 +0,0 @@ -Restructure widget web components. \ No newline at end of file diff --git a/changelog.d/334.misc b/changelog.d/334.misc deleted file mode 100644 index d97cf0bb..00000000 --- a/changelog.d/334.misc +++ /dev/null @@ -1 +0,0 @@ -Replace 'snowpack' with 'vite' for building the widget web components. \ No newline at end of file diff --git a/changelog.d/336.misc b/changelog.d/336.misc deleted file mode 100644 index ed95041e..00000000 --- a/changelog.d/336.misc +++ /dev/null @@ -1 +0,0 @@ -The docker image has been shrunk by 78%, and now takes up 300MB. \ No newline at end of file diff --git a/package.json b/package.json index 1aff52d5..f65586cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "1.5.0", + "version": "1.6.0", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "main": "lib/app.js", "repository": "https://github.com/matrix-org/matrix-hookshot",