You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug in get_admin_events function which caused errors when the optional event_types parameter was omitted.
Add marker based pagination for listing users.
Added support for more attribute parameters when uploading new files and new versions of existing files.
Combined preflight check and lookup of accelerator URL into a single request for uploads.
Fixed JWT retry logic so a new JTI claim is generated on each retry.
Fixed bug where JWT authentication requests returned incorrect error codes.
Fixed retry logic so when a Retry-After header is passed back from the API, the SDK waits for the amount of time specified in the header before retrying.