Generator changes (1)
New features
terraform
Support maps of double, float, int32, and number
Generator changes (2)
Bug fixes
pythonv2
update junit-xml pytest arg
New features
typescriptv2
add --env CLI flag for MCP server
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
Generator changes (1)
Bug fixes
typescriptv2
add missing shebang directive to generated bin file
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
No generator changes
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
No generator changes
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
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
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
No generator changes
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
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
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
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
No generator changes
fix: skip predefined publish config sections when running `speakeasy configure targets` (#1253)
No generator changes
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
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