Skip to content

Commit 9e5b569

Browse files
committed
4.1.0
1 parent 00771d8 commit 9e5b569

11 files changed

+28
-10
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
4.1.0 (2023-05-24)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Add support for notifying when a GitLab MR has a single review (rather than completed review). ([\#736](https://github.com/matrix-org/matrix-hookshot/issues/736))
8+
- Add support for Sentry tracing. ([\#754](https://github.com/matrix-org/matrix-hookshot/issues/754))
9+
10+
11+
Bugfixes
12+
--------
13+
14+
- Fix feed message format when the item does not contain a title or link. ([\#737](https://github.com/matrix-org/matrix-hookshot/issues/737))
15+
- Fix HTML appearing in its escaped form in feed item summaries. ([\#738](https://github.com/matrix-org/matrix-hookshot/issues/738))
16+
- Fix Github comments not being rendered correctly as blockquotes. ([\#746](https://github.com/matrix-org/matrix-hookshot/issues/746))
17+
- Fix setup issues when the bot has PL 0 and room default isn't 0. ([\#755](https://github.com/matrix-org/matrix-hookshot/issues/755))
18+
19+
20+
Internal Changes
21+
----------------
22+
23+
- Apply non-style suggestions by `cargo clippy` to reduce allocations in the rust code. ([\#750](https://github.com/matrix-org/matrix-hookshot/issues/750))
24+
- Apply more Rust clippy suggestions, and run clippy in CI. ([\#753](https://github.com/matrix-org/matrix-hookshot/issues/753))
25+
- Update eslint to a version that supports Typescript 5. ([\#760](https://github.com/matrix-org/matrix-hookshot/issues/760))
26+
27+
128
4.0.0 (2023-04-27)
229
==================
330

changelog.d/736.feature

-1
This file was deleted.

changelog.d/737.bugfix

-1
This file was deleted.

changelog.d/738.bugfix

-1
This file was deleted.

changelog.d/746.bugfix

-1
This file was deleted.

changelog.d/750.misc

-1
This file was deleted.

changelog.d/753.misc

-1
This file was deleted.

changelog.d/754.feature

-1
This file was deleted.

changelog.d/755.bugfix

-1
This file was deleted.

changelog.d/760.misc

-1
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": "4.0.0",
3+
"version": "4.1.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)