This commit is contained in:
Half-Shot 2024-02-21 13:24:02 +00:00
parent 387f7c1ce9
commit bbf953fff8
9 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,33 @@
5.2.0 (2024-02-21)
==================
Features
--------
- Add command to list feeds in JSON and YAML format to easily export all feeds from a room. ([\#876](https://github.com/matrix-org/matrix-hookshot/issues/876))
- Mention all assignees when a new issue is created on GitHub. ([\#889](https://github.com/matrix-org/matrix-hookshot/issues/889))
- Retry failed feed messages. ([\#891](https://github.com/matrix-org/matrix-hookshot/issues/891))
Bugfixes
--------
- Fix widgets failing with "Request timed out". ([\#870](https://github.com/matrix-org/matrix-hookshot/issues/870))
Improved Documentation
----------------------
- Mention new and legacy webhook paths in setup documentation. ([\#879](https://github.com/matrix-org/matrix-hookshot/issues/879))
- Add troubleshooting page to documentation, to cover common issues. ([\#882](https://github.com/matrix-org/matrix-hookshot/issues/882))
Internal Changes
----------------
- Failing RSS/atom feeds are now backed off before being retried. This should result in a speedup for large public deployments where failing feeds may result in a slowdown. ([\#890](https://github.com/matrix-org/matrix-hookshot/issues/890))
5.1.2 (2024-01-02)
==================

View File

@ -1 +0,0 @@
Fix widgets failing with "Request timed out".

View File

@ -1 +0,0 @@
Add command to list feeds in JSON and YAML format to easily export all feeds from a room.

View File

@ -1 +0,0 @@
Mention new and legacy webhook paths in setup documentation.

View File

@ -1 +0,0 @@
Add troubleshooting page to documentation, to cover common issues.

View File

@ -1 +0,0 @@
Mention all assignees when a new issue is created on GitHub.

View File

@ -1 +0,0 @@
Failing RSS/atom feeds are now backed off before being retried. This should result in a speedup for large public deployments where failing feeds may result in a slowdown.

View File

@ -1 +0,0 @@
Retry failed feed messages.

View File

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