-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
- Loading branch information
There are no files selected for viewing
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) | ||
================== | ||
|
||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.