Skip to content

Releases: imagekit-developer/imagekit-nodejs

Version 5.0.1

02 Apr 11:53
8166889
Compare
Choose a tag to compare

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

30 Jan 08:19
dfebe9f
Compare
Choose a tag to compare
  • 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 and effectGradient.
  • 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

08 Nov 05:30
d0e1cd3
Compare
Choose a tag to compare

Fixes - #73

Version 4.1.3

23 Mar 08:17
Compare
Choose a tag to compare

Handle internal server errors in SDK gracefully.

Version 4.1.2

24 Nov 15:54
a7ae5a1
Compare
Choose a tag to compare

Removes limit on upload file size within the SDK. Server side upload file size limits will still be enforced.

Version 4.1.1

04 Aug 04:36
Compare
Choose a tag to compare

Version 4.1.0

11 Jul 04:30
Compare
Choose a tag to compare

Implements #47

Version 4.0.1

06 Jul 07:02
d1cf79d
Compare
Choose a tag to compare

Version 4.0.0

28 Jun 13:09
Compare
Choose a tag to compare

Fixes

  • #50 Tags passed as array in list files gives error
  • #48 Expose response headers and raw body
  • #46 New APIs and parameter integration
  • #39 Breaks Nextjs (typescript) build
  • #30 Replace requests with axios
  • #34 Support for ESM modules

Merged

  • #53 Updated uuid to v8

Version 3.2.5

17 Feb 06:02
f30ad6f
Compare
Choose a tag to compare

Fixes - #35