Releases: uploadcare/uploadcare-ruby
Releases · uploadcare/uploadcare-ruby
Version 4.3.0
- Drop support of unmaintainable Ruby versions (2.4, 2.5, 2.6).
- Add support for Ruby 3+ (3.0, 3.1, 3.2).
Version 4.0.0-rc
This version supports latest Uploadcare REST API — v0.7, which introduces new file management features:
If you have Ruby version >= 3, then you probably will get error:
ArgumentError: wrong number of arguments (given 2, expected 1)
To fix this errors, add this line to your application's Gemfile:
gem 'dry-configurable', '0.13.0'
and run bundle install
Version 3.3.2
Fixes dry-configurable deprecation warnings (#97)
Version 3.3.1
The previous release contained a mistake in README: Uploadcare::URLGenerators::AmakaiGenerator
is corrected to Uploadcare::SignedUrlGenerators::AmakaiGenerator
. Additionally, generators constants are autoloaded now.
Version 3.3.0
- Added
Uploadcare::URLGenerators::AmakaiGenerator
. Use custom domain and CDN provider to deliver files with authenticated URLs.
Version 3.2.0
- Added option
signing_secret
to theUploadcare::Webhook
- Added webhook signature verifier class
Uploadcare::Param::WebhookSignatureVerifier
Version 3.1.1
- Fix
Uploadcare::File#delete
- Fix
Uploadcare::File#store
Version 3.1.0
3.1.0 2021-09-21
- Added documents and videos conversion
- Added new attributes to the Entity class (variations, video_info, source, rekognition_info)
- Added an opportunity to add custom logic to large files uploading process
Version 3.0.5
3.0.5 2021-04-15
- Replace Travis-CI with Github Actions
- Automate gem pushing
3.0.4-dev 2020-03-19
- Added better pagination methods for GroupList & FileList
- Improved documentation and install instructions
- Added CI
3.0.3-dev 2020-03-13
- Added better pagination and iterators for GroupList & FileList
3.0.2-dev 2020-03-11
- Expanded File and Group entities
- Changed user agent syntax
3.0.1-dev 2020-03-11
- Added Upload/group functionality
- Added user API
- Added user agent
- Isolated clients, entities and concerns
- Expanded documentation
3.0.0-dev 2020-02-18
Changed
- Rewrote gem from scratch
Added
- Client wrappers for REST API
- Serializers for REST API
- Client wrappers for Upload API
- Serializers for Upload API
- rdoc documentation
Version 2.1.1
Changed
- Allow user to override User-Agent header
- User-Agent format reports gem name, version and environment