Skip to content

v4.1.0

Choose a tag to compare

@stainless-app stainless-app released this 16 Jan 08:42
22321f4

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 break out 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 cgi into dependencies for ruby 4 (54261ef)

Documentation

  • prominently feature MCP server setup in root SDK readmes (777f8cf)
  • remove MCP Server section from README (db0f71c)