v2.0.0
What's Changed
This release addresses a breaking change to the Zoom
connector. Starting on September 1st, 2023 JWT authentication will no longer be accepted when querying Zoom's REST API; this release moves the Zoom
connector a server-to-server OAuth based authentication.
To query the Zoom API moving forward, users will need to:
- Setup an OAuth application in Zoom's app marketplace, including defining relevant endpoint scopes (meetings, users, etc.)
- Use the client ID, account ID, and account secret values to validate API access
Other Changes
- add release notes yml by @sharinetmc in #878
- Prepping for Major Release by @IanRFerguson in #881
- v2.0.0 by @IanRFerguson in #882
Full Changelog: v1.2.0...v2.0.0