Skip to content

Commit

Permalink
1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 17, 2020
1 parent 90ccce5 commit 92eaebb
Show file tree
Hide file tree
Showing 27 changed files with 52 additions and 27 deletions.
51 changes: 50 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
1.1.0 (2020-02-21)
1.2.0-rc1 (2020-04-17)
=======================

**BREAKING CHANGE** - Note that this release requires requests to /_matrix/provision are authenticated with the `hs_token`.

Features
--------

- Add metrics for active users and rooms ([\#380](https://github.com/matrix-org/matrix-appservice-slack/issues/380))


Bugfixes
--------

- Include server name in the Matrix users regex ([\#368](https://github.com/matrix-org/matrix-appservice-slack/issues/368))
- Fix Slack user updates (e.g. to their Display name) not getting immediately synced with Workspace Sync enabled ([\#377](https://github.com/matrix-org/matrix-appservice-slack/issues/377))
- Fix occasional crash if an error occurs handling a Slack event. ([\#392](https://github.com/matrix-org/matrix-appservice-slack/issues/392))
- **SECURITY FIX** The bridge now requires authentication on the /_matrix/provision set of endpoints. It requires either an `access_token` query parameter or a `Authorization` header containing the `hs_token` provided in the registration file. ([\#395](https://github.com/matrix-org/matrix-appservice-slack/issues/395))


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

- Change NPM instructions to use the path config/config.yaml ([\#364](https://github.com/matrix-org/matrix-appservice-slack/issues/364))
- Correct database name in a code example to slack_bridge ([\#365](https://github.com/matrix-org/matrix-appservice-slack/issues/365))
- Minor wording changes in `getting_started.md` ([\#366](https://github.com/matrix-org/matrix-appservice-slack/issues/366))
- Use a descriptive label for a link in README.md ([\#367](https://github.com/matrix-org/matrix-appservice-slack/issues/367))
- Add documentation for Team Sync ([\#372](https://github.com/matrix-org/matrix-appservice-slack/issues/372))


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

- Add decorators to provisioning functions ([\#358](https://github.com/matrix-org/matrix-appservice-slack/issues/358))
- Bump minimist from 1.2.0 to 1.2.2 ([\#362](https://github.com/matrix-org/matrix-appservice-slack/issues/362))
- Correct ISlackEvent.user type; remove unused declarations ([\#374](https://github.com/matrix-org/matrix-appservice-slack/issues/374))
- Enable code linting for no-any where it does matter ([\#375](https://github.com/matrix-org/matrix-appservice-slack/issues/375))
- Fix read the docs and add new page to nav bar ([\#379](https://github.com/matrix-org/matrix-appservice-slack/issues/379))
- Upgrade various low-risk dependencies ([\#381](https://github.com/matrix-org/matrix-appservice-slack/issues/381))
- Upgrade uuid dependency ([\#382](https://github.com/matrix-org/matrix-appservice-slack/issues/382))
- Upgrade quick-lru dependency (requires NodeJS >=10) ([\#383](https://github.com/matrix-org/matrix-appservice-slack/issues/383))
- Add Launch config for VS Code and enable SourceMaps ([\#384](https://github.com/matrix-org/matrix-appservice-slack/issues/384))
- Add error and debug logs to .gitignore ([\#385](https://github.com/matrix-org/matrix-appservice-slack/issues/385))
- Remove chalk as a direct dependency ([\#386](https://github.com/matrix-org/matrix-appservice-slack/issues/386))
- Upgrade dependency pg-promise 10, which requires PostgreSQL 11 ([\#387](https://github.com/matrix-org/matrix-appservice-slack/issues/387))
- Fix PostgreSQL errors when a metric activity is recorded twice ([\#393](https://github.com/matrix-org/matrix-appservice-slack/issues/393))
- Updated dependency `matrix-appservice-bridge` to `1.12.2` ([\#396](https://github.com/matrix-org/matrix-appservice-slack/issues/396))


1.1.0 (2020-02-21)
===================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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.1.0",
"version": "1.2.0-rc1",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 92eaebb

Please sign in to comment.