Skip to content

Commit

Permalink
1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 28, 2023
1 parent 09e2c96 commit 78b9dbd
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 10 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
1.0.0-rc1 (2023-04-28)
======================

**Note**: This release drops support for Node 16. The minimum required version is now 18+.

Features
--------

- IRC connections can now be run via an external process using "connection pooling", allowing the bridge to be restarted without IRC connection loss. ([\#1669](https://github.com/matrix-org/matrix-appservice-irc/issues/1669))
- Make bridgeInfoState configuration reloadable. ([\#1681](https://github.com/matrix-org/matrix-appservice-irc/issues/1681))
- Bridge logging can now be hot-reloaded. ([\#1704](https://github.com/matrix-org/matrix-appservice-irc/issues/1704))


Bugfixes
--------

- Fix not handling thread fallbacks as replies. ([\#1697](https://github.com/matrix-org/matrix-appservice-irc/issues/1697))
- Show a helpful error for !link/!unlink admin failures, rather than "Check the logs for details", in more cases. ([\#1702](https://github.com/matrix-org/matrix-appservice-irc/issues/1702))
- Fix documentation not being built and uploaded to GitHub pages on release. ([\#1703](https://github.com/matrix-org/matrix-appservice-irc/issues/1703))
- Fix linking rooms from setup widget when a `networkId` is configured. ([\#1706](https://github.com/matrix-org/matrix-appservice-irc/issues/1706))


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

- Add support for Node 20, and drop support for Node 16. ([\#1701](https://github.com/matrix-org/matrix-appservice-irc/issues/1701))


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

- Rename internal variable infoMapping to initialEvent. ([\#1672](https://github.com/matrix-org/matrix-appservice-irc/issues/1672))


0.38.0 (2023-04-12)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1669.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1701.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1706.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-appservice-irc",
"version": "0.38.0",
"version": "1.0.0-rc1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 78b9dbd

Please sign in to comment.