All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed undefined reference error.
- The step to ingest users now checks for duplicates and omits any users returned multiple times from the API.
- Page size for API queries has been increased.
- A token refresh is attempted now on 401 errors.
- Authentication is now performed using server-to-server OAuth instead of client OAuth.
- Added
admin
boolean flag tozoom_role
--admin: true
if the role name isAdmin
orOwner
.
- Switched zoom_account to be Account _class.
- Small cleanup of managed questions to alias results.
- Properly including questions file in NPM package.
- Questions file now in place with canned J1QL Zoom queries.
- Rate limiting added for handling 429 errors.
- Small documentation updates.
- Ingest new entity
zoom_user
- Ingest new entity
zoom_group
- Ingest new entity
zoom_role
- Ingest new entity
zoom_account
- Build new relationship
zoom_account_has_user
- Build new relationship
zoom_account_has_group
- Build new relationship
zoom_account_has_role
- Build new relationship
zoom_group_has_user
- Build new relationship
zoom_user_assigned_role