Speakeasy Logo

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

Choose a changelog

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

v1.469.7

// January 20, 2025

fix: fixed detection of docker presence

No generator changes

v1.469.6

// January 20, 2025

fix: fixed handling of processes cross-platform

Generator changes (1)

Bug fixes

go

fixed templating of union usage in nullable fields

v1.469.2

// January 19, 2025

fix: various fixes to test and example generation based on customer specs

Generator changes (5)

Bug fixes

go

fixes to test and example generation

Bug fixes

javav2

fixes to test and example generation

Bug fixes

mockserver

fixes to test and example generation

Bug fixes

pythonv2

fixes to test and example generation

Bug fixes

typescriptv2

fixes to test and example generation

v1.469.1

// January 17, 2025

fix: add missing packagist username secret (#1221)

No generator changes

v1.469.0

// January 17, 2025

feat: studio free form editing of spec (#1217)

No generator changes

v1.468.9

// January 16, 2025

fix: include missing package.json files in npm packages for SDKs using dual (esm+cjs) build (#1219)

Generator changes (1)

Bug fixes

typescriptv2

publish `dist/*/package.json` in dual mode

v1.468.8

// January 15, 2025

fix: improve error handling, templating, and Python config options (#1215)

Generator changes (18)

Bug fixes

csharp

handle 4XX and 5XX error ranges seperately

Bug fixes

csharp

escape template sensitive characters in examples

Bug fixes

go

handle 4XX and 5XX error ranges seperately

Bug fixes

javav2

handle 4XX and 5XX error ranges seperately

Bug fixes

javav2

escape template sensitive characters in examples

+13 more changes

v1.468.7

// January 15, 2025

fix: fixed mockserver logging on non-standard operationIds and improved terraform readmes

Generator changes (5)

Bug fixes

go

fixed handling of non-standard operationIds in mockserver request logging

Bug fixes

javav2

fixed handling of non-standard operationIds in mockserver request logging

Bug fixes

mockserver

fixed handling of non-standard operationIds in mockserver request logging

Bug fixes

pythonv2

fixed handling of non-standard operationIds in mockserver request logging

Bug fixes

typescriptv2

fixed handling of non-standard operationIds in mockserver request logging

v1.468.6

// January 14, 2025

fix: respect untracked file patterns when cleaning (#1212)

No generator changes

v1.468.5

// January 14, 2025

fix: various fixes to test generation ensuring correct values are used

Generator changes (5)

Bug fixes

go

various fixes to test generation to ensure correct values are used

Bug fixes

javav2

various fixes to test generation to ensure correct values are used

Bug fixes

mockserver

various fixes to test generation to ensure correct values are used

Bug fixes

pythonv2

various fixes to test generation to ensure correct values are used

Bug fixes

typescriptv2

various fixes to test generation to ensure correct values are used

v1.468.4

// January 14, 2025

fix: revert change in pythonv2 causing breaking changes in property conflict resolutions, fixes for tests, readme generation and golang deprecation comments

Generator changes (10)

Bug fixes

go

avoid setting request header for relevant operations

Bug fixes

go

avoid setting `Content-Type: */*` request header for relevant operations

Bug fixes

go

generate valid deprecated comments in Go

Bug fixes

go

fixed mockserver handling of ambigous routes and missing test data

Bug fixes

javav2

fixed mockserver handling of ambigous routes and missing test data

+5 more changes

v1.468.3

// January 13, 2025

fix: check if file exists before asking for auth (#1211)

No generator changes