This commit is contained in:
Half-Shot 2022-05-06 16:00:38 +01:00
parent f3ad4a0d7d
commit af054ef3bb
12 changed files with 25 additions and 12 deletions

View File

@ -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)
==================

View File

@ -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.

View File

@ -1 +0,0 @@
Send a notice when a GitLab merge request gets some review comments.

View File

@ -1 +0,0 @@
Add RSS/Atom feed support

View File

@ -1 +0,0 @@
Reduce Docker image size.

View File

@ -1 +0,0 @@
Add support for GitLab in the widgets configuration UI.

View File

@ -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.

View File

@ -1 +0,0 @@
Refactor connection handling logic to improve developer experience.

View File

@ -1 +0,0 @@
Restructure widget web components.

View File

@ -1 +0,0 @@
Replace 'snowpack' with 'vite' for building the widget web components.

View File

@ -1 +0,0 @@
The docker image has been shrunk by 78%, and now takes up 300MB.

View File

@ -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",