Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 21, 2024
1 parent 387f7c1 commit bbf953f
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/870.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/876.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/879.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/882.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/889.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/890.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/891.feature

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bbf953f

Please sign in to comment.