Releases: mattermost/mattermost-plugin-zoom
v1.6.1
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
v1.6.0-cloud
v1.6.0
v1.5.1-cloud
v1.5.1
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
- 16f84b4 Update zoom-setup-oauth.md (#217)
- ef70e83 Update README.md (#173)
- 775cb21 Fixing typo in configuration/readme (#212)
- faa8a86 Update plugin.json (#208)
- 018fb02 Update plugin.json (#205)
- ccd7aeb Add plugin limitation in terms of users (#207)
- 4a35790 GitBook: [master] 11 pages and 46 assets modified
- 8cc104e Add missing references (#206)
- 6ddbefa Add information about not to perform the install step (#204)
v1.5.0
Supported Mattermost Server Versions: 5.12.0+
Enhancements
- 40a68a7 Add header link to documentation (#192)
- 45747e2 Drop Beta from OAuth (#202)
- 7fb6922 Add OAuth with account level app (#132)
- 0ba667b [GH-136] Refactor zoom OAuth to use the client model (#150)
- c21a4b1 Add autocomplete icon (#165)
- ce1e6b2 [MM-27557] Become provider aware on meetings (#153)
- 28c93e7 [GH-119] Add slash-command autocomplete functionality (#149)
Fixes
v1.5.0-cloud
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
- 7fb6922 Add OAuth with account level app (#132)
- 0ba667b [GH-136] Refactor zoom OAuth to use the client model (#150)
- c21a4b1 Add autocomplete icon (#165)
- 971b02c Add release_notes_url (#166)
- ce1e6b2 [MM-27557] Become provider aware on meetings (#153)
- 28c93e7 [GH-119] Add slash-command autocomplete functionality (#149)
Fixes
v1.4.1
v1.4.0
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
- 0229f44 Bump version to 1.4.0 (#123)
- 8e6bf49 Update .circleci/config.yml (#135)
- c6183c3 Add .npmrc file for save-exact packages (#130)
- 559a616 Bump dependency audit fix (#122)
- 451f80e Remove usage and setup from readme and link to GitBook (#126)
- 6dbfa4d Integrate GolangCI-Lint (#115)
- ffe5100 Bump go dependencies and go mod tidy (#124)
- 92b6619 add codecov, latest release and HW badges (#118)
- 446de94 Drop second maintainer from CODEOWNERS (#103)