Skip to content

Commit 6690036

Browse files
committed
7.1.0
1 parent ad90b12 commit 6690036

File tree

13 files changed

+36
-13
lines changed

13 files changed

+36
-13
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
7.1.0 (2025-08-15)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Add an option in the config to disable hook bodies in Matrix messages. ([\#1004](https://github.com/matrix-org/matrix-hookshot/issues/1004))
8+
- Hookshot will now ping the homeserver on startup to ensure it can be reached. ([\#1062](https://github.com/matrix-org/matrix-hookshot/issues/1062))
9+
- Multiple config files (merged in order) may now be specified on the command line. ([\#1065](https://github.com/matrix-org/matrix-hookshot/issues/1065))
10+
- Support Matrix v12 rooms. ([\#1077](https://github.com/matrix-org/matrix-hookshot/issues/1077))
11+
- Add support for following room upgrades. Hookshot will now carry across all connections from the predecessor room to the next room. ([\#1079](https://github.com/matrix-org/matrix-hookshot/issues/1079))
12+
13+
14+
Bugfixes
15+
--------
16+
17+
- Fix bugs in handling server names that includes colons. ([\#1068](https://github.com/matrix-org/matrix-hookshot/issues/1068))
18+
19+
20+
Improved Documentation
21+
----------------------
22+
23+
- Instructions for how to setup a developer enviroment [are now included](https://matrix-org.github.io/matrix-hookshot/latest/dev/setup.html). This includes
24+
a new `docker-compose.yml` file for development. The previous unmaintained docker-compose setup for multiple workers has been removed. ([\#1065](https://github.com/matrix-org/matrix-hookshot/issues/1065))
25+
26+
27+
Internal Changes
28+
----------------
29+
30+
- Support Node 24, and drop support for Node 23. ([\#1059](https://github.com/matrix-org/matrix-hookshot/issues/1059))
31+
- GitHub and GitLab webhook requests should now be directed to /github and /gitlab respectively. `/` and `/oauth` is now deprecated and will be removed in a future release. ([\#1063](https://github.com/matrix-org/matrix-hookshot/issues/1063))
32+
- Log encrypted device identities for consumption by third party tooling. ([\#1066](https://github.com/matrix-org/matrix-hookshot/issues/1066))
33+
- Update matrix-appservice-bridge to 11.0.0. ([\#1083](https://github.com/matrix-org/matrix-hookshot/issues/1083))
34+
35+
136
# 7.0.0 (2025-05-16)
237

338
**Breaking change**: JIRA Cloud webhooks now *require* a secret to configured to ensure secure handling of webhook information. This is a change from previously accepting a query string. See [https://matrix-org.github.io/matrix-hookshot/latest/setup/jira.html#cloud](the documentation) for more information.

changelog.d/1004.feature

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

changelog.d/1059.misc

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

changelog.d/1062.feature

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

changelog.d/1063.misc

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

changelog.d/1065.doc

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

changelog.d/1065.feature

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

changelog.d/1066.misc

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

changelog.d/1068.bugfix

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

changelog.d/1077.feature

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

0 commit comments

Comments
 (0)