Skip to content

Releases: uploadcare/uploadcare-ruby

Version 2.0.0

26 Sep 11:01
Compare
Choose a tag to compare
  • 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

Version 1.1.0

21 Mar 16:24
Compare
Choose a tag to compare
  • 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).

Version 1.0.2

14 Apr 16:44
Compare
Choose a tag to compare
v1.0.2

v1.0.2

Version 1.0.6

30 Jan 18:32
Compare
Choose a tag to compare
  • Fixed incorrect dependencies
  • Added ruby version and public API key to User-Agent header (can be overriden in config)

Version 1.0.5

30 Apr 09:59
Compare
Choose a tag to compare
  • File now have ability to copy itself to :target location (with or without applied operations);
  • nth file from the group without loading the actual group;
  • Specs are optimised and refactored a bit;

Version 1.0.3

16 Apr 12:27
Compare
Choose a tag to compare
v1.0.3

v1.0.3