Releases: uploadcare/uploadcare-ruby
Releases · uploadcare/uploadcare-ruby
Version 4.4.3
Added
- Multi page conversion parameter (
save_in_group) added toDocumentConverter#convertoptions.
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_copymethod which raised anApiStruct::EntityError: {url} must be Hash. Now returns a string instead of aFileentity instance.
Added
Document InfoAPI added inDocumentConverter.
Version 4.4.1
Added
- Added
AWS Rekognition ModerationAdd-On. - Added an optional
wildcardboolean parameter to thegenerate_urlmethod ofAkamaiGenerator.
Changed
- File attribute
datetime_storedis deprecated and will warn on usage fromFileobject properties.
Fixed
- Throw
AuthErrorif the current public key or secret key config is empty when accessing any of the APIs. AmakaiGeneratorhas been renamed toAkamaiGeneratorto 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::Monadsstructure has changed. - Sign URL uploads if configured (#139).
- Start returning proper error message when raising
RequestErrorinpoll_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.filecalls. 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