Skip to content

Commit 9516f6b

Browse files
committed
7.3.0
1 parent 196cf47 commit 9516f6b

File tree

11 files changed

+22
-10
lines changed

11 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 7.3.0 (2026-01-19)
2+
3+
## Features
4+
5+
- Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface. ([\#1097](https://github.com/matrix-org/matrix-hookshot/issues/1097))
6+
- Static connections may now be configured in the config file. ([\#1102](https://github.com/matrix-org/matrix-hookshot/issues/1102))
7+
- Prefixes are now supported on listeners. You may specify a `prefix` under any `listener` config entry. ([\#1119](https://github.com/matrix-org/matrix-hookshot/issues/1119))
8+
9+
## Bugfixes
10+
11+
- Fix a case where outbound webhooks would not work if you had not enabled openproject (due to a mixed up config check). ([\#1095](https://github.com/matrix-org/matrix-hookshot/issues/1095))
12+
- Fix /oauth responding with 405 despite GitHub being configured. ([\#1105](https://github.com/matrix-org/matrix-hookshot/issues/1105))
13+
- Ensure running Hookshot with a missing or empty user namespace in the registration file. ([\#1116](https://github.com/matrix-org/matrix-hookshot/issues/1116))
14+
15+
## Internal Changes
16+
17+
- Update matrix-bot-sdk / matrix-appservice-bridge to latest versions. ([\#1120](https://github.com/matrix-org/matrix-hookshot/issues/1120))
18+
19+
120
# 7.2.0 (2025-10-10)
221

322
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-hookshot"
3-
version = "7.2.0"
3+
version = "7.3.0"
44
edition = "2021"
55

66
[lib]

changelog.d/1095.bugfix

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

changelog.d/1097.feature

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

changelog.d/1102.feature

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

changelog.d/1105.bugfix

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

changelog.d/1116.bugfix

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

changelog.d/1119.feature

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

changelog.d/1120.misc

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

0 commit comments

Comments
 (0)