Releases: matrix-org/matrix-appservice-node
Releases · matrix-org/matrix-appservice-node
Release list
4.0.1 (2026-04-02)
4.0.0 (2026-03-19)
Deprecations and Removals
- Drop support for Node 22, add support for Node 25, and refresh dependencies. (#74)
3.0.0 (2025-08-15)
2.0.0 (2023-04-21)
Deprecations and Removals
- The legacy
/users,/rooms, and/transactionsendpoints have been removed in this release
and now redirect to the appropriate spec'd path. (#63) - Add support for Node 20, and drop support for Node 16. (#65)
Internal Changes
- Update the version of
expressto match that ofmatrix-appservice-bridge. (#60)
1.1.0 (2022-08-09)
Features
- A subclass of the
AppServiceclass can now signal user query errors in its onUserQuery method by throwing anAppserviceHttpErrorexception. This allows the appservice to return a HTTP status, a Matrix errorcode, and a Matrix error message. (#56)
Internal Changes
- Add new CI workflow to check for signoffs. (#58)
1.0.0 (2022-07-20)
This release drops support for Node 12 and adds support for Node 18
Features
Internal Changes
- The project has been modernized to be in-line with our other matrix-org bridge repos. This means:
- We now use yarn for dependency management.
- We now use GitHub CI.
- There is a contributing file. (#57)
0.10.1 (2022-03-15)
Bugfixes
- Remove tailing new line on http-log events (#50)