Skip to content

Releases: code-q-web-factory/CodeQ.ZoomApi

v2.0.0: Update to Zoom Server-to-Server OAuth Apps and improve error handling

21 Sep 15:02
bcbfa64

Choose a tag to compare

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

10 Jan 21:46

Choose a tag to compare

v1.2.2: BUGFIX: Fix fetch of multiple months

10 Jan 21:46

Choose a tag to compare

v.1.2.1 BUGFIX: Cache entry identifier generation

31 Dec 14:04
76aea7d

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v.1.2.0: Introducing an option to omit the cache

31 Dec 13:34
ec4d692

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Feature Release

27 Dec 13:32
314c434

Choose a tag to compare

What's Changed

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 seconds

New Contributors

Full Changelog: v1.0.7...v1.1.0

v1.0.7 Bugfix release

28 Feb 10:47

Choose a tag to compare

BUGFIX: duplicate entries

v1.0.6 Bugfix release

16 Feb 13:42
df6852e

Choose a tag to compare

Handle strict type corretly

v1.0.5 Bugfix release

15 Feb 21:49

Choose a tag to compare

BUGFIX: Zoom recordings with a range for more than one month are correctly returned

v1.0.4 Fixed file name after package renaming

27 Dec 13:36

Choose a tag to compare