Speakeasy Logo

Follow us on to be up
to date with the latest changes.

Choose a changelog

v1.601.1

// August 12, 2025

Update README.md

No generator changes

v1.601.0

// August 11, 2025

feat: Python uv support, Terraform JSON attribute improvements, MCP TypeScript usage snippets (#1555)

Generator changes (3)

New features

pythonv2

support for uv package manager

New features

terraform

Automatically prevent inconsequential plan differences for JSON encoded attributes

New features

typescriptv2

allow configuration of SDK construction in the generated usage examples

v1.600.2

// August 8, 2025

chore: make slight change in PR messages (#1554)

No generator changes

v1.600.1

// August 8, 2025

chore: Skip TestQuickstart/ruby on Windows for now (#1551)

No generator changes

v1.600.0

// August 8, 2025

feat: TypeScript SDK constructor usage customization, Go additional retry logic, Java security example fix (#1552)

Generator changes (1)

Bug fixes

go

Automatically retry safe and idempotent HTTP methods on broken pipe and connection reset errors

v1.599.1

// August 8, 2025

chore: Make PR description pretty (#1553)

No generator changes

v1.599.0

// August 7, 2025

feat: Ruby beta, Go additional connection close error handling, MCP TypeScript CloudFlare fix, baseErrorName/defaultErrorName defaults (#1550)

Generator changes (5)

Bug fixes

go

Additional support for connection close/reset errors with retryConnectionErrors enabled

Bug fixes

mcp-typescript

generate mcp-typescript cf worker from OASs that have no security

Bug fixes

pythonv2

baseErrorName and defaultErrorName defaults for new SDKs

New features

ruby

Promote Ruby to beta maturity

Bug fixes

terraform

Additional support for connection close/reset errors with retryConnectionErrors enabled

v1.598.4

// August 7, 2025

fix: fix regression introduced in openapi spec change summary due to code refactoring. (#1549)

No generator changes

v1.598.3

// August 6, 2025

fix: mark validation step as failed if there are lint errors (#1547)

No generator changes

v1.598.2

// August 6, 2025

chore: Parallelize quickstart integration testing (#1545)

No generator changes

v1.598.1

// August 6, 2025

fix: typescript-eslint dependency resolution, Python None return type hinting (#1544)

Generator changes (2)

Bug fixes

pythonv2

add return type hint for methods returning None

Bug fixes

typescriptv2

Prevent dependency version mismatch between typescript 5.8 and typescript-eslint versions earlier than 8.26.0

v1.598.0

// August 5, 2025

feat: Terraform support for server URL variables (#1543)

Generator changes (1)

New features

terraform

Initial support for server URL variables via provider configuration and environment variables

v1.597.0

// August 5, 2025

feat: sdk changelog (#1495)

No generator changes

v1.596.2

// August 5, 2025

fix: Fix issues caused by the changes introduced in ArrayBuffer. ArrayBuffer changes were released as part of Typescript 5.9 (#1542)

No generator changes

v1.596.1

// August 4, 2025

Update README.md

No generator changes

v1.596.0

// August 1, 2025

feat(go): support x-speakeasy-token-endpoint-additional-properties (#1541)

Generator changes (2)

Bug fixes

go

Ensure empty string modulePath and packageName pass configuration validation

New features

go

add x-speakeasy-token-endpoint-additional-properties

v1.595.3

// August 1, 2025

fix(typescript): enable reactive consumption of SSE (#1540)

Generator changes (1)

Bug fixes

typescriptv2

enable reactive consumption of SSE

v1.595.2

// August 1, 2025

fix: typescript & python - model referenced before declaration in model files (#1539)

Generator changes (2)

Bug fixes

pythonv2

potential issue referencing models before declaration

Bug fixes

typescriptv2

referencing models before declaration

v1.595.1

// August 1, 2025

fix: issue in typescript consuming full sse streams (#1538)

Generator changes (2)

Bug fixes

typescriptv2

potential issue using enum before declaration in model file

Bug fixes

typescriptv2

event-streams not always consuming the whole stream

v1.595.0

// July 31, 2025

feat: `speakeasy repro` (#1537)

No generator changes

v1.594.0

// July 31, 2025

feat: Terraform pagination support, Go fixes for configuration validation and README installation instructions (#1536)

Generator changes (2)

Bug fixes

go

Always prefer generation configuration for README installation instructions

New features

terraform

Automatically handle x-speakeasy-pagination configuration

v1.593.0

// July 31, 2025

feat: provide support for Go enum strings beginning with dollar sign (#1535)

Generator changes (1)

New features

go

support enums that begin with $

v1.592.2

// July 30, 2025

fix: Typescript zod v3/v4 compatibility. Java Async retries. (#1532)

Generator changes (2)

Chores

mcp-typescript

bump @modelcontextprotocol/sdk version

Bug fixes

typescriptv2

zodv4 compatibility issues

v1.592.1

// July 28, 2025

chore: support local CLI events for creating codesample urls (#1531)

No generator changes