Skip to content

Commit ab918bd

Browse files
committed
5.3.0
amend changelog
1 parent cf68991 commit ab918bd

14 files changed

+42
-16
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
5.3.0 (2024-04-17)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Add support for Challenge Hound. ([\#924](https://github.com/matrix-org/matrix-hookshot/issues/924))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Ensure generic webhooks have appropriate Content-Security-Policy headers. ([\#926](https://github.com/matrix-org/matrix-hookshot/issues/926))
14+
- Fix a few bugs introduced in challenge hound support. ([\#927](https://github.com/matrix-org/matrix-hookshot/issues/927))
15+
- Track which key was used to encrypt secrets in storage, and encrypt/decrypt secrets in Rust. ([\#929](https://github.com/matrix-org/matrix-hookshot/issues/929), [\#930](https://github.com/matrix-org/matrix-hookshot/issues/930))
16+
17+
18+
Improved Documentation
19+
----------------------
20+
21+
- Fixes the OpenID Connect call back URI in the config defaults and docs. ([\#899](https://github.com/matrix-org/matrix-hookshot/issues/899))
22+
- Clarify permissions system documentation. ([\#925](https://github.com/matrix-org/matrix-hookshot/issues/925))
23+
24+
25+
Deprecations and Removals
26+
-------------------------
27+
28+
- The cache/queue configuration has been changed in this release. The `queue.monolithic` option has been deprecated, in place of a dedicated `cache`
29+
config section. Check the ["Cache configuration" section](https://matrix-org.github.io/matrix-hookshot/latest/setup.html#cache-configuration) for
30+
more information on how to configure Hookshot caches. ([\#902](https://github.com/matrix-org/matrix-hookshot/issues/902))
31+
32+
33+
Internal Changes
34+
----------------
35+
36+
- Switch expressjs to production mode for improved performance. ([\#904](https://github.com/matrix-org/matrix-hookshot/issues/904))
37+
- Track which key was used to encrypt secrets in storage, and encrypt/decrypt secrets in Rust. ([\#915](https://github.com/matrix-org/matrix-hookshot/issues/915))
38+
39+
140
5.2.1 (2024-02-21)
241
==================
342

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-hookshot"
3-
version = "5.2.1"
3+
version = "5.3.0"
44
edition = "2021"
55

66
[lib]

changelog.d/899.doc

-1
This file was deleted.

changelog.d/902.removal

-3
This file was deleted.

changelog.d/904.misc

-1
This file was deleted.

changelog.d/915.misc

-1
This file was deleted.

changelog.d/924.feature

-1
This file was deleted.

changelog.d/925.doc

-1
This file was deleted.

changelog.d/926.bugfix

-1
This file was deleted.

changelog.d/927.bugfix

-1
This file was deleted.

changelog.d/929.bugfix

-1
This file was deleted.

changelog.d/930.bugfix

-2
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)