Skip to content

Releases: matrix-org/matrix-appservice-node

4.0.1 (2026-04-02)

Choose a tag to compare

@AndrewFerr AndrewFerr released this 02 Apr 14:10
4.0.1

Internal Changes

  • Update path-to-regexp from 0.1.12 to 0.1.13. (#76)
  • Update CI to use NPM Trusted Publishing. (#77)

4.0.0 (2026-03-19)

Choose a tag to compare

@AndrewFerr AndrewFerr released this 02 Apr 13:51
4.0.0

Deprecations and Removals

  • Drop support for Node 22, add support for Node 25, and refresh dependencies. (#74)

3.0.0 (2025-08-15)

Choose a tag to compare

@AndrewFerr AndrewFerr released this 15 Aug 14:05
3.0.0

Improved Documentation

  • Fix the README's example script for creating an app service registration file. (#71)

Deprecations and Removals

  • Drop support for Node 18 & 20, add support for Node 22 & 24. (#73)

Internal Changes

  • Update semver from 7.3.7 to 7.5.4. (#69)
  • Update word-wrap from 1.2.3 to 1.2.4. (#70)

2.0.0 (2023-04-21)

Choose a tag to compare

@Half-Shot Half-Shot released this 21 Apr 16:26
2.0.0

Deprecations and Removals

  • The legacy /users, /rooms, and /transactions endpoints 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 express to match that of matrix-appservice-bridge. (#60)

1.1.0 (2022-08-09)

Choose a tag to compare

@Half-Shot Half-Shot released this 09 Aug 10:32
1.1.0

Features

  • A subclass of the AppService class can now signal user query errors in its onUserQuery method by throwing an AppserviceHttpError exception. 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)

Choose a tag to compare

@Half-Shot Half-Shot released this 20 Jul 17:50
1.0.0

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)

Choose a tag to compare

@tadzik tadzik released this 15 Mar 08:52

Bugfixes

  • Remove tailing new line on http-log events (#50)

0.10.0 (2021-11-23)

Choose a tag to compare

@Half-Shot Half-Shot released this 23 Nov 10:46
0.10.0

0.10.0 (2021-11-23)

Internal Changes

  • Update dependencies, including Typescript to 4.5.2 (#45)

0.9.0 (2021-07-15)

Choose a tag to compare

@Half-Shot Half-Shot released this 15 Jul 16:17
0.9.0

Internal Changes

  • The master branch has been renamed to develop to be consistent wih other matrix-org projects. (#40)
  • Update to Typescript 4.3.5 and update Typedoc. (#44)

0.8.0

Choose a tag to compare

@Half-Shot Half-Shot released this 01 Mar 15:54
0.8.0

0.8.0 (2021-03-01)

Features

  • Add health check endpoint (#38)