mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
1.6.0
This commit is contained in:
parent
f3ad4a0d7d
commit
af054ef3bb
24
CHANGELOG.md
24
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)
|
||||
==================
|
||||
|
||||
|
@ -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.
|
@ -1 +0,0 @@
|
||||
Send a notice when a GitLab merge request gets some review comments.
|
@ -1 +0,0 @@
|
||||
Add RSS/Atom feed support
|
@ -1 +0,0 @@
|
||||
Reduce Docker image size.
|
@ -1 +0,0 @@
|
||||
Add support for GitLab in the widgets configuration UI.
|
@ -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.
|
@ -1 +0,0 @@
|
||||
Refactor connection handling logic to improve developer experience.
|
@ -1 +0,0 @@
|
||||
Restructure widget web components.
|
@ -1 +0,0 @@
|
||||
Replace 'snowpack' with 'vite' for building the widget web components.
|
@ -1 +0,0 @@
|
||||
The docker image has been shrunk by 78%, and now takes up 300MB.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user