Skip to content

Commit

Permalink
1.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 30, 2021
1 parent 01a199c commit 688a891
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 27 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
1.8.0 (2021-04-22)
1.9.0-rc1 (2021-09-30)
=======================

Features
--------

- Make the team sync hint to channel admins configurable ([\#601](https://github.com/matrix-org/matrix-appservice-slack/issues/601))
- Add optional bridge blocking upon exceeding a monthly active user limit ([\#612](https://github.com/matrix-org/matrix-appservice-slack/issues/612))
- The bridge now automatically invites users to private rooms if there is a message and they are not joined. ([\#613](https://github.com/matrix-org/matrix-appservice-slack/issues/613))


Bugfixes
--------

- Sync channels and users of a Slack team independently, so that one failure does not cause the other to fail. ([\#599](https://github.com/matrix-org/matrix-appservice-slack/issues/599))
- Fix a crash on startup caused by the homeserver rejecting a join/leave from a ghost when team sync is enabled. ([\#606](https://github.com/matrix-org/matrix-appservice-slack/issues/606))
- Add missing help text for `whoami` command. ([\#620](https://github.com/matrix-org/matrix-appservice-slack/issues/620))


Internal Changes
----------------

- Switched out or pinned several packages that require ESM modules, as we don't want to use ESM modules. ([\#605](https://github.com/matrix-org/matrix-appservice-slack/issues/605))
- Docker images are now automatically build and published via GitHub Actions, replacing DockerHub Autobuilds. ([\#610](https://github.com/matrix-org/matrix-appservice-slack/issues/610))
- Update bridge to matrix-appservice-bridge 3.1.0 ([\#614](https://github.com/matrix-org/matrix-appservice-slack/issues/614))


1.8.0 (2021-04-22)
===================

No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/599.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/601.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/605.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/606.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/610.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/612.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/613.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/614.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/620.bugfix

This file was deleted.

32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-slack",
"version": "1.8.0",
"version": "1.9.0-rc1",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=12 16<="
Expand Down

0 comments on commit 688a891

Please sign in to comment.