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)