Skip to content

v7.0.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Sep 03:07
9bceb0b

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

  • bumped package version to 6.0.0 (85c7ef3)
  • ci build action (06a9882)
  • do not install brew dependencies in ./scripts/bootstrap by default (69968b1)
  • esm: Improved Support for ES Modules (5a4127f)
  • lint and format fix (788885c)
  • sync repo (3b95a96)
  • update SDK settings (9ea85e3)
  • workflow: added node 16 and 18 to test suite (ef277ca)

Documentation

  • update to make it more readable (ed5ff38)

Refactors

  • enhance README for clarity and detail on SDK features (569545c)
  • helper: remove console error logging in Helper class (cc1a4c0)
  • tests: remove redundant helper tests (ef30e9c)
  • tests: remove unused imports from URL generation test files (2e7211e)
  • tests: update URL generation test to include new aiEdit transformation parameter (a18331d)
  • transformation-utils: replace safeBtoa implementation with toBase64 utility; update overlay tests for consistency (e4adc14)