Skip to content

Conversation

stainless-app[bot]
Copy link

@stainless-app stainless-app bot commented Aug 30, 2025

Automated Release PR

7.0.0-alpha.1 (2025-09-02)

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

Features

  • add url signing and test cases (b1594d8)
  • 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: 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)
  • 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)
  • 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)
  • 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)
  • docs: add missing commas in URL generation examples for clarity (21caa93)
  • package: removed unnecessary types and install-types package (a254d4b)
  • 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)
  • 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

  • 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)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Copy link
Author

stainless-app bot commented Aug 30, 2025

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/imagekit-typescript/50c8520ab96f5e96dcb50ca3964be1f21acd1dec/dist.tar.gz'

Expires: Thu, 02 Oct 2025 09:11:21 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 4eb9059 to 9a69483 Compare August 30, 2025 13:18
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 9a69483 to 8ea852e Compare August 30, 2025 13:22
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 8ea852e to a66490c Compare August 31, 2025 08:45
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from a66490c to d93d7f4 Compare August 31, 2025 08:50
- Implement tests for buildTransformationString to validate transformation string generation.
- Create comprehensive tests for overlay transformations, including text, image, video, subtitle, and solid color overlays.
- Ensure proper handling of invalid overlay values and encoding scenarios.
- Validate URL generation for various overlay types and nested transformations.
…toBase64 utility; update overlay tests for consistency
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from d93d7f4 to bfa8a14 Compare August 31, 2025 11:12
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from bfa8a14 to 9e17a2b Compare August 31, 2025 11:31
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch 2 times, most recently from 865674d to bcbf8e3 Compare September 1, 2025 05:27
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from bcbf8e3 to 1c135ca Compare September 1, 2025 07:59
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 1c135ca to 3bf690c Compare September 1, 2025 08:20
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch 2 times, most recently from 4321311 to 9a08879 Compare September 1, 2025 13:51
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 9a08879 to 3d861d1 Compare September 2, 2025 04:45
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 3d861d1 to 0a4dd11 Compare September 2, 2025 05:20
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch 2 times, most recently from 05fb581 to 1ad435d Compare September 2, 2025 07:22
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 1ad435d to 04ca941 Compare September 2, 2025 08:17
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 04ca941 to 2fb456a Compare September 2, 2025 08:19
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 2fb456a to 5fd361b Compare September 2, 2025 08:22
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 5fd361b to 99faa26 Compare September 2, 2025 08:24
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 99faa26 to 7970f8f Compare September 2, 2025 08:34
@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from 7970f8f to f59abd0 Compare September 2, 2025 09:04
@manu4543 manu4543 changed the title release: 0.1.0-alpha.1 release: 7.0.0-alpha.1 Sep 2, 2025
Copy link
Author

stainless-app bot commented Sep 2, 2025

Release version edited manually

The Pull Request version has been manually set to 7.0.0-alpha.1 and will be used for the release.

If you instead want to use the version number 0.1.0-alpha.1 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--master--changes--next--components--nodejs branch from f59abd0 to 1cef516 Compare September 2, 2025 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants