Skip to content

Releases: imagekit-developer/imagekit-ruby

Version 2.0.1

10 Dec 05:55

Choose a tag to compare

Active storage url generation fix.

Version 2.0.0

06 Dec 06:16

Choose a tag to compare

Added support for Active storage and all media management APIs added in ImageKit.

Breaking changes

If you are upgrading to 2.0.0 from version 1.x, make the following changes in your application:

  • Remove config from environment file to initializer file as described here.
  • Include ImageKitIo::CarrierWave in uploader class(for Carrierwave).
  • Remove storage :imagekit_store config from uploader.
  • Rename class ImageKit::ImageKitClient to ImageKitIo::Client
  • Rename class ImageKitIo::ImageKitRequest to ImageKitIo::Request

Version 1.0.10

26 Oct 07:10
59b3869

Choose a tag to compare

Version 1.0.9

09 Jan 14:08

Choose a tag to compare

Bug fixes:

Version 1.0.8

14 Nov 12:05
152cf24

Choose a tag to compare

Upload bug fix

Version 1.0.7

26 Oct 06:11

Choose a tag to compare

Test cases and code coverage

Version 1.0.6

23 Sep 06:36

Choose a tag to compare

Issue fix - #14

Version 1.0.5

10 Jul 08:46

Choose a tag to compare

Added support for store_dir - #11

Version 1.0.4

22 Jun 16:28
2a75d1b

Choose a tag to compare

Rails version fix

Version 1.0.3

25 Mar 16:18
1787be7

Choose a tag to compare

URL generation
File upload
File management
Utility functions
Bulk file delete
Get metadata by URL