Skip to content

Releases: mattermost/mattermost-plugin-zoom

v1.6.1

16 Aug 15:33
9d5a119
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.37.0+

Note that the default value of the "Enable OAuth" plugin setting is now set to true. If you have this setting set to false, and have not saved your plugin configuration since v1.3.1 of the plugin, the value of this setting will automatically be set to true. In this case, the plugin will fail to start if it is not configured to use OAuth properly.

The default value for this setting has been changed due to Zoom deprecating their JWT authentication, in favor of applications using OAuth for authentication.

Enhancements

Fixes

  • 538a0e0 Cross-plugin task: Enable the CircleCI "test" job (#237)
  • 931f815 [MM-223] Fixing Post Permissions Access (#233)
  • 6ca8373 For non-cloud plugin settings, set hosting property to on-prem (#269)
  • a2433af Fix OAuth token refresh (#253)

v1.6.0-cloud

06 Jun 10:56
c552b2f
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

v1.6.0

06 Jun 10:57
1c3516f
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

v1.5.1-cloud

08 Oct 16:47
e655833
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

v1.5.1

28 Sep 17:08
2acac55
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

  • 2acac55 Bump version to 1.5.1 (#226)
  • 44993ec Remove scopes from OAuth calls (#222)
  • 681ea19 solves GH 213 - Start zoom meeting sometimes displays an unauthorized error message (#221)
  • 27c408e solves GH 178 - Add friendly message on disconnect if user is not currently authenticated (#220)
  • 8fad06c Created codeql (#219)
  • 3b64047 Updated the "I have ended the meeting." phrasing to "The meeting has ended." as asked in #210 (#211)
  • 2f55337 Add telemetry (#148)

Documentation

v1.5.0

11 Dec 09:18
fa7a0f8
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

v1.5.0-cloud

04 Nov 17:07
d2391bf
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

This release contains a breaking changes:
Support for JWT authentication has been removed. Existing installations that rely on JWT will not longer work after the update. Please migrate to OAuth instead.

Enhancements

Fixes

v1.4.1

14 Jul 15:08
c151f7c
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes

v1.4.0

30 Jun 08:30
0229f44
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

  • df57ce9 Adding slack attachment on messages without plugin (and mobile) (#116)
  • 80cb1f6 Change camera icon by zoom camera icon (#104)
  • 11d75e3 Use user ID instead of bot ID to post meetings (#112)
  • 3d941a3 Restore OAuth (#84)

Fixes

  • e9cbe14 Store post ID when creating meeting via slash command, add some logging and set expiry time to meeting post IDs to avoid garbage in the KVStore (#134)
  • 9f45447 Post the already created authmessage on failed connection when using the header icon (#138)
  • 7eb5b30 Remove Disconnect command when using JWT (#133)
  • b631197 [GH-121] Add info to Zoom OAuth UI (#125)
  • 37a1b57 Fix meeting ended webhook (#111)
  • 32185eb [GH-99] Fix JoinURL with encrypted password (#101)

Others

v1.3.1

22 Apr 16:32
c1b0ce2
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.12.0+

Enhancements

Fixes