This commit is contained in:
Half-Shot 2022-08-22 10:04:06 +01:00
parent f8b0dc40b9
commit ae5bf24926
15 changed files with 40 additions and 14 deletions

View File

@ -1,3 +1,42 @@
2.0.0 (2022-08-22)
==================
**Minimum Node.JS version is now 16. Updated matrix-bot-sdk to 0.6.0.** ([\#417](https://github.com/matrix-org/matrix-hookshot/issues/417))
Features
--------
- Add a configuration widget for GitHub. ([\#420](https://github.com/matrix-org/matrix-hookshot/issues/420))
- Add query parameter to scope room config widget to a particular service. ([\#441](https://github.com/matrix-org/matrix-hookshot/issues/441))
Bugfixes
--------
- Fix GitHub notices sometimes coming through multiple times if GitHub sends multiple copies of a webhook. ([\#429](https://github.com/matrix-org/matrix-hookshot/issues/429))
- Headers and paragraphs now rendered properly when outputted from a Generic webhook transformation function. ([\#443](https://github.com/matrix-org/matrix-hookshot/issues/443))
- Fixed issue where `!hookshot gitlab project` commands would fail with a "Failed to handle command." error. ([\#445](https://github.com/matrix-org/matrix-hookshot/issues/445))
Deprecations and Removals
-------------------------
- Minimum Node.JS version is now 16. Updated matrix-bot-sdk to 0.6.0. ([\#417](https://github.com/matrix-org/matrix-hookshot/issues/417))
Internal Changes
----------------
- Add Grafana dashboard including documentation. Contributed by @HarHarLinks ([\#407](https://github.com/matrix-org/matrix-hookshot/issues/407))
- Refactor the way room state is tracked for room-specific configuration, to increase code reuse. ([\#418](https://github.com/matrix-org/matrix-hookshot/issues/418))
- Add a new PR template body and a CODEOWNERS file. ([\#425](https://github.com/matrix-org/matrix-hookshot/issues/425))
- Add new CI workflow to check for signoffs. ([\#427](https://github.com/matrix-org/matrix-hookshot/issues/427))
- Correct the docstrings of some connection classes. ([\#428](https://github.com/matrix-org/matrix-hookshot/issues/428))
- Optimize docker image rebuilds. ([\#438](https://github.com/matrix-org/matrix-hookshot/issues/438))
- Better error logging when validating Figma webhooks on startup. ([\#440](https://github.com/matrix-org/matrix-hookshot/issues/440))
1.8.1 (2022-07-18)
==================

View File

@ -1 +0,0 @@
Add query parameter to scope room config widget to a particular service.

View File

@ -1 +0,0 @@
Add Grafana dashboard including documentation. Contributed by @HarHarLinks

View File

@ -1 +0,0 @@
Minimum Node.JS version is now 16. Updated matrix-bot-sdk to 0.6.0.

View File

@ -1 +0,0 @@
Refactor the way room state is tracked for room-specific configuration, to increase code reuse.

View File

@ -1 +0,0 @@
Add a configuration widget for GitHub.

View File

@ -1 +0,0 @@
Add a new PR template body and a CODEOWNERS file.

View File

@ -1 +0,0 @@
Add new CI workflow to check for signoffs.

View File

@ -1 +0,0 @@
Correct the docstrings of some connection classes.

View File

@ -1 +0,0 @@
Fix GitHub notices sometimes coming through multiple times if GitHub sends multiple copies of a webhook.

View File

@ -1 +0,0 @@
Optimize docker image rebuilds.

View File

@ -1 +0,0 @@
Better error logging when validating Figma webhooks on startup.

View File

@ -1 +0,0 @@
Headers and paragraphs now rendered properly when outputted from a Generic webhook transformation function.

View File

@ -1 +0,0 @@
Fixed issue where `!hookshot gitlab project` commands would fail with a "Failed to handle command." error.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "1.8.1",
"version": "2.0.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",