Skip to content

Releases: mattermost/mattermost-plugin-msteams

v1.8.0

21 Feb 15:12
6f9f927
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

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

14 Feb 16:37
373f910
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 373f910 Disable reactions / files attachments / linked channels by default (#496)

What's Changed

Full Changelog: v1.6.1...v1.7.1

v1.7.0

07 Feb 16:49
edd0095
Compare
Choose a tag to compare
v1.7.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

v1.6.1

29 Jan 19:55
33de816
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 33de816 Fixing issue on reconnect required notification (#478)

v1.6.0

24 Jan 17:02
21cbb48
Compare
Choose a tag to compare
v1.6.0 Pre-release
Pre-release

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

22 Dec 14:44
f586fb8
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • f586fb8 MM-56364: fix metrics stop on configuration change (#454)

v1.5.2

20 Dec 00:11
753b261
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

Release v1.5.1

19 Dec 16:46
90ba0b9
Compare
Choose a tag to compare
Release v1.5.1 Pre-release
Pre-release
Build windows and darwin to solve build issues (#451)

This is mostly a temporary change until https:/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

14 Dec 20:39
38f3f62
Compare
Choose a tag to compare
Release v1.5.0 Pre-release
Pre-release
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

29 Nov 11:40
022e1cd
Compare
Choose a tag to compare
Release notes