Releases: imagekit-developer/imagekit-nodejs
Releases · imagekit-developer/imagekit-nodejs
Version 5.2.0
What's Changed
- added isPublished and publish object during upload and updateFileDetails respectively by @ankur-dwivedi in #101
Full Changelog: 5.1.0...5.2.0
Version 5.1.0
Version 5.0.1
Fixed a issue related to signed url generation. When the URL contains a diacritic (“é”), invalid signature were being generated resulting in 401. Issue was generated in PHP SDK but is relevant for all backend SDKs.
Version 5.0.0
- Now, you can use the
transformation
parameter when uploading files to apply both pre and post-transformation. - We've also introduced two new parameters:
effectShadow
andeffectGradient
. - Fixed two issues: #90 and #88.
Breaking changes
In version 5.0.0, we've removed the old overlay syntax parameters for transformations, such as oi
, ot
, obg
, and more.
Version 4.1.4
Fixes - #73
Version 4.1.3
Handle internal server errors in SDK gracefully.
Version 4.1.2
Removes limit on upload file size within the SDK. Server side upload file size limits will still be enforced.
Version 4.1.1
Fixes #62
Version 4.1.0
Implements #47
Version 4.0.1
Fixes #54