Skip to content

Commit

Permalink
2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 5, 2022
1 parent 59dca86 commit fd1636e
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
2.0.0-rc1 (2022-07-29)
======================

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](https://github.com/matrix-org/matrix-appservice-slack/issues/656))


Bugfixes
--------

- Improve performance of removing deleted Slack users from rooms. ([\#649](https://github.com/matrix-org/matrix-appservice-slack/issues/649))


Improved Documentation
----------------------

- Use the matrix-appservice-bridge contributing guide. ([\#686](https://github.com/matrix-org/matrix-appservice-slack/issues/686))


Deprecations and Removals
-------------------------

- The bridge now requires Node.JS 16 or greater. ([\#690](https://github.com/matrix-org/matrix-appservice-slack/issues/690))


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

- Don't allow NULL in SQL columns of events, matching the expectation of the models. ([\#670](https://github.com/matrix-org/matrix-appservice-slack/issues/670))
- Fix towncrier script for summarising the newsfiles ([\#677](https://github.com/matrix-org/matrix-appservice-slack/issues/677))
- Switch from `npm` to `yarn` for dependency management. ([\#685](https://github.com/matrix-org/matrix-appservice-slack/issues/685))
- Move CI to GitHub Actions. ([\#688](https://github.com/matrix-org/matrix-appservice-slack/issues/688))
- Add new CI workflow to check for signoffs. ([\#693](https://github.com/matrix-org/matrix-appservice-slack/issues/693))


1.11.0 (2022-04-05)
=======================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/649.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/686.doc

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/690.removal

This file was deleted.

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

This file was deleted.

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.11.0",
"version": "2.0.0-rc1",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=16 <=18"
Expand Down

0 comments on commit fd1636e

Please sign in to comment.