Skip to content

Releases: uploadcare/uploadcare-ruby

Version 4.4.3

06 Jul 18:00
dc31e0c
Compare
Choose a tag to compare

Added

  • Multi page conversion parameter (save_in_group) added to DocumentConverter#convert options.

Fixed

  • Fixed that signed URLs now work with "~" in the path. This also fixes signed URLs with grouped file URLs.

Version 4.4.2

29 May 13:03
df19608
Compare
Choose a tag to compare

Fixed

  • Fixed the Uploadcare::File.remote_copy method which raised an ApiStruct::EntityError: {url} must be Hash. Now returns a string instead of a File entity instance.

Added

  • Document Info API added in DocumentConverter.

Version 4.4.1

28 Apr 13:48
a04aafa
Compare
Choose a tag to compare

Added

  • Added AWS Rekognition Moderation Add-On.
  • Added an optional wildcard boolean parameter to the generate_url method of AkamaiGenerator.

Changed

  • File attribute datetime_stored is deprecated and will warn on usage from File object properties.

Fixed

  • Throw AuthError if the current public key or secret key config is empty when accessing any of the APIs.
  • AmakaiGenerator has been renamed to AkamaiGenerator to fix a typo in the class name.

Version 4.4.0

09 Mar 19:57
635f0cd
Compare
Choose a tag to compare

Breaking

  • Drop support of unmaintainable Ruby versions < 3.x.

Fixed

  • Update locations where Dry::Monads structure has changed.
  • Sign URL uploads if configured (#139).
  • Start returning proper error message when raising RequestError in poll_upload_response, to hint to users what is going on. Fixes #141.
  • When polling, raise if an error is returned (#142).
  • Fix documentation about original file url on simple file upload.

Changed

  • Support params in Rest client and in file info method, to allow passing custom params like "include=appdata" in Uploadcare::File.file calls. Closes #132.

Version 4.3.6

18 Nov 09:44
250c522
Compare
Choose a tag to compare

Updated the REST API version for conversion clients.

Version 4.3.5

19 Sep 12:03
a6b961a
Compare
Choose a tag to compare

Updated behavior to exclude sending blank values in the store param.

Version 4.3.4

16 May 14:35
2d4f76c
Compare
Choose a tag to compare

Use auto as the default value for the store param.

Version 4.3.3

14 Apr 11:28
d3c96ed
Compare
Choose a tag to compare
  • Use file_info request after a file upload if the secret key is not provided.
  • Add a new file_info method to retreive file information without the secret key.

Version 4.3.2

28 Mar 06:05
834951a
Compare
Choose a tag to compare
  • Added links to gemspec
  • Improved documentation options at ruby-doc

Version 4.3.1

17 Mar 06:15
08e1e1d
Compare
Choose a tag to compare
  • Update the gem description
  • Allow ENV keys to be configured after the gem load