fix(terraform): Prevent creating attribute validators for invalid or RE2 engine incompatible OAS pattern
Generator changes (1)
Bug fixes
terraform
Prevent creating attribute validators for invalid or RE2 engine incompatible OAS pattern
Generator changes (14)
Bug fixes
csharp
avoid injecting empty 2xx sub-response if `default` status code is available and considered succesful
Bug fixes
go
avoid injecting empty 2xx sub-response if `default` status code is available and considered succesful
Bug fixes
go
show username environment variable in usage snippets
Bug fixes
javav2
avoid injecting empty 2xx sub-response if `default` status code is available and considered succesful
Bug fixes
php
avoid injecting empty 2xx sub-response if `default` status code is available and considered succesful
+9 more changes
Generator changes (1)
Bug fixes
terraform
flattened security env vars
No generator changes
Generator changes (1)
Bug fixes
csharp
fix conflicting namespaces and classnames for union types
feat: Implement x-speakeasy-enums in csharp/unity and various bug fixes for csharp/python/terraform/typescript generation
Generator changes (5)
New features
csharp
implement x-speakeasy-enums
Bug fixes
csharp
fix usage templating for discriminated unions
Bug fixes
pythonv2
unflatten per-operation security in python v2 and typescript v2 usage snippets
Bug fixes
terraform
Prevent compilation errors for array type with response only primitive enum items
Bug fixes
typescriptv2
unflatten per-operation security in python v2 and typescript v2 usage snippets
No generator changes
fix: various fixes for pythonv2 include usage snippets, response handling and more
Generator changes (11)
Bug fixes
csharp
fixed usage snippet generation not showing examples for oneOf/anyOf schemas
Bug fixes
go
fixed usage snippet generation not showing examples for oneOf/anyOf schemas
Bug fixes
javav2
fixed usage snippet generation not showing examples for oneOf/anyOf schemas
Bug fixes
php
fixed usage snippet generation not showing examples for oneOf/anyOf schemas
Bug fixes
postman
fixed usage snippet generation not showing examples for oneOf/anyOf schemas
+6 more changes
Generator changes (2)
Chores
csharp
improve NuGet metadata, add support for publishing debug symbols
New features
go
Support URL-based pagination
Generator changes (3)
Bug fixes
pythonv2
handling of renamed object fields using x-speakeasy-name-override
New features
pythonv2
make unset a falsy value
Bug fixes
typescriptv2
handling of renamed object fields using x-speakeasy-name-override
chore: ensure custom plan modifiers are in the same folder as the normal plan modifiers (TF) / only add the changerecord title if there is some sections (PRs) (#821)
Generator changes (1)
Chores
terraform
prefer to keep boilerplate in same folder for plan modifiers
feat(terraform): Automatic Terraform configuration validators for OAS maxLength, maximum, minLength, minimum, and pattern (#817)
Generator changes (2)
New features
terraform
Automatic Terraform configuration validators for OAS maxLength, maximum, minLength, minimum, and pattern
Bug fixes
typescriptv2
drop jsonpath if input is exactly `$`
fix: support defaults and correct usage snippet generation for flattened request bodies for pythonv2
Generator changes (2)
Bug fixes
pythonv2
const and enum discriminator in error unions
Bug fixes
pythonv2
support defaults and correct usage snippet generation for flattened request bodies
Generator changes (4)
New features
pythonv2
Support for deepObject style parameters with BaseModel and Dict
Bug fixes
pythonv2
handle unions with single member correctly
New features
typescriptv2
Support for deepObject style parameters with objects
Bug fixes
typescriptv2
union-with-any fields must be marked optional