Speakeasy Logo

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

Choose a changelog

v1.485.0

// February 6, 2025

feat: support business testing account type (#1252)

No generator changes

v1.484.1

// February 4, 2025

fix: ensure authorization headers not duplicated in java, and fix security sources in php

Generator changes (2)

Bug fixes

javav2

javav2 - ensure authorization headers not duplicated GEN-954

Bug fixes

php

setSecuritySource when setting security while flattened.

v1.484.0

// February 4, 2025

feat: PHP additionalProperties, PHP union/array serialization, Terraform nullable array (#1248)

Generator changes (2)

New features

php

introduce additionalProperties support

Bug fixes

terraform

Support nullable array types

v1.483.0

// February 3, 2025

feat: start writing test cli events (#1246)

Generator changes (1)

Bug fixes

php

only generate prerequisite objects when actually needed

v1.482.0

// February 3, 2025

feat: code samples config path (#1243)

No generator changes

v1.481.2

// February 3, 2025

chore: Bump actions/setup-python from 5.3.0 to 5.4.0 in the github-actions-minor-and-patch group (#1245)

No generator changes

Speakeasy Bot

Speakeasy Bot

View on Github

v1.481.1

// January 31, 2025

chore: add shell and script usage to pythonv2 docs (#1242)

Generator changes (1)

Chores

pythonv2

add "Shell and script usage with uv" subsection to readme

v1.481.0

// January 31, 2025

feat: Terraform deprecated and x-speakeasy-deprecation-message, Terraform x-speakeasy-soft-delete-property fix, TypeScript Blob type fix with raw requests (#1241)

Generator changes (4)

Refactor

pythonv2

Add tests to validate resiliancy of python SDK.

Bug fixes

terraform

Prevent Value Conversion Error with x-speakeasy-soft-delete-property usage in data resources

New features

terraform

Support OAS deprecated property and x-speakeasy-deprecation-message annotation for schema attributes

Bug fixes

typescriptv2

try to use Blob type in raw requests

v1.480.1

// January 31, 2025

fix: ask for which target to test if multiple targets present in workflow and includes various fixes for testing in general (#1240)

Generator changes (12)

Bug fixes

csharp

fixed handling of default fields in usage snippets and tests, fixed validation of required schema property

Bug fixes

go

fixed handling of default fields in usage snippets and tests, fixed validation of required schema property

Bug fixes

javav2

fixed handling of default fields in usage snippets and tests, fixed validation of required schema property

Bug fixes

mockserver

fixed handling of default fields in usage snippets and tests, fixed validation of required schema property

Bug fixes

php

fixed handling of default fields in usage snippets and tests, fixed validation of required schema property

+7 more changes

v1.480.0

// January 30, 2025

feat: expose non overlay usage snippet package

No generator changes

v1.479.0

// January 30, 2025

feat: expose non overlay usage snippet package

No generator changes

v1.478.3

// January 30, 2025

chore: set bundle createdAt to zero time (#1239)

No generator changes

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