Releases: uploadcare/uploadcare-ruby
Releases · uploadcare/uploadcare-ruby
Version 4.4.3
Added
- Multi page conversion parameter (
save_in_group
) added toDocumentConverter#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
Fixed
- Fixed the
Uploadcare::File.remote_copy
method which raised anApiStruct::EntityError: {url} must be Hash
. Now returns a string instead of aFile
entity instance.
Added
Document Info
API added inDocumentConverter
.
Version 4.4.1
Added
- Added
AWS Rekognition Moderation
Add-On. - Added an optional
wildcard
boolean parameter to thegenerate_url
method ofAkamaiGenerator
.
Changed
- File attribute
datetime_stored
is deprecated and will warn on usage fromFile
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 toAkamaiGenerator
to fix a typo in the class name.
Version 4.4.0
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
inpoll_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
Updated the REST API version for conversion clients.
Version 4.3.5
Updated behavior to exclude sending blank values in the store
param.
Version 4.3.4
Use auto as the default value for the store param.
Version 4.3.3
- 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
- Added links to gemspec
- Improved documentation options at ruby-doc
Version 4.3.1
- Update the gem description
- Allow ENV keys to be configured after the gem load