Releases: code-q-web-factory/CodeQ.ZoomApi
Releases · code-q-web-factory/CodeQ.ZoomApi
v2.0.0: Update to Zoom Server-to-Server OAuth Apps and improve error handling
Zoom marked the current JWT token authentication as deprecated. This update switches to the new server-to-server OAuth app approach. For more details, see readme.
Furthermore, PHP 8 and Neos 7 or 8 is required.
What's Changed
- TASK: Update to Zoom Server-To-Server Apps with OAuth, improve exception handling by @gradinarufelix in #7
Full Changelog: v1.3.0...v2.0.0
v1.3.0: FEATURE: Support Neos 8.x
Full Changelog: v1.2.2...v1.3.0
v1.2.2: BUGFIX: Fix fetch of multiple months
Full Changelog: v1.2.1...v1.2.2
v.1.2.1 BUGFIX: Cache entry identifier generation
What's Changed
- BUGFIX: Fix cache entry identifier generation by @gradinarufelix in #6
Full Changelog: v1.2.0...v1.2.1
v.1.2.0: Introducing an option to omit the cache
What's Changed
- FEATURE: Add option to skip reading from cache by @gradinarufelix in #5
- BUGFIX: Swallow cache exception on writing by @gradinarufelix in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Feature Release
What's Changed
- FEATURE: Add request cache by @gradinarufelix in #4
This version adds a requests cache to avoid overshooting the rate limit given by the Zoom API.
By default, the cache is disabled and can be enabled by setting the lifetime to a value larger than zero:
CodeQ_ZoomApi_Requests:
backendOptions:
defaultLifetime: 600 # e.g. 60 seconds * 10 minutes = 600 secondsNew Contributors
- @gradinarufelix made their first contribution in #4
Full Changelog: v1.0.7...v1.1.0
v1.0.7 Bugfix release
BUGFIX: duplicate entries
v1.0.6 Bugfix release
Handle strict type corretly
v1.0.5 Bugfix release
BUGFIX: Zoom recordings with a range for more than one month are correctly returned
v1.0.4 Fixed file name after package renaming
BUGFIX: name