Skip to content

Releases: imagekit-developer/imagekit-nodejs

v7.1.1

06 Oct 08:30
cd9bc30

Choose a tag to compare

7.1.1 (2025-10-06)

Full Changelog: v7.1.0...v7.1.1

Features

  • api: use scoped package for mcp server (af9b0f4)

Bug Fixes

  • add missing 'color' parameter mapping for subtitle overlays transformation. (2c4a6d2)
  • lint error (b320d6f)
  • linting issues (3794fe5)
  • update raw parameter example in README for clarity (e86beab)
  • update serverConfig to include valid URLs and improve label descriptions (49d048f)

Chores

  • configure new SDK language (33d1237)
  • internal: remove .eslintcache (ec12af7)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (4332a7e)

Documentation

  • update README to enhance Table of Contents and add raw transformations parameter (892d31c)

Refactors

  • streamline transformation string handling in URL construction (6e99777)

v7.1.0

30 Sep 08:10
1a9e105

Choose a tag to compare

7.1.0 (2025-09-30)

Full Changelog: v7.0.1...v7.1.0

Features

  • api: add path policy related non-breaking changes (d50cbcf)
  • api: add selectedFieldsSchema in upload and list API response (ec8c8b8)
  • api: fix upload API request params (467d77b)
  • api: updated docs (962390f)
  • mcp: add option for including docs tools (e1a3b52)

Bug Fixes

  • mcp: fix cli argument parsing logic (a8da550)
  • mcp: resolve a linting issue in server code (e805d24)

Performance Improvements

Chores

  • internal: codegen related update (ca24cab)
  • internal: codegen related update (2acb106)
  • internal: fix incremental formatting in some cases (863e6b7)
  • internal: ignore .eslintcache (f991673)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (9e0e5b0)
  • mcp: allow pointing docs_search tool at other URLs (bbe84b3)
  • update lockfile (dcdc0b7)

Documentation

  • correct typo in default value description for custom metadata field (a957209)
  • fix link to deploy template in README (ba86045)

v7.0.1

21 Sep 03:14
d2a0451

Choose a tag to compare

7.0.1 (2025-09-21)

Full Changelog: v7.0.0...v7.0.1

Chores

v7.0.0

21 Sep 03:07
9bceb0b

Choose a tag to compare

7.0.0 (2025-09-21)

Full Changelog: v0.0.1-alpha.0...v7.0.0

Features

  • add examples for URL generation and transformations in README (4bad591)
  • add url signing and test cases (b1594d8)
  • add webhook verification section to README with example code (b28d7b3)
  • allow file parameter in FileUploadParams to accept string type for HTTP URL base base64 case. (738f6d9)
  • api: add ai-auto-description field with status options to components schema (96c640d)
  • api: add BaseWebhookEvent (dac30e1)
  • api: add new webhook events for upload transformations to enhance event tracking (dd98040)
  • api: add signed URL options with expiration settings to enhance security features (55d2dd1)
  • api: extract UpdateFileDetailsRequest to model (30d976b)
  • api: manual updates (608ef99)
  • api: manual updates (d0d45ee)
  • api: manual updates (78f9507)
  • api: manual updates (af5fd2f)
  • api: manual updates (2ac7656)
  • api: manual updates (d208673)
  • api: manual updates (76f3ed7)
  • api: manual updates (01bdaa0)
  • api: manual updates (9d913fa)
  • api: manual updates (dc932e3)
  • api: manual updates (50c8520)
  • api: manual updates (1d0423a)
  • api: manual updates (64fc454)
  • api: manual updates (f70d1c2)
  • api: manual updates (4efbfee)
  • api: manual updates (174eee8)
  • api: manual updates (1b740df)
  • api: manual updates (636a5a9)
  • api: manual updates (c1bc59b)
  • api: manual updates (4d7286a)
  • api: manual updates (8986981)
  • api: manual updates (693e3cf)
  • api: manual updates (ace1909)
  • api: remove Stainless attribution from readme (454c722)
  • api: update api docs link (34d2eb1)
  • api: Update env var name (70c98e0)
  • docs: add URL generation examples and authentication parameters to README (7a2bc8f)
  • docs: improve descriptions for private API key and password fields in client settings (7ab6b37)
  • helper: implement getAuthenticationParameters method and test cases (297bb95)
  • implement serializeUploadOptions function for upload option serialization and add tests (cfce32f)
  • remove password field from ImageKit client initialization in tests and documentation (08a5744)
  • tests: add test for transformationPosition as path in signed URL generation (2f37641)
  • tests: add tests for transformation handling with absolute URLs and non-default endpoints (188eeee)
  • update README to enhance SDK description and usage examples (e1e5abf)
  • webhooks: use toBase64 for webhook key in verification (433eb44)
  • webhooks: use toBase64 for webhook key in verification (3d0571d)

Bug Fixes

  • 24 (5610765)
  • add repository details for package (b9e4231)
  • added folder object in ListFileResponse (#106) (bfcfbb9)
  • coerce nullable values to undefined (66e3b81)
  • correct SDK description in package.json (f5d2713)
  • docs: add missing commas in URL generation examples for clarity (21caa93)
  • package: removed unnecessary types and install-types package (a254d4b)
  • update privateAPIKey to privateKey in code and tests (2f93b89)
  • updated signed url generations for urls with symbols and unicode characters (#102) (5e264de)
  • webhooks: revert toBase64 conversion for webhook key (13c716e)

Chores

Read more

Version 6.0.0

05 Dec 12:16
85c7ef3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...6.0.0

Version 5.2.0

05 Sep 16:55
001fb41

Choose a tag to compare

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

07 Aug 06:48
9fe6eb0

Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.1.0

Version 5.0.1

02 Apr 11:53
8166889

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

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

Choose a tag to compare

Fixes - #73