Releases: mattermost/mattermost-plugin-msteams
Releases · mattermost/mattermost-plugin-msteams
v1.8.0
Supported Mattermost Server Versions: 7.8.10+
Enhancements
Fixes
- 6f9f927 MM-56926: always allow choice of primary platform (#508)
- b95ab96 drop -sync, renaming to just msteams (#492)
- 3fdfd0a fix Continue button during oAuth flow (#507)
- 0328f50 MM-56501 Enable/disable automuting when a user connects/disconnects (#479)
- 03e57ff handle self chats (#504)
- 370248d avoid burying errors during test setup (#502)
- d85f24a MM-56496/MM-56497 Automute linked channels when a user sets their primary platform to Teams (#477)
- d2f1314 Remove comments for commented out features (#499)
- 0a847c1 Reformat configuration docs (#501)
- d3d8490 add user_id to various logs in sync_user job (#505)
- a1cae8f Change .nvmrc + add some docs (#503)
- 0c4f8d2 Initial usage of share channels api (Only triggering metrics) (#467)
- 4e3aa66 stop managing global chats subscription if disabled (#497)
- 3ffe251 set deprecated parameter to nil (#498)
- cf85a3b Disable reactions / files attachments / linked channels by default (#496)
- a844340 Update the select platform site with the latest designs (#470)
v1.7.1
Supported Mattermost Server Versions: 7.8.10+
Enhancements
Fixes
What's Changed
- Improved logging by @lieut-data in #480
- Remove enforce connected flow by @lieut-data in #494
- remove avatar handling by @lieut-data in #481
- require enterprise license by @lieut-data in #493
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #487
- Bump github.com/mattermost/mattermost/server/public from 0.0.12 to 0.0.13 by @dependabot in #486
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.30.0 to 1.32.0 by @dependabot in #489
- Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #484
- Adding client secret expire metric by @jespino in #471
- drop support for MySQL by @lieut-data in #482
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.4.0 to 1.5.1 by @dependabot in #485
- Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #488
- Drop job status by @lieut-data in #490
- only expose metrics via ServeMetrics by @lieut-data in #491
Full Changelog: v1.6.1...v1.7.1
v1.7.0
Supported Mattermost Server Versions: 7.8.10+
Enhancements
Fixes
- edd0095 only expose metrics via ServeMetrics (#491)
- bc296ac Drop job status (#490)
- 9ae2ec2 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#488)
- cc9cf75 Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#485)
- dc4c6b1 drop support for MySQL (#482)
- be61a9b Adding client secret expire metric (#471)
- 5b02b9d Bump golang.org/x/net from 0.19.0 to 0.20.0 (#484)
- 3685859 Bump github.com/microsoftgraph/msgraph-sdk-go from 1.30.0 to 1.32.0 (#489)
- 9d3889e Bump github.com/mattermost/mattermost/server/public (#486)
- 3fe0764 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#487)
- d795ec2 require enterprise license (#493)
- 7e86077 remove avatar handling (#481)
- 9e76350 Remove enforce connected flow (#494)
- 5150282 Improved logging (#480)
v1.6.1
v1.6.0
Supported Mattermost Server Versions: 7.8.10+
Enhancements
Fixes
- 21cbb48 Invalid token detected metric (#456)
- 513b6bb Notify user when reconnection is needed (#453)
- 31262e3 better error msg on test fail (#473)
- d06e53e fix defaultGoOs/defaultGoArch when not exported (#476)
- 55a01bf CE2E fixes, support MacOS (#475)
- b3dba87 Register user settings (#421)
- 97c5fb2 Bump github.com/microsoftgraph/msgraph-sdk-go from 1.26.0 to 1.30.0 (#474)
- 58c9f69 Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.0 to 1.9.1 (#466)
- c176487 Bump github.com/mattermost/mattermost/server/public (#462)
- 1527921 Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#461)
- d74c49e Adding test containers support for E2E tests (using mocks only for msteams client) (#458)
- 73c5019 initialize API only once (#472)
- b364097 fix release notes url generation (#469)
- 55a974b Adding whitelist limit metric (#460)
- 2e3165d Removing transactions outside the store (#429)
- af041f3 Worker & plugin version metrics (#468)
- 766d699 build only linux* but support devs (#455)
- 57fc845 Refresh oauth tokens if needed (#442)
- a060362 Store the most recent changes time (#422)
v1.5.3
v1.5.2
Release v1.5.1
Build windows and darwin to solve build issues (#451) This is mostly a temporary change until https://github.com/mattermost/matterbuild/pull/97 is merged and we can be more selective about the versions we intend to ship and support.
Release v1.5.0
guard msteamsAppClient (#440) We had a mutex guarding msteamsAppClient, but it wasn't being used consistently. Fix that, and change it to a `RWMutex` to minimize the critical sections.
Release v1.4.0-rc1
Release notes