Skip to content

v2.1.0

Choose a tag to compare

@stainless-app stainless-app released this 16 Jan 08:38
3535239

2.1.0 (2026-01-16)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: add GetImageAttributesOptions and ResponsiveImageAttributes schemas; update resource references in main.yaml; remove dummy endpoint (41072da)
  • api: Add saved extensions API and enhance transformation options (1f7e772)
  • api: fix go sdk breaking changes (6cbddff)
  • encoder: support bracket encoding form-data object members (cb3e557)
  • tests: add transformations for radius, color replace, and distort; enhance overlay tests with layer modes (382b9ed)

Bug Fixes

  • add ai-tasks property to response schemas with enum values (0551693)
  • client: correctly specify Accept header with / instead of empty (21a30a4)
  • client: invalid URL (aea74b3)
  • client: properly marshal embedded structs (e55e614)
  • docs: update go get command to include version path in README.md (d7d4c82)
  • mcp: correct code tool API endpoint (b32395e)
  • rename param to avoid collision (5067fd4)
  • skip usage tests that don't work with Prism (429ad75)

Chores

  • add float64 to valid types for RegisterFieldValidator (2dc3cae)
  • bump gjson version (87ad44d)
  • elide duplicate aliases (2f9eee1)
  • internal: codegen related update (23edba8)
  • internal: codegen related update (2fdd961)
  • internal: codegen related update (8877b4f)
  • internal: codegen related update (d83769d)
  • internal: codegen related update (63165ac)
  • internal: grammar fix (it's -> its) (e35e192)
  • remove MCP Server section from README.md (58749a4)

Documentation

  • prominently feature MCP server setup in root SDK readmes (e2a2d90)