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
feat: add env variable globals for go, fixed jsonpath dep usage in typescript, various fixes for python
Generator changes (3)
New features
go
populate globals from env variables
Bug fixes
pythonv2
allow model_ prefixes on model fields
Bug fixes
pythonv2
fixed handling of nullable fields and py.typed detection
fix: fixed mypy errors in pythonv2 SDKs and optional fields in TypeScript SDKs (#810)
Generator changes (12)
Chores
csharp
add CONTRIBUTING.md generation if file doesn't exist
Chores
go
add CONTRIBUTING.md generation if file doesn't exist
Chores
javav2
add CONTRIBUTING.md generation if file doesn't exist
Chores
php
add CONTRIBUTING.md generation if file doesn't exist
Chores
postman
add CONTRIBUTING.md generation if file doesn't exist
+7 more changes
Generator changes (4)
New features
go
support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`
New features
pythonv2
python debug logs
New features
pythonv2
support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`
New features
typescriptv2
support detecting sentinel events in a stream of server-sent events with `x-speakeasy-sse-sentinel`
Generator changes (1)
Bug fixes
pythonv2
revert debug mode feature pending further improvements
Generator changes (2)
New features
go
make usage snippet security sections reference env variables
Bug fixes
pythonv2
class attribute uses default factory for unset
Generator changes (1)
Bug fixes
typescriptv2
update code for detecting simple jsonpath
Generator changes (1)
New features
go
Support for deepObject style parameters
feat: add string union support to pythonv2, allow users to always set retry policy in TS, add python timeout configuration
Generator changes (5)
New features
pythonv2
add support for string unions
New features
pythonv2
adjust timeout config to timeout ms
Bug fixes
pythonv2
fixed typing of the returned Generator type when using SSE with responseFormat: envelop*
New features
typescriptv2
always allow users to pass a retry policy when calling an SDK methods
Bug fixes
typescriptv2
add '.' when stringifying jsonpath tokens