Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 8, 2024
1 parent 532564e commit d5d67d1
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 11 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
2.0.0 (2024-04-08)
==================

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

Bugfixes
--------

- Fix Redis <=6.2 failing to clear the command queue in pooling mode. ([\#1763](https://github.com/matrix-org/matrix-appservice-irc/issues/1763))
- Fix GitHub CI docker builds failing for community PRs. ([\#1767](https://github.com/matrix-org/matrix-appservice-irc/issues/1767))


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

- Mention that the libera.chat bridge has since been shut down. ([\#1784](https://github.com/matrix-org/matrix-appservice-irc/issues/1784))


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

- Drop `dynamicChannels.groupId` config option. Groups were unstable and are no longer supported by any Matrix implementations. ([\#1772](https://github.com/matrix-org/matrix-appservice-irc/issues/1772))


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

- Remove some build-time dependencies from the runtime dependency list. ([\#1758](https://github.com/matrix-org/matrix-appservice-irc/issues/1758))
- Add option to ignore "functional members" when checking if an admin room contains two users. ([\#1782](https://github.com/matrix-org/matrix-appservice-irc/issues/1782))
- Fixup types for Timers so the bridge works with newer node versions. ([\#1788](https://github.com/matrix-org/matrix-appservice-irc/issues/1788))
- Update dependencies. ([\#1798](https://github.com/matrix-org/matrix-appservice-irc/issues/1798))
- Add tests for various forms of rich replies. ([\#1799](https://github.com/matrix-org/matrix-appservice-irc/issues/1799))


1.0.1 (2023-07-31)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1758.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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": "1.0.1",
"version": "2.0.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit d5d67d1

Please sign in to comment.