Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 7, 2022
1 parent 324d1f9 commit f74439b
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 17 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
0.4.0 (2022-11-07)
===================

This release requires **Node.JS 16** or greater.

Features
--------

- Add support for Jingle file uploads, presence, IM typing notifications for the XMPP backend. ([\#288](https://github.com/matrix-org/matrix-bifrost/issues/288))
- Include attachment URLs (if present) with libpurple-bridged messages ([\#290](https://github.com/matrix-org/matrix-bifrost/issues/290))


Bugfixes
--------

- Fix an issue where Bifrost could not register users (by upgrading to [email protected]) ([\#246](https://github.com/matrix-org/matrix-bifrost/issues/246))
- Don't log pings being sent before they're actually sent ([\#260](https://github.com/matrix-org/matrix-bifrost/issues/260))
- Make XMPP connection handling more resilient ([\#264](https://github.com/matrix-org/matrix-bifrost/issues/264))
- Fix message formatter sometimes producing invalid HTML ([\#286](https://github.com/matrix-org/matrix-bifrost/issues/286))
- correct typo of pluginDir in sample config/doc ([\#302](https://github.com/matrix-org/matrix-bifrost/issues/302))


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

- The minimum supported version of node.js is now 16. ([\#315](https://github.com/matrix-org/matrix-bifrost/issues/315))


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

- Optimize updateMatrixMemberListForRoom() ([\#243](https://github.com/matrix-org/matrix-bifrost/issues/243))
- Migrate to `eslint` for linting. ([\#262](https://github.com/matrix-org/matrix-bifrost/issues/262))
- Sanity check that the homeserver can reach the bridge on startup. ([\#266](https://github.com/matrix-org/matrix-bifrost/issues/266))
- Update dependencies including `axios`, `prom-client` and `uuid`. The handling of entities in XMPP messages is now XML compliant rather than HTML5 complaint. ([\#267](https://github.com/matrix-org/matrix-bifrost/issues/267))
- Add new store function `getAdminRoom` and rename `getRoomByRemoteData` -> `getGroupRoomByRemoteData` ([\#272](https://github.com/matrix-org/matrix-bifrost/issues/272))
- Speed up joins for large rooms from XMPP gateways, preventing them from locking up the process ([\#293](https://github.com/matrix-org/matrix-bifrost/issues/293))
- Docker images are now automatically build and published via GitHub Actions, replacing DockerHub Autobuilds. ([\#295](https://github.com/matrix-org/matrix-bifrost/issues/295))
- Use GitHub actions for CI. ([\#316](https://github.com/matrix-org/matrix-bifrost/issues/316))


0.3.0 (2021-04-26)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/316.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-bifrost",
"version": "0.3.0",
"version": "0.4.0",
"description": "Multi protocol bridging for Matrix.",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit f74439b

Please sign in to comment.