Skip to content

Commit

Permalink
1.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Mar 21, 2022
1 parent 2c50135 commit 72e70c7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
1.11.0-rc1 (2022-03-21)
=======================

Features
--------

- Support bridging Slack message threads with new m.thread relations (MSC3440) ([\#634](https://github.com/matrix-org/matrix-appservice-slack/issues/634), [\#673](https://github.com/matrix-org/matrix-appservice-slack/issues/673))
- Add check to verify if the homeserver <-> bridge connection is working on startup. ([\#666](https://github.com/matrix-org/matrix-appservice-slack/issues/666))


Bugfixes
--------

- Fix: Don't create an internal ping room on every restart ([\#669](https://github.com/matrix-org/matrix-appservice-slack/issues/669))


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

- Upgrade dependency axios to 0.26.0 to close a possible vulnerability ([\#664](https://github.com/matrix-org/matrix-appservice-slack/issues/664))
- Remove uses of the deprecated JavaScript function substr() ([\#665](https://github.com/matrix-org/matrix-appservice-slack/issues/665))


1.10.0 (2021-12-22)
=======================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/634.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.11.0-rc1",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=12 16<="
Expand Down

0 comments on commit 72e70c7

Please sign in to comment.