Releases: imagekit-developer/imagekit-ruby
Releases · imagekit-developer/imagekit-ruby
v4.6.0
v4.5.1
4.5.1 (2026-05-17)
Full Changelog: v4.5.0...v4.5.1
Bug Fixes
- client: elide content type header on requests without body (9ae7bf6)
v4.5.0
4.5.0 (2026-05-13)
Full Changelog: v4.4.1...v4.5.0
Features
- api: add no-enlarge crop modes and colorize transformation (1b56303)
- support setting headers via env (cd32783)
- transformation: add colorize transformation support in URL generation (3454064)
Chores
- internal: codegen related update (7e0543d)
v4.4.1
v4.4.0
4.4.0 (2026-04-13)
Full Changelog: v4.3.0...v4.4.0
Features
- api: add missing types in ruby (6a074df)
- api: dam related webhook events (d2ffbf3)
- api: fix spec indentation (74e7a6a)
- api: indentation fix (fae3b74)
- api: merge with main to bring back missing parameters (78377b5)
- api: update webhook event names and remove DAM prefix (c621b14)
Bug Fixes
- api: extract shared schemas to prevent Go webhook union breaking changes (0325862)
- api: fix references of schema (3d07367)
- api: rename DamFile events to File for consistency (5998787)
- docs: remove redundant information about versioning in README (a546963)
- docs: remove redundant sub-item for webhook signature verification in README (03f4b45)
- docs: remove unnecessary password parameter from example (77c9134)
- multipart encoding for file arrays (5f02f3a)
- webhooks: encode webhook key in Base64 before verification (db0b711)
Documentation
- add webhook verification section to README (ceb1927)
Refactors
- AITags to singular AITag schema with array items pattern (01a4f00)
v4.3.0
4.3.0 (2026-04-06)
Full Changelog: v4.2.0...v4.3.0
Features
- api: add support for x_center, y_center, and anchor_point in overlay positioning (dcbcf76)
- api: dpr type update (650aa0f)
- api: Introduce lxc, lyc, lap parameters in overlays. (5a87ef0)
- api: revert dpr breaking change (525e6a8)
- client: add webhook support (2a65217)
Bug Fixes
- align path encoding with RFC 3986 section 3.3 (88f5590)
- client: add types for path params, and update structure of unions nested in params (dd1e1ec)
- client: always add content-length to post body, even when empty (e156b70)
- client: loosen json header parsing (9fc1fc6)
- client: serialize query parameters properly (bbfc6e0)
- internal: correct multipart form field name encoding (f3c20a9)
- properly mock time in ruby ci tests (8f0a0a9)
- variable name typo (1d32dc3)
Chores
- ci: add build step (c213724)
- ci: skip lint on metadata-only changes (62e401f)
- ci: skip uploading artifacts on stainless-internal branches (fbc0465)
- ci: support opting out of skipping builds on metadata-only commits (af71b49)
- docs: remove www prefix (a4b9610)
- internal: remove mock server code (c8aa3b8)
- internal: tweak CI branches (125e8b4)
- internal: update gitignore (741331c)
- update mock server docs (1e5ed9e)
- update placeholder string (cff7f1b)
v4.2.0
4.2.0 (2026-02-02)
Full Changelog: v4.1.2...v4.2.0
Features
- api: add customMetadata property to folder schema (8038b9e)
Bug Fixes
- api: add missing embeddedMetadata and video properties to FileDetails (898add4)
v4.1.2
v4.1.1
4.1.1 (2026-01-20)
Full Changelog: v4.1.0...v4.1.1
Bug Fixes
- vocab field is required (1ebdd2d)
Chores
- internal: update
actions/checkoutversion (1e2d69e)
v4.1.0
4.1.0 (2026-01-16)
Full Changelog: v4.0.0...v4.1.0
Features
- add layer_mode property to overlays and new transformation options (97042ce)
- api: Add saved extensions API and enhance transformation options (f1dc75e)
Bug Fixes
- add ai-tasks property to response schemas with enum values (aad5e54)
- better thread safety via early initializing SSL store during HTTP client creation (2bc0835)
- calling
breakout of streams should be instantaneous (55bf4a9) - issue where json.parse errors when receiving HTTP 204 with nobody (dd32cb1)
- remove redundant base64 require statement (4c73b42)
Chores
- bump dependency version and update sorbet types (8d89fb2)
- client: send user-agent header (796027d)
- explicitly require "base64" gem (1b4181d)
- internal: codegen related update (3a93def)
- internal: codegen related update (4c161f0)
- move
cgiinto dependencies for ruby 4 (54261ef)