Speakeasy Logo

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

Choose a changelog

v1.592.0

// July 28, 2025

feat: support Anthropic Desktop Extensions for MCP targets (#1530)

Generator changes (12)

Chores

csharp

make usage snippets parsable

Chores

go

make usage snippets parsable

Chores

javav2

make usage snippets parsable

New features

mcp-typescript

generate Desktop Extensions for streamlined MCP installation

Chores

mcp-typescript

make usage snippets parsable

+7 more changes

v1.591.0

// July 28, 2025

feat: improved the quickstart mcp flow (#1528)

No generator changes

v1.590.0

// July 25, 2025

feat: Improve installation instructions for mcp. Improve installation instructions when deployed remotely. Roll out fixes related to error handling, logging and types for mcp. Fix memory limit issue when running pint command and make dependency constraints more flexible for php target (#1529)

Generator changes (4)

Bug fixes

mcp-typescript

nested custom security schemes, logging and error handling

Docs

mcp-typescript

New instructions for installing MCP in readme and client's landing page

Bug fixes

php

Remove memory limit while running pint command

Bug fixes

php

update PHP dependency version constraints to be more flexible

v1.589.0

// July 24, 2025

feat: Support modulePath, sdkPackageAlias, and sdkPackageName configurations in Go (#1525)

Generator changes (1)

New features

go

Support modulePath, sdkPackageAlias, and sdkPackageName configurations

v1.588.1

// July 24, 2025

fix: nil pointer dereference in openapi changes (#1526)

No generator changes

v1.588.0

// July 24, 2025

feat: datasource validators (tf), java better toString() on errors, improved linting rules on server url, upgrade to pytest-asyncio for python tests.

Generator changes (3)

Bug fixes

javav2

java - render body as string in SDK Error toString() method

Bug fixes

pythonv2

Update pytest dependencies for improved async handling

New features

terraform

validators for datasource inputs

v1.587.2

// July 24, 2025

chore: Add MCP Servers to bullet points in Speakeasy --help (#1524)

No generator changes

v1.587.1

// July 23, 2025

chore: Upload latest Studio OAS to registry and regenerate SDK (#1522)

No generator changes

v1.587.0

// July 23, 2025

feat: Terraform map of map types support, TypeScript additional function name sanitization (#1521)

Generator changes (3)

Bug fixes

terraform

Ensure support of x-speakeasy-entity-operation mappings with sequences

New features

terraform

Support map of maps with primitive types

Bug fixes

typescriptv2

sanitize reserved keywords in function names to prevent compilation errors

v1.586.0

// July 22, 2025

feat: Java Gradle 8.14, Terraform support object null default with array (#1520)

Generator changes (2)

New features

javav2

upgrade Gradle from 8.5 to 8.14

Bug fixes

terraform

Prevent compilation error for null object default with array properties

v1.585.0

// July 22, 2025

feat: Alphabetize auth switch command (#1519)

No generator changes

v1.584.0

// July 21, 2025

feat: Make Sorbet dependency optional via conditional compilation guards (#1518)

Generator changes (2)

New features

javav2

separate logging section from installation in Java v2 SDK README

Chores

ruby

add typingStrategy for disabling sorbet

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