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
Group: get list of groups with filter params. Create/Store group.
Add support for batch store/delete calls for Files
Add ability to use Client without "secret key" for: uploading file/get uploaded file info/creating group/get created group info.
Add ability to do "Signed Uploads" when using FileUploader/UrlUploader/Create Group.
Add ability to copy files in local/remote storage. Remove old copy file method.
Add multipart upload support for FileUploader.
Add Webhooks support. Get Webhooks, Create/Update/Delete Webhook is supported.
Update UrlUploader, add ability to specify additional params.
Changed
Renamed "privateKey" variable to "secretKey".
Default Client auth method now is HMAC-based instead of Simple Auth.
Fixed
Uploaded files now has proper MimeType.
"InputStream" content uploading.
UrlUploader correctly handle "progress", "waiting", "unknown" statuses of a file uploaded from URL. Do exponential backoff and throw error instead of polling Upload API server indefinitely.