Speakeasy Logo

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

Choose a changelog

v1.478.2

// January 30, 2025

fix: python generation with no global server_url and PHP 9.3 support (#1238)

Generator changes (2)

Bug fixes

php

dont rely on 9.4 array_all

Bug fixes

pythonv2

allow for no global server url on pythonv2 sdks

v1.478.1

// January 30, 2025

chore: bump -core version (#1237)

No generator changes

v1.478.0

// January 30, 2025

feat: Terraform multiple success status codes, TypeScript eslint 9 upgrade, TypeScript webhook hex and base64url signature formats (#1236)

Generator changes (4)

Bug fixes

go

use separate namespaces per ruleset

Bug fixes

terraform

Support multiple success status codes

Chores

typescriptv2

upgrade to ESLint 9

New features

typescriptv2

add support for hex and base64 url encodings for signatures

v1.477.2

// January 29, 2025

fix: php and python bug fixes (#1235)

Generator changes (15)

Bug fixes

csharp

sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created

Bug fixes

go

sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created

Bug fixes

javav2

sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created

Bug fixes

mockserver

sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created

Bug fixes

php

sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created

+10 more changes

v1.477.1

// January 29, 2025

chore: studio: emit more events from workflow.runSource and fix overlays (#1234)

No generator changes

v1.477.0

// January 28, 2025

feat: Terraform x-speakeasy-soft-delete-property, testing example.file fixes (#1233)

Generator changes (1)

New features

terraform

Initial support for x-speakeasy-soft-delete-property

v1.476.3

// January 28, 2025

chore: jsonpath upgrade attempt 2 (#1232)

No generator changes

v1.476.2

// January 27, 2025

chore: Bump the github-actions-minor-and-patch group with 2 updates (#1231)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.476.1

// January 25, 2025

chore: revert "feat: jsonpath upgrade, new default module format for ts (#1230)" (unexpected additional changes)

No generator changes

v1.476.0

// January 24, 2025

feat: jsonpath upgrade, new default module format for ts (#1230)

Generator changes (1)

Chores

typescriptv2

update default module format for TS

v1.475.0

// January 24, 2025

feat: make gen config path not required (#1228)

No generator changes

v1.474.1

// January 24, 2025

fix: register finalizer to close httpx clients (#1229)

Generator changes (1)

Bug fixes

pythonv2

register finalizer function to close httpx clients and document context manager usage

v1.474.0

// January 23, 2025

feat: updates to run with configs (#1226)

No generator changes

v1.473.0

// January 23, 2025

feat: enhance array union handling and operation mapping; various fixes and improvements (#1227)

Generator changes (13)

Bug fixes

go

Ensure required global parameter values are always written

Bug fixes

php

increase testbench minimum version to get past insecure older laravel version

New features

php

add initial support for sliceUnions

New features

pythonv2

Bump Python minimum version to 3.9 as 3.8 has been end-of-life since October 2024

Bug fixes

pythonv2

Upgrade mypy to 1.14.1 to prevent Python 3.13 errors

+8 more changes

v1.472.1

// January 23, 2025

chore: fix change detection when there is a single registry source as an input (#1218)

No generator changes

v1.472.0

// January 23, 2025

feat: autocomplete works with tilde and absolute dirs (#1216)

No generator changes

v1.471.0

// January 23, 2025

feat: add regeneration path for config in changes in studio (#1225)

No generator changes

v1.470.1

// January 22, 2025

chore: hide update banner when pinned

No generator changes

v1.470.0

// January 22, 2025

feat: promote speakeasy version on successful run (#1224)

No generator changes

v1.469.12

// January 21, 2025

fix: match globals and params on public name in TypeScript and update dependencies (#1223)

Generator changes (2)

Bug fixes

typescriptv2

update vitest and tshy dependencies

Bug fixes

typescriptv2

match globals and params on public name in TS

v1.469.11

// January 20, 2025

fix: unpin python dependencies (#1222)

Generator changes (1)

Bug fixes

pythonv2

unpin pythonv2 dependencies

v1.469.10

// January 20, 2025

fix: fixed handling of additional dependencies and running of python tests

Generator changes (1)

Bug fixes

pythonv2

fixed handling of additional dependencies and running of python tests

v1.469.9

// January 20, 2025

fix: fixed generation of discriminated union snippets

Generator changes (2)

Bug fixes

go

fixed generation of discriminated union snippets

Bug fixes

mockserver

fixed generation of discriminated union snippets

v1.469.8

// January 20, 2025

fix: fixed handling of any fields in tests and usage snippets

Generator changes (1)

Bug fixes

go

fixed handling of any fields in tests and usage snippets