Skip to content

Releases: browserbase/stagehand-go

v3.19.3

03 Apr 19:27

Choose a tag to compare

3.19.3 (2026-04-03)

Full Changelog: v3.18.0...v3.19.3

Features

  • internal: support comma format in multipart form encoding (35ad44d)
  • Replace default model used in server-v3 api spec examples (f02ee1b)

Bug Fixes

  • prevent duplicate ? in query params (dd60ddd)

Chores

  • ci: support opting out of skipping builds on metadata-only commits (624eaa5)
  • client: fix multipart serialisation of Default() fields (e8161f4)
  • internal: support default value struct tag (e13c5ec)
  • remove unnecessary error check for url parsing (f1225a4)
  • update docs for api:"required" (ebba897)

v3.18.0

25 Mar 23:17

Choose a tag to compare

3.18.0 (2026-03-25)

Full Changelog: v3.11.0...v3.18.0

Features

  • [fix]: add useSearch & toolTimeout to stainless types (0151c5d)
  • [STG-1607] Yield finished SSE event instead of silently dropping it (0d81aaa)
  • Add explicit SSE event names for local v3 streaming (148f0cb)
  • Add missing cdpHeaders field to v3 server openapi spec (a765d54)
  • Include LLM headers in ModelConfig (e71431f)
  • Revert broken finished SSE yield config (5c17c05)
  • variables for observe (1b2c60e)

Chores

  • ci: skip lint on metadata-only changes (06eb701)
  • ci: skip uploading artifacts on stainless-internal branches (ede6cc4)
  • internal: codegen related update (45e9bdf)
  • internal: codegen related update (2a74ae5)
  • internal: minor cleanup (19ffdb3)
  • internal: tweak CI branches (adfa7c1)
  • internal: update gitignore (d2896eb)
  • internal: use explicit returns (494cd9b)
  • internal: use explicit returns in more places (10e6358)

v3.11.0

25 Feb 23:05

Choose a tag to compare

3.11.0 (2026-02-25)

Full Changelog: v3.10.2...v3.11.0

Features

  • Add bedrock to provider enum in Zod schemas and OpenAPI spec (1996924)

Chores

  • internal: move custom custom json tags to api (2a8a674)

v3.10.2

20 Feb 05:57

Choose a tag to compare

3.10.2 (2026-02-20)

Full Changelog: v3.10.1...v3.10.2

Bug Fixes

  • allow canceling a request while it is waiting to retry (73603de)

Chores

  • internal: remove mock server code (7123117)
  • update mock server docs (1bea98f)

v3.10.1

19 Feb 04:50

Choose a tag to compare

3.10.1 (2026-02-19)

Full Changelog: v3.10.0...v3.10.1

Bug Fixes

  • client: use correct format specifier for header serialization (b1cc5fc)

v3.10.0

18 Feb 01:47

Choose a tag to compare

3.10.0 (2026-02-18)

Full Changelog: v3.9.1...v3.10.0

Features

  • randomize region used for evals, split out pnpm and turbo cache, veri… (389c467)

v3.9.1

11 Feb 05:38

Choose a tag to compare

3.9.1 (2026-02-11)

Full Changelog: v3.9.0...v3.9.1

Bug Fixes

  • encoder: correctly serialize NullStruct (bec2a55)

v3.9.0

02 Feb 23:24

Choose a tag to compare

3.9.0 (2026-02-02)

Full Changelog: v3.8.0...v3.9.0

Features

  • Add executionModel serialization to api client (bacdbb3)
  • Removed MCP from readme for now (f510522)
  • Update stainless.yml for project and publish settings (762a017)

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (9e5fdb8)

v3.8.0

27 Jan 17:42

Choose a tag to compare

3.8.0 (2026-01-27)

Full Changelog: v3.7.0...v3.8.0

Features

  • add auto-bedrock support based on bedrock/provider.model-name (1bd5e50)

v3.7.0

27 Jan 01:51

Choose a tag to compare

3.7.0 (2026-01-27)

Full Changelog: v3.6.1...v3.7.0

Features