Skip to content

v0.7.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Feb 23:08
8d872ab

0.7.0 (2026-02-25)

Full Changelog: v0.6.1...v0.7.0

Features

  • [docsrevert spec gen changes (a617093)
  • [feat]: add support for local caching of agent when using api (2) (3d9f1bb)
  • add auto-bedrock support based on bedrock/provider.model-name (d2ae617)
  • Add bedrock to provider enum in Zod schemas and OpenAPI spec (6094f1e)
  • Add executionModel serialization to api client (2628417)
  • add v3 integration tests matching cloud exactly (769ed85)
  • api: manual updates (007f9c7)
  • api: manual updates (cb5323a)
  • api: manual updates (ede49b6)
  • client: add connection pooling option (43e1dd6)
  • client: send X-Stainless-Kotlin-Version header (988e6c8)
  • End endpoint cleanup (10ccbd9)
  • Include replay endpoint in stainless spec so SDK clients can get run metrics (e307cff)
  • move Stainless compatibility transforms from gen-openapi.ts into stainless.yml (57d6b94)
  • Multi-region stagehand api support (58093e7)
  • randomize region used for evals, split out pnpm and turbo cache, veri… (10ef9a5)
  • Removed MCP from readme for now (2b8ab62)
  • Update stainless.yml for project and publish settings (65820a9)
  • x-stainless-any fix, optional frame id, ModelConfigString fix (ec581cf)

Bug Fixes

  • client: disallow coercion from float to int (012dbc8)
  • client: fully respect max retries (f8b09f0)
  • client: preserve time zone in lenient date-time parsing (934b350)
  • client: send retry count header for max retries 0 (f8b09f0)
  • date time deserialization leniency (63d6c36)
  • docs: fix mcp installation instructions for remote servers (793e911)
  • set Accept header in more places (93c8fb8)

Chores

  • ci: upgrade actions/github-script (4aa63b9)
  • ci: upgrade actions/setup-java (8b3f116)
  • drop apache dependency (6c15fb1)
  • internal: allow passing args to ./scripts/test (f771390)
  • internal: clean up maven repo artifact script and add html documentation to repo root (2918f13)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (b407a38)
  • internal: depend on packages directly in example (f8b09f0)
  • internal: expand imports (5fdbce4)
  • internal: improve maven repo docs (0723676)
  • internal: make OkHttp constructor internal (a90a520)
  • internal: remove mock server code (894267f)
  • internal: update actions/checkout version (77009b1)
  • internal: update TestServerExtension comment (a422294)
  • internal: update maven repo doc to include authentication (2dead90)
  • internal: upgrade AssertJ (2a37357)
  • make Properties more resilient to null (bccf234)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (63d6c36)
  • update mock server docs (971d983)

Documentation

  • add comment for arbitrary value fields (6fa48db)