No generator changes
No generator changes
fix: Ensure Terraform provider basic and oauth security attributes remain optional when expected
Generator changes (1)
Bug fixes
terraform
Ensure provider basic and oauth security attributes remain optional when expected
feat: PHP bigint/decimal support and graceful SSE termination in TypeScript (#1016)
Generator changes (3)
New features
php
add support for big integers
New features
php
add support for complex decimal values
Bug fixes
typescriptv2
support for gracefully aborting SSE streams
No generator changes
feat: Improved method argument handling in PHP, prevent pydantic union_tag_invalid errors on Python 3.11 and later
Generator changes (2)
New features
php
add support for method arguments configuration.
Bug fixes
pythonv2
Prevent pydantic union_tag_invalid errors on Python 3.11 and later
feat: we should no longer populate speakeasy version in new actions (#1011)
No generator changes
No generator changes
fix: support specs with no responses section for error-codes suggest (#1005)
No generator changes
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the github-actions-minor-and-patch group across 1 directory (#1008)
No generator changes

Speakeasy Bot
No generator changes
No generator changes
No generator changes
feat: Terraform update to terraform-plugin-framework v1.12.0, Go/Terraform fixes to always ensure response body is closed after reading
Generator changes (3)
Bug fixes
go
ensure response body is closed after reading
Bug fixes
terraform
ensure response body is closed after reading
New features
terraform
Update to terraform-plugin-framework@v1.12.0, Go 1.22, and support namespaced function calls in configuration formatting
feat: Export python package metadata, ensure OAuth2 client credentials hook logic in Go/Terraform is valid for multiple security schemas
Generator changes (3)
Bug fixes
go
Ensure valid OAuth2 client credentials hook logic when using multiple security schemes
New features
pythonv2
export python package metadata
Bug fixes
terraform
Ensure valid OAuth2 client credentials hook logic when using multiple security schemes
fix: Minor performance improvements for boilerplate file generation, update generator compilation internals
Generator changes (1)
New features
mockserver
Support oauth2 and openIdConnect Authorization header assertions
Generator changes (2)
Bug fixes
pythonv2
handle error responses in SSE methods
Bug fixes
typescriptv2
show deprecated standalone functions in readme
feat: const/default support php, laravel support php, fix linting issue with nested specs (#996)
Generator changes (2)
New features
php
add support for const and default values. Beware argument ordering changes.
New features
php
add config to allow you to generate a laravel provider if you so desire