Skip to content

Releases: mattermost/mattermost-plugin-msteams

Release v1.4.0

30 Nov 23:23
022e1cd
Compare
Choose a tag to compare
Bump plugin erison to v1.4.0 (#424)

Release v1.3.1

31 Oct 20:49
005346a
Compare
Choose a tag to compare
delay metrics server start (#382)

* delay metrics server start

As part of e82ec25fc832b95b16d53d856911ac24ed088e13, I created the
metrics service earlier to make it available to the DB Store
initialization that occurs in `OnActivate()`. At the time, I took along
the code to actually run the metrics server exposed on `:9094`, but for
reasons yet unknown, exposing the port during `OnActivate` early in a
k8s pod's life cycle makes it unreachable.

Delaying the server start until after `OnActivate` returns -- where it
was in v1.2 -- resolves the issue. More investigation is required to
understand the root cause, but this should resolve the metric scraping
issues.

* bump plugin version to 1.3.1

Release v1.3.0

26 Oct 05:10
df405e1
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

  • 370fddc Adding new metrics to the metrics system (#312)
  • bb6e711 metric: track the plugin start time (#347)
  • 016c968 metric: change event queue length & capacity (#348)
  • 17092cd Added the feature of limiting the no. of connected users allowed through a whitelist (#342)
  • f34054a Refactored some of the code according to review comments by Jesus (#352)
  • b608f63 Sync main with release 1.2.1 (#364)
  • c29584e reduce log volume (#349)
  • a38912d Update show command and documentation (#370)
  • 211d50a Add some additional metrics (#354)
  • 3c9f455 Add metrics to count upstream users (#355)
  • e82ec25 Metrics for the DB Store (#367)
  • 17373d2 Add metrics to show messages confirmed count (#356)
  • 5482e5d Add metrics of subscription count for different actions (#365)
  • 083bbfd Added the metric for MS Graph client method time (#371)
  • c2cf8e8 Added cluster mutexes and solved the problem of race conditions for whitelist (#351)

Fixes

  • 32e4567 Add nil checks missing for some metrics in the code (#369)
  • df405e1 Bump plugin version to 1.3.0 (#376)

Release v1.2.2

23 Oct 23:08
043013c
Compare
Choose a tag to compare
fix remaining path referencing nil mmUser (#373)

Release v1.2.1

18 Oct 16:48
63b7b35
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Fixes

  • 39ab109 Fix issue of panic from sync user functionality and due to adding reaction (#361)
  • 63b7b35 Bump plugin version to 1.2.1 (#362)

Release v1.2.0

13 Oct 12:54
50aa052
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

  • 18b11de Did some minor improvements in the ConvertToMD function and added new unit tests (#328)
  • 9b285f4 Add a feature to download a CSV file using the button system admin console (#311)
  • 5edd735 Add batching in APIs in various client functions (#332)
  • 6b57666 Add issue template (#333)
  • f365ea5 Add transactions in the functions to avoid race conditions (#344)
  • b8a24ab prefer logging user ids over emails (#338)
  • a622afd Update promote slash command documentation (#346)

Fixes

Release v1.1.1

06 Oct 16:54
2253e08
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

  • d7ffdc0 Update msgraph sdk version from 1.16.0 to 1.20.0 (#335 )

Fixes

  • 839ca0b Handled all the nil pointer dereference possibilities in the client.go file (#336 )
  • 2253e08 Bump plugin version to 1.1.1 (#337 )

Release v1.1.0

22 Sep 15:11
dfab068
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.8.10+

Enhancements

  • 0eb2c41 Added the logic of streaming files from MS Teams and uploading directly to MM without occupying memory (#298)
  • 97a837a Adding initial infrastructure for metrics (#306)
  • 9c95fa6 Added the logic of storing user IDs during the sync user job (#314)
  • 1e28476 Update documentation (#321)
  • 97065e3 Update queue and workers size in handlers (#322)
  • 9126c3c Fixed the issue of emojis rendering as HTML and the connect slash command (#320)

Fixes

  • 8c7e66b Fixed the issue of emojis showing as HTML from Teams to MM (#313)
  • e1ed876 Removed the logic of processing post attachments on receiving update activity from MS Teams (#318)
  • d5f686c Fix a broken link to the releases page in README (#317)
  • 4b3808a Fix the issue of receiving multiple update activities from MS Teams (#315)
  • dfab068 Bump plugin version to 1.1.0 (#323)

Release v1.0.8

07 Sep 17:08
224f476
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.0.0+

Enhancements

Fixes

  • 21eb907 Fixed the issue of channel mentions not working from Teams to MM (#288 )
  • a4b030c Fixed the issue of checking file size before downloading it from Teams (#293 )
  • 7f70e9f Fix content-type of APIs and remove additional information from logs (#292 )
  • 224f476 Bump plugin version to 1.0.8 (#295 )

Release v1.0.7

31 Aug 17:34
777bdc5
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 7.0.0+

Enhancements

Fixes

  • 84cb7b4 Remove debug logs for message hooks (#274 )
  • bd5beeb Fixed the issue of mentions syncing twice in chats and removed continuous Patch requests to MS Graph (#280 )
  • Bump plugin version (#282 )