Skip to content

Commit 8ae61dd

Browse files
committed
v4.0.0
1 parent a546c1b commit 8ae61dd

File tree

9 files changed

+26
-8
lines changed

9 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
4.0.0 (2023-09-15)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Prefer server-level display names when available. ([\#888](https://github.com/matrix-org/matrix-appservice-discord/issues/888))
8+
- Update matrix-appservice-bridge to use a non-deprecated method of authenticating to a homeserver. Fixes #896. ([\#897](https://github.com/matrix-org/matrix-appservice-discord/issues/897))
9+
- Let file logs correctly ignore modules matching `"logging.files[*].disabled"` in the configuration file. ([\#902](https://github.com/matrix-org/matrix-appservice-discord/issues/902))
10+
11+
12+
Deprecations and Removals
13+
-------------------------
14+
15+
- Node.JS 16 is now unsupported, please upgrade to Node.JS 18 or later. Node.JS 18 is now used for Docker. ([\#897](https://github.com/matrix-org/matrix-appservice-discord/issues/897))
16+
17+
18+
Internal Changes
19+
----------------
20+
21+
- Update the package registry for better-discord.js, and use its latest release. ([\#898](https://github.com/matrix-org/matrix-appservice-discord/issues/898))
22+
- Modify the "start" and "debug" package scripts to not trigger a TypeScript build, and to accept a user-supplied command line option for the path to the bridge configuration file. ([\#900](https://github.com/matrix-org/matrix-appservice-discord/issues/900))
23+
- Update the GitHub action used for checking pull requests for sign-off status. ([\#901](https://github.com/matrix-org/matrix-appservice-discord/issues/901))
24+
25+
126
3.1.1 (2022-11-10)
227
==================
328

changelog.d/888.bugfix

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

changelog.d/897.bugfix

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

changelog.d/897.removal

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

changelog.d/898.misc

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

changelog.d/900.misc

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

changelog.d/901.misc

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

changelog.d/902.bugfix

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-discord",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "A bridge between Matrix and Discord",
55
"main": "discordas.js",
66
"engines": {

0 commit comments

Comments
 (0)