github matrix-org/matrix-appservice-slack 2.0.0
2.0.0 (2022-10-05)

latest releases: 2.1.2, 2.1.1, 2.1.0...
23 months ago

Note this release requires Node.16 or greater.

Features

  • New releases will now include Docker images built on the linux/amd64 platform in addition to x86_64. (#656)

Bugfixes

  • Add missing reactions:write scope to oauth scopes. (#696)

  • Fix PostgreSQL schema 14 not applying cleanly if events containing NULL columns. (#701)

  • Fix /metrics and /ready paths requiring authentication. (#704)

  • Disallowed the accidental behaviour of puppeting two or more Slack accounts from the same team to the same Matrix user. This would cause all puppeting for the
    user to stop working. The bridge will now automatically delete any puppeted connections which violate this rule. You will be notified via the bridge when
    this happens, so you can relink your accounts. (#705)

  • Improve performance of removing deleted Slack users from rooms. (#649)

Improved Documentation

  • Use the matrix-appservice-bridge contributing guide. (#686)

Deprecations and Removals

  • The bridge now requires Node.JS 16 or greater. (#690)

Internal Changes

  • Don't allow NULL in SQL columns of events, matching the expectation of the models. (#670)
  • Fix towncrier script for summarising the newsfiles (#677)
  • Switch from npm to yarn for dependency management. (#685)
  • Move CI to GitHub Actions. (#688)
  • Add new CI workflow to check for signoffs. (#693)

Don't miss a new matrix-appservice-slack release

NewReleases is sending notifications on new releases.