Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 31, 2023
1 parent 9c37bd6 commit c557cbe
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.0.1 (2023-07-31)
==================

It is **strongly** reccomended you upgrade your bridge, as this release contains security fixes.

🔒 Security
-----------

- Fixes for GHSA-vc7j-h8xg-fv5x.
- Fixes for GHSA-3pmj-jqqp-2mj3.
- Fixes for GHSA-c7hh-3v6c-fj4q

Bugfixes
--------

- Improve processing speed of commands sent to and from the proxy when the bridge is configured in pooling mode. ([\#1751](https://github.com/matrix-org/matrix-appservice-irc/issues/1751))
- Ensure QUIT messages are always sent. ([\#1752](https://github.com/matrix-org/matrix-appservice-irc/issues/1752))
- Ensure we don't bloat irc supported state. ([\#1753](https://github.com/matrix-org/matrix-appservice-irc/issues/1753))
- Fix a case where the bridge would not listen for and apply bans for legacy/unspec'd `m.room.rule.*` types in use by Mjolnir. ([\#1755](https://github.com/matrix-org/matrix-appservice-irc/issues/1755), [\#1759](https://github.com/matrix-org/matrix-appservice-irc/issues/1759))
- Refactor the command parser for admin and room commands, ensuring we correctly trim the command. ([\#1756](https://github.com/matrix-org/matrix-appservice-irc/issues/1756))


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

- Update matrix-appservice-bridge to 9.0.1. ([\#1760](https://github.com/matrix-org/matrix-appservice-irc/issues/1760))


1.0.0 (2023-06-09)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1751.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit c557cbe

Please sign in to comment.