Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 29, 2024
1 parent 424c475 commit 52eeb0b
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 12 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 6.0.0 (2024-11-29)

### Features

- Add support for setting an expiry time on a webhook. See the documentation on [Generic Webhooks](https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html) for more information. ([\#984](https://github.com/matrix-org/matrix-hookshot/issues/984))
- Support for E2E Encrypted rooms is now considered stable and can be enabled in production. Please see the [documentation](https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html)
on the requirements for enabling support. ([\#989](https://github.com/matrix-org/matrix-hookshot/issues/989))

### Bugfixes

- Fix Challenge Hound activities being duplicated if the cache layer (e.g Redis) goes away. ([\#982](https://github.com/matrix-org/matrix-hookshot/issues/982))

### Deprecations and Removals

- Drop support for Node 20 and start supporting Node 22, 23. ([\#990](https://github.com/matrix-org/matrix-hookshot/issues/990))

### Internal Changes

- Reduce bundle size of widget. ([\#985](https://github.com/matrix-org/matrix-hookshot/issues/985))
- Don't invoke newsfile CI check for dependabot. ([\#987](https://github.com/matrix-org/matrix-hookshot/issues/987))
- Add devenv development files. ([\#993](https://github.com/matrix-org/matrix-hookshot/issues/993))
- Push Docker images to ghcr.io, and and build an image on each commit. ([\#994](https://github.com/matrix-org/matrix-hookshot/issues/994))
- Retry e2e tests in CI due to container creation flakiness. ([\#995](https://github.com/matrix-org/matrix-hookshot/issues/995))
- Update matrix-bot-sdk to pull in new matrix-rust-sdk. ([\#996](https://github.com/matrix-org/matrix-hookshot/issues/996))


5.4.1 (2024-06-21)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/989.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/990.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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.4.1",
"version": "6.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",
Expand Down

0 comments on commit 52eeb0b

Please sign in to comment.