Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.14 KB

File metadata and controls

23 lines (16 loc) · 1.14 KB

Changelog

2.0.0, 26.09.2017

  • 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

1.1.0, 21.03.2017

  • Deprecated Uploadcare::Api::File#copy in favor of #internal_copy and #external_copy.
  • Added to new methods to Uploadcare::Api::File, #internal_copy and #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).

1.0.6, 30.01.2017

  • Fixed incorrect dependencies
  • Added ruby version and public API key to User-Agent header (can be overriden in config)