Releases: imagekit-developer/imagekit-uppy-plugin
Releases · imagekit-developer/imagekit-uppy-plugin
Version 2.0.0
Fixes:
Breaking change
- In version 2.0.0, we have deprecated using the
authenticationEndpoint
parameter. Instead, the SDK now introduces a new parameter namedauthenticator
. This parameter expects an asynchronous function that resolves with an object containing the necessary security parameters i.esignature
,token
, andexpire
.
Version 1.0.4
Added support for batch processing in upload to improve handling when a folder with a large number of files is uploaded.
Version 1.0.3
Add random query parameter in the authentication endpoint request to avoid browser-side caching of token
Version 1.0.1
Import fix - #2
Version 1.0.0
First release
Version 1.0.0-beta.0
First beta version