Releases: imagekit-developer/imagekit-nodejs
Releases · imagekit-developer/imagekit-nodejs
v7.7.0
v7.6.3
v7.6.2
v7.6.1
7.6.1 (2026-05-17)
Full Changelog: v7.6.0...v7.6.1
Chores
- update SDK settings (7f44903)
Documentation
- make linter happy (7d0db8a)
Build System
- change dotnet package name (9161f99)
v7.6.0
7.6.0 (2026-05-13)
Full Changelog: v7.5.0...v7.6.0
Features
- api: add no-enlarge crop modes and colorize transformation (f673e9b)
- api: manual updates (7c35871)
- api: manual updates (e6c68dd)
- api: manual updates (03a3952)
- api: manual updates (f4b748a)
- api: manual updates (8ad5efd)
- support setting headers via env (79b7da8)
- transformation: add colorize transformation support in URL generation (7390f2e)
Bug Fixes
- correct typo in webhook_secret description (f6a558e)
Chores
- avoid formatting file that gets changed during releases (8bdfaae)
- configure new SDK language (a3427fe)
- fix example snippet imports (c424b94)
- format: run eslint and prettier separately (c753924)
- formatter: run prettier and eslint separately (d7c26d7)
- internal: codegen related update (48e7a85)
- internal: codegen related update (21fe6ee)
- internal: fix MCP cloudflare worker builds (d7fcbd6)
- internal: fix MCP cloudflare worker initialization (d93bb2d)
- internal: more robust bootstrap script (853429c)
- internal: update docs ordering (885c2ad)
- redact api-key headers in debug logs (67dc9fd)
- remove webhook signature verification example from README (352ec15)
- restructure docs search code (8b9992f)
- update CLI documentation (1967acf)
- update SDK settings (fab0b1e)
Documentation
v7.5.0
7.5.0 (2026-04-13)
Full Changelog: v7.4.0...v7.5.0
Features
- api: dam related webhook events (d2bc9ce)
- api: fix spec indentation (79ae799)
- api: indentation fix (65c6eec)
- api: merge with main to bring back missing parameters (bd6474f)
- api: update webhook event names and remove DAM prefix (a86f04c)
- docs: simplify authentication parameters example in README (c14843b)
Bug Fixes
- api: extract shared schemas to prevent Go webhook union breaking changes (8296498)
- api: rename DamFile events to File for consistency (24b7f4b)
Chores
- internal: codegen related update (fbffd21)
- internal: codegen related update (eb9b6dc)
- internal: codegen related update (e2cf4dc)
- internal: fix MCP server import ordering (31100e2)
- internal: show error causes in MCP servers when running in local mode (7f1ff53)
- mcp-server: increase local docs search result count from 5 to 10 (35dc080)
Documentation
- improve examples (cbfbebc)
Refactors
- AITags to singular AITag schema with array items pattern (cfca6fd)
v7.4.0
7.4.0 (2026-04-06)
Full Changelog: v7.3.0...v7.4.0
Features
- api: add xCenter, yCenter, and anchorPoint parameters for overlay positioning (0fcec28)
- api: dpr type update (81ec737)
- api: Introduce lxc, lyc, lap parameters in overlays. (6853a32)
- api: revert dpr breaking change (2543278)
- mcp: add an option to disable code tool (af87a8b)
- mcp: add initial server instructions (cdce131)
Bug Fixes
- client: avoid memory leak with abort signals (c08f7c0)
- client: avoid removing abort listener too early (0738e88)
- client: preserve URL params already embedded in path (9fed3c5)
- docs/contributing: correct pnpm link command (743a112)
- fix request delays for retrying to be more respectful of high requested delays (8cc484f)
- mcp: bump agents version in cloudflare worker MCP servers (207aff5)
- mcp: initialize SDK lazily to avoid failing the connection on init errors (66c5305)
- mcp: update prompt (db925be)
Chores
- ci: escape input path in publish-npm workflow (cbb4d36)
- ci: skip lint on metadata-only changes (a4ff868)
- ci: skip uploading artifacts on stainless-internal branches (7d86a36)
- client: do not parse responses with empty content-length (4b5fcbf)
- client: restructure abort controller binding (46c04e1)
- internal/client: fix form-urlencoded requests (d96f483)
- internal: add health check to MCP server when running in HTTP mode (83d1174)
- internal: allow basic filtering of methods allowed for MCP code mode (4a86182)
- internal: allow setting x-stainless-api-key header on mcp server requests (a72133c)
- internal: always generate MCP server dockerfiles and upgrade associated dependencies (90eae18)
- internal: avoid type checking errors with ts-reset (7cd3980)
- internal: bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch (a0031e0)
- internal: cache fetch instruction calls in MCP server (7738ab8)
- internal: codegen related update (60e54a6)
- internal: codegen related update (5c368b8)
- internal: codegen related update (4178900)
- internal: fix MCP docker image builds in yarn projects (5f10f73)
- internal: fix MCP Dockerfiles so they can be built without buildkit (9dde351)
- internal: fix MCP Dockerfiles so they can be built without buildkit (62b9ad0)
- internal: fix MCP server TS errors that occur with required client options (14154e2)
- internal: improve layout of generated MCP server files (b2e0a75)
- internal: improve local docs search for MCP servers (ad984eb)
- internal: improve local docs search for MCP servers (d4db198)
- internal: make generated MCP servers compatible with Cloudflare worker environments (419e72f)
- internal: make MCP code execution location configurable via a flag (497c926)
- internal: move stringifyQuery implementation to internal function (60f7ea6)
- internal: refactor flag parsing for MCP servers and add debug flag (ff4b97e)
- internal: remove mock server code (f1deef8)
- internal: support custom-instructions-path flag in MCP servers (14dec19)
- internal: support local docs search in MCP servers (03eef26)
- internal: support oauth authorization code flow for MCP servers (5f6c688)
- internal: support type annotations when running MCP in local execution mode (bd8528f)
- internal: support x-stainless-mcp-client-envs header in MCP servers (6b2f378)
- internal: support x-stainless-mcp-client-permissions headers in MCP servers (6e75dad)
- internal: switch MCP servers to use pino for logging (f08d300)
- internal: tweak CI branches (aae2960)
- internal: update agents version (e39e377)
- internal: update dependencies to address dependabot vulnerabilities (c6f8d11)
- internal: update gitignore (d36a938)
- internal: upgrade @modelcontextprotocol/sdk and hono (446fc85)
- internal: upgrade hono (61a5d88)
- internal: use link instead of file in MCP server package.json files (4939cda)
*...
v7.3.0
7.3.0 (2026-02-02)
Full Changelog: v7.2.2...v7.3.0
Features
- api: add customMetadata property to folder schema (e51825b)
Bug Fixes
- api: add missing embeddedMetadata and video properties to FileDetails (6100f86)
v7.2.2
7.2.2 (2026-01-29)
Full Changelog: v7.2.1...v7.2.2
Bug Fixes
- docs: fix mcp installation instructions for remote servers (ee47d5b)
- mcp: allow falling back for required env variables (f028ce8)
- overlay: update subtitle overlay parameter to plural form (22f0dfb)
Chores
- ci: upgrade
actions/github-script(0f7befe) - internal: codegen related update (5adb9c4)
- internal: codegen related update (4a66092)
- internal: codegen related update (20d55fc)
- internal: update lock file (1a431a8)
- internal: upgrade wrangler version (3042a38)
- mcp: up tsconfig lib version to es2022 (f9bd7c0)
v7.2.1
7.2.1 (2026-01-20)
Full Changelog: v7.2.0...v7.2.1
Bug Fixes
- vocab field is required (e6d0e58)
Chores
- internal: update
actions/checkoutversion (6f64673)