Skip to content

Commit 52eeb0b

Browse files
committed
6.0.0
1 parent 424c475 commit 52eeb0b

File tree

12 files changed

+27
-12
lines changed

12 files changed

+27
-12
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 6.0.0 (2024-11-29)
2+
3+
### Features
4+
5+
- 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))
6+
- 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)
7+
on the requirements for enabling support. ([\#989](https://github.com/matrix-org/matrix-hookshot/issues/989))
8+
9+
### Bugfixes
10+
11+
- 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))
12+
13+
### Deprecations and Removals
14+
15+
- Drop support for Node 20 and start supporting Node 22, 23. ([\#990](https://github.com/matrix-org/matrix-hookshot/issues/990))
16+
17+
### Internal Changes
18+
19+
- Reduce bundle size of widget. ([\#985](https://github.com/matrix-org/matrix-hookshot/issues/985))
20+
- Don't invoke newsfile CI check for dependabot. ([\#987](https://github.com/matrix-org/matrix-hookshot/issues/987))
21+
- Add devenv development files. ([\#993](https://github.com/matrix-org/matrix-hookshot/issues/993))
22+
- Push Docker images to ghcr.io, and and build an image on each commit. ([\#994](https://github.com/matrix-org/matrix-hookshot/issues/994))
23+
- Retry e2e tests in CI due to container creation flakiness. ([\#995](https://github.com/matrix-org/matrix-hookshot/issues/995))
24+
- Update matrix-bot-sdk to pull in new matrix-rust-sdk. ([\#996](https://github.com/matrix-org/matrix-hookshot/issues/996))
25+
26+
127
5.4.1 (2024-06-21)
228
==================
329

changelog.d/982.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/984.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/985.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/987.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/989.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/990.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/993.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/994.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/995.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)