Version 2.0.0
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::CarrierWavein uploader class(for Carrierwave). - Remove
storage :imagekit_storeconfig from uploader. - Rename class
ImageKit::ImageKitClienttoImageKitIo::Client - Rename class
ImageKitIo::ImageKitRequesttoImageKitIo::Request