Speakeasy Logo

Follow us on to be up
to date with the latest 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

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