Releases: mattermost/mattermost-plugin-msteams
Releases · mattermost/mattermost-plugin-msteams
Release v1.4.0
Bump plugin erison to v1.4.0 (#424)
Release v1.3.1
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
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
Release v1.2.2
fix remaining path referencing nil mmUser (#373)
Release v1.2.1
Release v1.2.0
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
Release v1.1.0
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
Supported Mattermost Server Versions: 7.0.0+