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
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.
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
Generator changes (1)
Bug fixes
php
only generate prerequisite objects when actually needed
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
Generator changes (1)
Chores
pythonv2
add "Shell and script usage with uv" subsection to readme
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