Releases: cern-vc/zoom-python-client
Releases · cern-vc/zoom-python-client
v0.2.3
Compare
Sorry, something went wrong.
No results found
renefs
released this
17 Feb 08:47
What's Changed
Allow to call streaming status with a settings object by @gasparuben in #31
🚀 Update poetry-publish action to version 2.1 in CI workflow by @renefs in #32
Full Changelog : v0.2.2...v0.2.3
v0.2.2
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.2.1...v0.2.2
v0.2.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.2.0...v0.2.1
v0.2.0
Compare
Sorry, something went wrong.
No results found
renefs
released this
12 Jul 13:15
Add support for Zoom Rooms
get all zoom rooms
get zoom room details
get zoom room sensor data
v0.1.1
Compare
Sorry, something went wrong.
No results found
renefs
released this
01 Jun 10:22
Change license to MIT
Retry on 401: When the Zoom API returns a 401, the request will be retried and will force the update of the token.
v0.1.0
Compare
Sorry, something went wrong.
No results found
renefs
released this
30 May 09:34
Set the minimun version for dependencies, but not strict.
v0.0.6
Compare
Sorry, something went wrong.
No results found
renefs
released this
30 May 07:48
Allow to store and load access token from the file system
v0.0.6-beta.1
Compare
Sorry, something went wrong.
No results found
renefs
released this
24 May 16:04
Use poetry
Update pyproject.toml
Add github actions
v0.0.5
Compare
Sorry, something went wrong.
No results found
renefs
released this
22 May 10:08
Improved
Lowered the minimum requests version to 2.23.0 (#12 )
v0.0.4
Compare
Sorry, something went wrong.
No results found
renefs
released this
15 May 13:33
Improved
Logging: Added more debug messages.
Initialise the logging handler to NullHandler to allow users to create their own handlers.
Removed logging params from API client constructor.
Verify response is not None on some of the API calls
Added more examples on the example folder
Log whether or not the token is on environment (debug purpose)
Update urls on pyproject.toml and document how to configure logging in an application.
Added test for setup_logs