Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
amend changelog
  • Loading branch information
Half-Shot committed Apr 17, 2024
1 parent cf68991 commit ab918bd
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 16 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
5.3.0 (2024-04-17)
==================

Features
--------

- Add support for Challenge Hound. ([\#924](https://github.com/matrix-org/matrix-hookshot/issues/924))


Bugfixes
--------

- Ensure generic webhooks have appropriate Content-Security-Policy headers. ([\#926](https://github.com/matrix-org/matrix-hookshot/issues/926))
- Fix a few bugs introduced in challenge hound support. ([\#927](https://github.com/matrix-org/matrix-hookshot/issues/927))
- 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))


Improved Documentation
----------------------

- Fixes the OpenID Connect call back URI in the config defaults and docs. ([\#899](https://github.com/matrix-org/matrix-hookshot/issues/899))
- Clarify permissions system documentation. ([\#925](https://github.com/matrix-org/matrix-hookshot/issues/925))


Deprecations and Removals
-------------------------

- The cache/queue configuration has been changed in this release. The `queue.monolithic` option has been deprecated, in place of a dedicated `cache`
config section. Check the ["Cache configuration" section](https://matrix-org.github.io/matrix-hookshot/latest/setup.html#cache-configuration) for
more information on how to configure Hookshot caches. ([\#902](https://github.com/matrix-org/matrix-hookshot/issues/902))


Internal Changes
----------------

- Switch expressjs to production mode for improved performance. ([\#904](https://github.com/matrix-org/matrix-hookshot/issues/904))
- 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))


5.2.1 (2024-02-21)
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "5.2.1"
version = "5.3.0"
edition = "2021"

[lib]
Expand Down
1 change: 0 additions & 1 deletion changelog.d/899.doc

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/902.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/925.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/926.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/927.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/929.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/930.bugfix

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.2.1",
"version": "5.3.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 ab918bd

Please sign in to comment.