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
Generator changes (1)
New features
typescriptv2
make operation timeout available as an extension
Generator changes (91)
Bug fixes
csharp
Use 0666 file mode for writing configuration and lock files
Docs
csharp
fix usage snippets
Docs
csharp
template union docs
New features
csharp
add support for errorUnions
Bug fixes
go
Use 0666 file mode for writing configuration and lock files
+86 more changes
Generator changes (1)
New features
go
always provide retry config options regardless of extension
Generator changes (1)
Bug fixes
terraform
regression relating to combining parameters that also live in request bodies
Generator changes (1)
Bug fixes
terraform
edge case when import a resource with an attribute that in the resource read request had x-speakeasy-match
No generator changes
fix: cleaner python methods, typescript esm fixes and typescript CORS fixes (#789)
No generator changes
fix: nil check in terraform; diff suppression: false takes precedence over implicit rules (#1367)
Generator changes (1)
Bug fixes
terraform
when checking a union member, only do IsNil if it is a composite type