Skip to content

Commit 7cfb057

Browse files
committed
1.0.0
1 parent 7ed1f3f commit 7cfb057

File tree

12 files changed

+31
-13
lines changed

12 files changed

+31
-13
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
1.0.0 (2023-06-09)
2+
==================
3+
4+
**Note**: This release drops support for Node 16. The minimum required version is now 18+.
5+
6+
Several changes were made since the previous RC, mostly fixes around our incoming [connection pooling](https://matrix-org.github.io/matrix-appservice-irc/latest/connection_pooling.html) feature. The feature is
7+
*still* considered unstable for the time being, so please be careful when trying it out.
8+
9+
Features
10+
--------
11+
12+
- New PM rooms are configured to disable calls, reactions, redactions, and stickers;
13+
as they could not be bridged anyway. ([\#1663](https://github.com/matrix-org/matrix-appservice-irc/issues/1663))
14+
- The bridge now logs the user performing plumb/unplumb operations for easy auditing. ([\#1738](https://github.com/matrix-org/matrix-appservice-irc/issues/1738))
15+
16+
17+
Bugfixes
18+
--------
19+
20+
- Fix the bridge pooling so it supports TLS. ([\#1709](https://github.com/matrix-org/matrix-appservice-irc/issues/1709))
21+
- Fix setup widget failing to authenticate. ([\#1711](https://github.com/matrix-org/matrix-appservice-irc/issues/1711))
22+
- Sort the list of channels in !listrooms output. ([\#1715](https://github.com/matrix-org/matrix-appservice-irc/issues/1715))
23+
- Fix cases where the IRC bridge may erronously believe a user is not joined to a channel in pooling mode. ([\#1717](https://github.com/matrix-org/matrix-appservice-irc/issues/1717))
24+
- Allow usernames to include more characters when using the `!username` command. ([\#1719](https://github.com/matrix-org/matrix-appservice-irc/issues/1719))
25+
- Ensure that all passwords can be decrypted on startup, to detect any issues with the provided passkey. ([\#1720](https://github.com/matrix-org/matrix-appservice-irc/issues/1720))
26+
- Fixes cases where powerlevel changes may not be correctly applied upon mode change. ([\#1732](https://github.com/matrix-org/matrix-appservice-irc/issues/1732))
27+
- Fix a case where a proxied client connection may get missed until they use the bridge on startup, leading to missed
28+
messages and logspam. ([\#1737](https://github.com/matrix-org/matrix-appservice-irc/issues/1737))
29+
30+
131
1.0.0-rc1 (2023-04-28)
232
======================
333

changelog.d/1663.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/1709.bugfix

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

changelog.d/1711.bugfix

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

changelog.d/1715.bugfix

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

changelog.d/1717.bugfix

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

changelog.d/1719.bugfix

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

changelog.d/1720.bugfix

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

changelog.d/1732.bugfix

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

changelog.d/1737.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)