Releases: imagekit-developer/imagekit-python
Releases · imagekit-developer/imagekit-python
v5.6.0
v5.5.2
v5.5.1
v5.5.0
5.5.0 (2026-05-13)
Full Changelog: v5.4.0...v5.5.0
Features
- api: add no-enlarge crop modes and colorize transformation (c4ddf30)
- api: manual updates (965e263)
- helper: add colorize transformation to supported transforms (8a96c55)
- internal/types: support eagerly validating pydantic iterators (35bcec1)
- support setting headers via env (39cbf90)
- tests: add colorize transformation to advanced URL generation test (efa4d19)
Bug Fixes
- client: add missing f-string prefix in file type error message (b3926a7)
- use correct field name format for multipart file arrays (c89d2b3)
Performance Improvements
- client: optimize file structure copying in multipart requests (b22ab86)
Chores
v5.4.0
5.4.0 (2026-04-13)
Full Changelog: v5.3.0...v5.4.0
Features
- api: dam related webhook events (8803680)
- api: fix spec indentation (1a2417d)
- api: indentation fix (6ad7341)
- api: merge with main to bring back missing parameters (a07e952)
- api: update webhook event names and remove DAM prefix (bf9e082)
Bug Fixes
- api: extract shared schemas to prevent Go webhook union breaking changes (9dcc234)
- api: rename DamFile events to File for consistency (16b113f)
- client: preserve hardcoded query params when merging with user params (cbdc71f)
- ensure file data are only sent as 1 parameter (aa0272a)
Documentation
- improve examples (bc9d18e)
Refactors
- AITags to singular AITag schema with array items pattern (96ad1bb)
v5.3.0
5.3.0 (2026-04-06)
Full Changelog: v5.2.0...v5.3.0
Features
- api: dpr type update (39d38db)
- api: Introduce lxc, lyc, lap parameters in overlays. (5c9a08b)
- api: revert dpr breaking change (7301276)
- client: import HelperResource and AsyncHelperResource in TYPE_CHECKING block (22fc9cb)
- internal: implement indices array format for query and form serialization (4533c28)
- overlay: support camelCase and snake_case for position properties in overlays (5dd43b9)
Bug Fixes
- deps: bump minimum typing-extensions version (393174d)
- pydantic: do not pass
by_aliasunless set (fda01e4) - sanitize endpoint path params (fa1972c)
Chores
- ci: skip lint on metadata-only changes (5e9e6f3)
- ci: skip uploading artifacts on stainless-internal branches (15805f5)
- dependencies: require standardwebhooks 1.0.1 (f7c4465)
- format all
api.mdfiles (09cbb17) - internal: add request options to SSE classes (c0dee43)
- internal: bump dependencies (6702b4b)
- internal: fix lint error on Python 3.14 (89d503b)
- internal: make
test_proxy_environment_variablesmore resilient (821dd3f) - internal: make
test_proxy_environment_variablesmore resilient to env (487887e) - internal: remove mock server code (978ed61)
- internal: tweak CI branches (369ff73)
- internal: update gitignore (ab04623)
- tests: update webhook tests (d94ada8)
- update mock server docs (54f47c6)
- update placeholder string (d06cdca)
v5.2.0
5.2.0 (2026-02-02)
Full Changelog: v5.1.2...v5.2.0
Features
- api: add customMetadata property to folder schema (9b8597b)
- client: add custom JSON encoder for extended type support (2d7dd40)
Bug Fixes
- api: add missing embeddedMetadata and video properties to FileDetails (b1ffb23)
v5.1.2
5.1.2 (2026-01-29)
Full Changelog: v5.1.1...v5.1.2
Bug Fixes
- docs: fix mcp installation instructions for remote servers (df26dbd)
- tests: update subtitle overlay references from "l-subtitle" to "l-subtitles" (11fb58a)
Chores
- ci: upgrade
actions/github-script(a75c01b)
v5.1.1
5.1.1 (2026-01-20)
Full Changelog: v5.1.0...v5.1.1
Bug Fixes
- vocab field is required (4ab29b2)
Chores
- internal: update
actions/checkoutversion (7826590)
v5.1.0
5.1.0 (2026-01-16)
Full Changelog: v5.0.0...v5.1.0
Features
- add support for new transformations and layer modes in URL generation (5fd87b1)
- api: Add saved extensions API and enhance transformation options (a0781ed)
- client: add support for binary request streaming (f8580d6)
Bug Fixes
- add ai-tasks property to response schemas with enum values (06de9eb)
- client: loosen auth header validation (40ef10e)
- use async_to_httpx_files in patch method (0014808)
Chores
- internal: add
--fixargument to lint script (e6bf019) - internal: add missing files argument to base client (aec7892)
- internal: codegen related update (49635b4)
- speedup initial import (ad1da84)
Documentation
- prominently feature MCP server setup in root SDK readmes (51c1a9a)