- There are breaking changes in this release, please read upgrade notes
- Added support for
storeflag in Upload API methods - Upgraded to REST API v0.5
- All POST/PUT/DELETE params are now being sent as JSON instead of being form-encoded
- Added methods to store/delete multiple files at once:
Uploadcare::Api#store_files&Uploadcare::Api#delete_files - Changed pagination implementation for files and groups
- Deprecated
Uploadcare::Api::File#copyin favor of#internal_copyand#external_copy. - Added to new methods to
Uploadcare::Api::File,#internal_copyand#external_copy. - Added support of secure authorization for REST API. It is now used by default (can be overriden in config)
- Fixed middleware names that could break other gems (#13).
- Fixed incorrect dependencies
- Added ruby version and public API key to User-Agent header (can be overriden in config)