Speakeasy Logo

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

Choose a changelog

v1.583.1

// July 21, 2025

fix: remove TS as an MCP target (#1517)

No generator changes

v1.583.0

// July 18, 2025

feat: Cloudflare MCP deployment support & stability fixes (#1515)

Generator changes (2)

Bug fixes

mcp-typescript

Prevent wrangler.toml compatibility_date churn

New features

mcp-typescript

support cloudflare deployments

v1.582.0

// July 15, 2025

feat: Java async SDK client, prevent duplicate error types in all targets, MCP Typescript ensure README automatically removes publishing tip (#1513)

Generator changes (1)

Chores

mcp-typescript

Ensure README automatically removes publishing tip after publishing

v1.581.2

// July 14, 2025

chore: Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in the github-actions-minor-and-patch group (#1511)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.581.1

// July 14, 2025

fix: Sort resource SDK methods by name to prevent code churn (TF), prepare async API support in Java (#1512)

Generator changes (1)

Bug fixes

terraform

Sort resource SDK methods by name to prevent code churn

v1.581.0

// July 11, 2025

feat: speakeasy quickstart --mcp (#1508)

No generator changes

v1.580.2

// July 10, 2025

fix: Async iterator for typescript (#1509)

Generator changes (1)

Bug fixes

typescriptv2

event-streams async iterable typing

v1.580.1

// July 9, 2025

fix: zod to ^3 (#1507)

Generator changes (1)

Bug fixes

typescriptv2

[force-gen] limit zod version to ^3

v1.580.0

// July 8, 2025

feat: Add testproject for Ruby, fix missing title and description in main usage examples when using x-speakeasy-globals (#1505)

Generator changes (10)

Bug fixes

csharp

Fix missing title and description in main usage examples when using x-speakeasy-globals

Bug fixes

go

Fix missing title and description in main usage examples when using x-speakeasy-globals

Bug fixes

javav2

Fix missing title and description in main usage examples when using x-speakeasy-globals

Bug fixes

php

Fix missing title and description in main usage examples when using x-speakeasy-globals

Bug fixes

pythonv2

Fix missing title and description in main usage examples when using x-speakeasy-globals

+5 more changes

v1.579.0

// July 8, 2025

feat: Terraform support primitive enum types for import (#1504)

Generator changes (1)

New features

terraform

Support primitive enum types for import

v1.578.0

// July 8, 2025

feat: Add warning when compilation is skipped (#1501)

No generator changes

v1.577.1

// July 8, 2025

fix: circular import issue with python utils (#1503)

Generator changes (1)

Bug fixes

pythonv2

circular import of utils when error models are mixed with other models

v1.577.0

// July 8, 2025

feat: Support nullable parameters in Java SDKs and Terraform fixes (#1502)

Generator changes (9)

Bug fixes

csharp

prevent namespace clashes in usage snippets

Bug fixes

javav2

handle NPE cases when no globals are defined in the spec

New features

javav2

java - enhance equals/hashCode to support mathematical equivalence

Bug fixes

javav2

java toolchain language version in build.gradle

New features

javav2

support null friendly parameters in methods and builders

+4 more changes

v1.576.1

// July 7, 2025

chore: Bump crazy-max/ghaction-chocolatey from 3.3.0 to 3.4.0 in the github-actions-minor-and-patch group (#1477)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.576.0

// July 7, 2025

feat: Typescript examples directory and SSE fixes. C# usage snippet fixes. Ruby sorbet static type checking. Java usage snippets use environment variables. (#1499)

Generator changes (2)

New features

typescriptv2

add examples directory

Bug fixes

typescriptv2

only import STOP sentinel in schema files where it's used in decoders

v1.575.6

// July 7, 2025

chore: upgrade openapi-overlay to bring in perf improvements (#1498)

No generator changes

v1.575.5

// July 4, 2025

fix: fail immediately when testing fails, don't rollback (#1497)

No generator changes

v1.575.4

// July 3, 2025

fix: (java)avoid relying on gradle toolchains and support customization in discriminated unions; (typescript) use compatible bun-types version (#1496)

Generator changes (3)

Bug fixes

javav2

avoid relying on gradle java toolchains

Bug fixes

javav2

add custom region markers to discriminated union classes

Bug fixes

typescriptv2

pin @types/bun version to last compatible release

v1.575.3

// July 3, 2025

fix: fixed incorrect type imports in usage snippets when not using global imports

No generator changes

v1.575.2

// July 3, 2025

fix: various fixes to testing and globals in python

Generator changes (8)

Bug fixes

go

various fixes to testing to ensure greater compatibility and stability

Bug fixes

go

fixed issues with enum names potentially conflicting with other types

Bug fixes

javav2

various fixes to testing to ensure greater compatibility and stability

Bug fixes

mockserver

various fixes to testing to ensure greater compatibility and stability

Bug fixes

pythonv2

ensure utils import is always added when globals are present in sdk.py template

+3 more changes

v1.575.1

// July 2, 2025

fix: address NPEs in java when accessing globals (#1494)

No generator changes

v1.575.0

// July 2, 2025

feat: provenance tracking (#1488)

No generator changes

v1.574.1

// July 1, 2025

fix: fixed non-functional --disable-mockserver flag for testing

No generator changes

v1.574.0

// July 1, 2025

feat: Java x-speakeasy-error-message, improved equals/hashCode, and toolchain language version, Python error handling, TypeScript MCP Server CLI fixes (#1492)

Generator changes (4)

Bug fixes

mcp-typescript

Prevent stricli 1.2.0 error when not using MCP scopes

New features

pythonv2

introduce base error class and other error handling improvments

New features

typescriptv2

minor improvements to default error message

Bug fixes

typescriptv2

Prevent stricli 1.2.0 error when not using MCP scopes