Skip to content

Releases: matrix-org/matrix-appservice-node

2.0.0 (2023-04-21)

21 Apr 16:26
2.0.0
Compare
Choose a tag to compare

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)

09 Aug 10:32
1.1.0
Compare
Choose a tag to compare

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)

20 Jul 17:50
1.0.0
Compare
Choose a tag to compare

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)

15 Mar 08:52
Compare
Choose a tag to compare

Bugfixes

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

0.10.0 (2021-11-23)

23 Nov 10:46
0.10.0
Compare
Choose a tag to compare

0.10.0 (2021-11-23)

Internal Changes

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

0.9.0 (2021-07-15)

15 Jul 16:17
0.9.0
Compare
Choose a tag to compare

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

01 Mar 15:54
0.8.0
Compare
Choose a tag to compare

0.8.0 (2021-03-01)

Features

  • Add health check endpoint (#38)

0.7.1 (2020-11-05)

05 Nov 14:08
0.7.1
Compare
Choose a tag to compare

Internal Changes

  • Export AppServiceOutput and RegexObj interfaces. (#35)

0.7.0 (2020-10-30)

30 Oct 18:25
0.7.0
Compare
Choose a tag to compare

Bugfixes

  • Fix issue where AppServiceRegistration.getOutput() would fail if de.sorunome.msc2409.push_ephemeral is undefined. (#34)

0.6.0 (2020-10-08)

08 Oct 11:08
Compare
Choose a tag to compare

Features

  • Add experimental support for receiving ephemeral data from the homeserver (MSC2409) (#32)