Skip to content

Releases: mattermost/mattermost-plugin-msteams

v1.12.0

18 Apr 16:00
f58b482
Compare
Choose a tag to compare
v1.12.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • f58b482 MM-57507 Improve OAuth Flow (#593)
  • ff19941 MM-57376, MM-57374, MM-57368: Connection Invites—whitelist and refinements (#599)
  • 7aa7aea Avoid crash if configuration is nil (#538)
  • 783364a set root id if it exists (#600)
  • c9000aa MM-57563 - update method to allow self posts to sync, only if connected (#583)
  • 28db673 Fix username dedup for synthetic users (#553)
  • 86f7d3a Remove linter warning for un-used params (#592)
  • e5202a5 Adding more tests to the selective sync (#551)
  • 2f8cdad Set EmailVerified to true for all remote users during migration (#594)
  • 0d14f68 MM-5701: reenable reattached plugin tests (#563)
  • 13292b2 [MM-56907] Log warn if updating the user fails when running the promote command (#562)
  • 185927b MM-57373 Fix connecting bot user (#572)
  • a39e20e [MM-56982] UNIQUE index on msteamsuserid (#564)
  • 5d08199 MM-57506: use old CSS syntax (#568)
  • 1c4da5d [MM-57568] Synthetic user created from DM/GM have wrong RemoteID (#582)
  • 3a234b4 Add initial E2E tests on msteams change events (#533)
  • 6f71f5e update dashboards (#585)

v1.11.1

12 Apr 04:14
9ed29fb
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 9ed29fb Set EmailVerified to true for all remote users during migration (#594) (#596)

What's Changed

Full Changelog: v1.10.2...v1.11.1

v1.11.0

03 Apr 13:27
3d33d70
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 3d33d70 Improve Users sync (#545)
  • a2f0186 MM-57534: monitor message creation delay (#567)
  • 7072dab MM-56809: support deleting messages from Mattermost (#569)
  • 37b46d4 [MM-56867] Fix metrics by not counting disabled users (#561)
  • 6280a88 MM-57120: delay monitoring job on startup (#570)
  • b89b19c [RE:MM-57209] Set EmailVerified to true when autopromoting through hook (#565)
  • 45621d0 MM-57120: show connected users stat (#571)
  • a168e86 [MM-57209] Set EmailVerified to true when promoting synthetic users (#548)
  • d2cfb4f use IsGroupOrDirect for clarity (#556)
  • 1cac127 MM-57367: log when invite sent (#559)
  • 0b81fd8 [MM-57072] Use ConstantTimeCompare to prevent timing attack (#549)
  • aae2f41 [MM-56908] Make promote command accepts @ for both arguments (#550)

What's Changed

Full Changelog: v1.10.2...v1.11.0

v1.10.2

25 Mar 15:56
92c23c5
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

What's Changed

  • MM-56469 - change out library for converting html to markdown. by @sbishel in #517
  • Adding e2e tests for selective syncing from mattermost to msteams by @jespino in #537
  • MM-56776 Update mock to fix ChannelHasBeenCreated not being called for GMs by @hmhealey in #500
  • Bump github.com/mattermost/mattermost/server/public from 0.0.13 to 0.0.16 by @dependabot in #532
  • Adding the remoteID migration, and making the synthetic user identification more robust by @jespino in #539
  • Bump golang.org/x/net from 0.20.0 to 0.22.0 by @dependabot in #542
  • Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #527
  • Bump golang.org/x/oauth2 from 0.16.0 to 0.18.0 by @dependabot in #540
  • Update text for Primary Platform selection by @sbishel in #547
  • Allow self chats to sync when selective sync is true by @sbishel in #546
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.1 to 1.10.0 by @dependabot in #530
  • Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 by @dependabot in #525
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #522
  • add E2E formatting tests by @sbishel in #552
  • Bump github.com/microsoftgraph/msgraph-sdk-go from 1.32.0 to 1.36.0 by @dependabot in #541
  • MM-56811: notify when attachments not synced by @lieut-data in #554
  • more verbose logging around subscriptions by @lieut-data in #543
  • MM-56726 Reconnect by @sbishel in #534
  • MM-56858: Automated Connection Invites by @calebroseland in #544
  • MM-56788 notify need to connect by @lieut-data in #555
  • update Grafana dashboard for Cloud, stripping out hard-coded links by @lieut-data in #557
  • Disable temporoarily auto share DMs by @jespino in #558

Full Changelog: v1.9.1...v1.10.2

v1.10.1

21 Mar 19:54
352b9c3
Compare
Choose a tag to compare
v1.10.1 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 352b9c3 Disable temporoarily auto share DMs (#558)
  • 8bd40a3 update Grafana dashboard for Cloud, stripping out hard-coded links (#557)
  • ab37661 MM-56788 notify need to connect (#555)

v1.10.0

19 Mar 21:36
1967091
Compare
Choose a tag to compare
v1.10.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

  • 1967091 MM-56858: Automated Connection Invites (#544)
  • 1e2e463 MM-56726 Reconnect (#534)
  • 91d2294 more verbose logging around subscriptions (#543)
  • 854c47e MM-56811: notify when attachments not synced (#554)
  • 0d31ea0 Bump github.com/microsoftgraph/msgraph-sdk-go from 1.32.0 to 1.36.0 (#541)
  • 33e2992 add E2E formatting tests (#552)
  • db0012a Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#522)
  • 9ff00f3 Bump github.com/gosimple/slug from 1.13.1 to 1.14.0 (#525)
  • 563ec62 Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.1 to 1.10.0 (#530)
  • 95e9f64 Allow self chats to sync when selective sync is true (#546)
  • 57e2ec8 Update text for Primary Platform selection (#547)
  • e7a7889 Bump golang.org/x/oauth2 from 0.16.0 to 0.18.0 (#540)
  • 52aef37 Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#527)
  • 72c136a Bump golang.org/x/net from 0.20.0 to 0.22.0 (#542)
  • 3933d8a Adding the remoteID migration, and making the synthetic user identification more robust (#539)
  • 1483c6f Bump github.com/mattermost/mattermost/server/public (#532)
  • d1e3ccf MM-56776 Update mock to fix ChannelHasBeenCreated not being called for GMs (#500)
  • de82a4a Adding e2e tests for selective syncing from mattermost to msteams (#537)
  • 3e15489 MM-56469 - change out library for converting html to markdown. (#517)

v1.9.1

06 Mar 18:47
21b2e41
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.1

v1.9.0

04 Mar 22:16
7c615a4
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

v1.8.2

26 Feb 18:32
c699aed
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.2

v1.8.1

21 Feb 16:07
7d8f122
Compare
Choose a tag to compare
v1.8.1 Pre-release
Pre-release

Supported Mattermost Server Versions: 7.8.10+

Enhancements

Fixes

What's Changed

Full Changelog: v1.8.0...v1.8.1

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.1