Speakeasy Logo

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

Choose a changelog

v1.500.1

// February 21, 2025

fix: handle cases where no servers key is defined in the spec (#1279)

Generator changes (1)

New features

terraform

Support maps of double, float, int32, and number

v1.500.0

// February 21, 2025

feat: add --env CLI flag for MCP server (#1278)

Generator changes (2)

Bug fixes

pythonv2

update junit-xml pytest arg

New features

typescriptv2

add --env CLI flag for MCP server

v1.499.0

// February 21, 2025

feat: testing security defaults (#1277)

Generator changes (10)

New features

go

Upgrade Go module minimum version to 1.22

New features

go

default security val in initial sdk test

New features

javav2

default security val in initial sdk test

New features

pythonv2

support openapi specs without server urls

Bug fixes

terraform

Correctly render examples for supported map types

+5 more changes

v1.498.1

// February 20, 2025

fix: add missing shebang to mcp server bin file (#1276)

Generator changes (1)

Bug fixes

typescriptv2

add missing shebang directive to generated bin file

v1.498.0

// February 20, 2025

feat: generate model context protocol servers (#1274)

Generator changes (2)

Bug fixes

php

improve query and path param encoding of dates and enums.

New features

typescriptv2

generate an MCP server that is bundled with the TypeScript SDK

v1.497.1

// February 20, 2025

Update README.md

No generator changes

v1.497.0

// February 19, 2025

feat: test report links output from interactive test cmd (#1271)

No generator changes

v1.496.0

// February 19, 2025

feat: Terraform initial deepObject style query parameter support, various language fixes for operationId with special characters, Go fix boolean const imports (#1273)

Generator changes (6)

Bug fixes

csharp

Prevent compilation errors with variable naming due to special characters in operationId

Bug fixes

go

Prevent unused import error with boolean const usage

Bug fixes

go

Prevent compilation errors with test naming due to special characters in operationId

Bug fixes

javav2

Prevent compilation errors with test naming due to special characters in operationId

Bug fixes

pythonv2

Prevent compilation errors with test naming due to special characters in operationId

+1 more changes

v1.495.2

// February 19, 2025

chore: Remove outdated local CLI documentation (#1272)

No generator changes

v1.495.1

// February 19, 2025

fix: SDK hook base URL fixes, represent maps/arrays that can contain null, PHP and Python import fixes (#1270)

Generator changes (9)

Bug fixes

csharp

represent maps/arrays that can contain null

Bug fixes

go

represent maps/arrays that can contain null

Bug fixes

php

represent maps/arrays that can contain null

Bug fixes

pythonv2

represent maps/arrays that can contain null

Bug fixes

pythonv2

Ensure support for multiple credentials methods

+4 more changes

v1.495.0

// February 19, 2025

feat: boostrapping tests should compile (#1269)

No generator changes

v1.494.0

// February 18, 2025

feat: improved name resolution, return APIPromise from TS functions and more (#1267)

Generator changes (11)

Chores

csharp

add server variables to usage snippet in server README section

Bug fixes

go

circular reference handling in usage snippets

Chores

go

add server variables to usage snippet in server README section

Chores

javav2

add server variables to usage snippet in server README section

New features

mockserver

modify title

+6 more changes

v1.493.2

// February 17, 2025

chore: Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 in the github-actions-minor-and-patch group (#1264)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.493.1

// February 17, 2025

chore: Enable golangci-lint in CI for go vet reports (#1266)

No generator changes

v1.493.0

// February 14, 2025

feat: speakeas configure tests improvements (#1263)

No generator changes

v1.492.0

// February 13, 2025

feat: speakeasy configure tests command (#1258)

No generator changes

v1.491.0

// February 13, 2025

feat: Go 1.24 performance enhancements, C#, PHP, Python fixes for nullable pagination cursors, Go fix for default form query parameters (#1259)

Generator changes (5)

Bug fixes

csharp

handle nullable non-numeric pagination cursor

Bug fixes

go

Ensure default form query values are sent when not configured

Bug fixes

php

handle nullable non-numeric pagination cursor

Bug fixes

pythonv2

handle nullable non-numeric pagination cursor

Bug fixes

unity

handle nullable non-numeric pagination cursor

v1.490.0

// February 12, 2025

feat: Terraform improved float/int32 number format handling (#1257)

Generator changes (15)

Bug fixes

go

Prevent generation errors with {{ character sequences in default values

Bug fixes

go

skip linting of deprecation messages to allow for generation

Bug fixes

go

correctly skip tests for disabled operations

New features

go

support env vars in requests and parameters

Bug fixes

javav2

correctly skip tests for disabled operations

+10 more changes

v1.489.1

// February 12, 2025

fix: fixes to request example retrieval and example updates in specs

Generator changes (3)

Bug fixes

go

fixes to request example retrieval and example updates in specs

Bug fixes

pythonv2

fixes to request example retrieval and example updates in specs

Bug fixes

typescriptv2

fixes to request example retrieval and example updates in specs

v1.489.0

// February 12, 2025

feat: added various features and fixes for testing, PHP, Java, lining and security

Generator changes (11)

Bug fixes

csharp

fixes to handling of security at both global and operation level especially for oauth2

Bug fixes

go

fixes to handling of security at both global and operation level especially for oauth2

New features

javav2

java - remove apache httpclient GEN-855

Bug fixes

javav2

fixes to handling of security at both global and operation level especially for oauth2

Bug fixes

php

fixes to handling of security at both global and operation level especially for oauth2

+6 more changes

v1.488.0

// February 10, 2025

feat: populate version in testing CLI events (#1255)

No generator changes

v1.487.1

// February 7, 2025

fix: skip predefined publish config sections when running `speakeasy configure targets` (#1253)

No generator changes

v1.487.0

// February 6, 2025

feat: sdk testing for business type

Generator changes (3)

New features

go

support testing for business accounts

New features

pythonv2

support testing for business accounts

New features

typescriptv2

support testing for business accounts

v1.486.0

// February 6, 2025

feat: Testing example case insensitivity with x-speakeasy-test-security, Go support for const query parameters, Terraform custom HTTP headers (#1251)

Generator changes (5)

Bug fixes

go

Prevent compilation errors and panics with const query parameters

New features

go

make testing security example matching more forgiving

New features

pythonv2

make testing security example matching more forgiving

New features

terraform

Support provider configuration for enabling custom HTTP headers

New features

typescriptv2

make testing security example matching more forgiving