Skip to content

Version 2.0.0

Choose a tag to compare

@dmitry-mukhin dmitry-mukhin released this 26 Sep 11:01
· 337 commits to main since this release
  • There are breaking changes in this release, please read upgrade notes
  • Added support for store flag 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