Skip to content

Releases: uploadcare/uploadcare-ruby

Version 4.3.0

15 Mar 20:14
Compare
Choose a tag to compare
  • 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

30 Dec 14:05
Compare
Choose a tag to compare
Version 4.0.0-rc Pre-release
Pre-release

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

18 Jul 12:45
Compare
Choose a tag to compare

Fixes dry-configurable deprecation warnings (#97)

Version 3.3.1

19 Apr 17:39
Compare
Choose a tag to compare

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

18 Apr 16:11
db30ac3
Compare
Choose a tag to compare
  • Added Uploadcare::URLGenerators::AmakaiGenerator. Use custom domain and CDN provider to deliver files with authenticated URLs.

Version 3.2.0

25 Nov 06:25
Compare
Choose a tag to compare
  • Added option signing_secret to the Uploadcare::Webhook
  • Added webhook signature verifier class Uploadcare::Param::WebhookSignatureVerifier

Version 3.1.1

13 Oct 13:19
66edf12
Compare
Choose a tag to compare
  • Fix Uploadcare::File#delete
  • Fix Uploadcare::File#store

Version 3.1.0

21 Sep 11:59
Compare
Choose a tag to compare

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

15 Apr 14:14
Compare
Choose a tag to compare

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

24 May 13:19
Compare
Choose a tag to compare

Changed

  • Allow user to override User-Agent header
  • User-Agent format reports gem name, version and environment