feat: document standalone functions in TS and allow custom token URLs for OAuth2 client credentials in supported languages (#853)
Generator changes (7)
New features
csharp
allow tokenURL to be set explicitly while still supporting a default
New features
go
allow tokenURL to be set explicitly while still supporting a default
New features
javav2
allow tokenURL to be set explicitly while still supporting a default
New features
mockserver
Initial mockserver implementation
New features
pythonv2
allow tokenURL to be set explicitly while still supporting a default
+2 more changes
fix: fixed pythonv2 publishing, re-exporting http client error classes in TS and iteration on test generation
Generator changes (11)
Bug fixes
csharp
improved type matching for examples
Bug fixes
go
deserialization of quoted const string values
Bug fixes
go
improved type matching for examples
Bug fixes
javav2
improved type matching for examples
Bug fixes
pythonv2
improved type matching for examples
+6 more changes
No generator changes
feat: PHP generation target moves to Beta and added TypeScript debug logging feature (#850)
Generator changes (1)
New features
typescriptv2
debug logging interface
Generator changes (15)
Bug fixes
csharp
break infinite loop bug when templating arrays with circular references in usage snippets
Bug fixes
go
break infinite loop bug when templating arrays with circular references in usage snippets
Bug fixes
javav2
javav2 - fix snippet compilation for multiline examples SPE-3944
Bug fixes
javav2
break infinite loop bug when templating arrays with circular references in usage snippets
Bug fixes
php
break infinite loop bug when templating arrays with circular references in usage snippets
+10 more changes
feat: add support for URL-encoded forms in undiscriminated unions C# (#841)
Generator changes (8)
Bug fixes
csharp
fixed documentation of global security schemes
New features
csharp
add support for URL-encoded forms in union serialization
New features
javav2
javav2 - reduce redundant imports in generated code SPE-2486
Bug fixes
javav2
fixed documentation of global security schemes
Bug fixes
pythonv2
ordering of models in file to ensure dependencies come first
+3 more changes
Generator changes (2)
New features
go
env var security overrides for go
Bug fixes
typescriptv2
add core module to gitignore
No generator changes
No generator changes
fix: rendering of const fields in python snippets and updated gitignore rules for TS SDKs (#837)
Generator changes (4)
Bug fixes
go
fixed rendering of const fields with examples in usage snippets
Bug fixes
pythonv2
fixed rendering of const fields with examples in usage snippets
Bug fixes
typescriptv2
fixed rendering of const fields with examples in usage snippets
Bug fixes
typescriptv2
add funcs/ to gitignore
Generator changes (9)
Bug fixes
pythonv2
add --skip-existing to poetry publish script
Bug fixes
pythonv2
fixed various issues with pyright warning/errors
Bug fixes
pythonv2
various fixes to linting and type errors
Bug fixes
pythonv2
fixed issue with page based pagination and flattened request bodies
Bug fixes
terraform
Ensure response only examples are present in resource example documentation
+4 more changes
Generator changes (10)
Bug fixes
csharp
fixed rendering of usage snippets when required security is used with env vars
Bug fixes
go
fixed rendering of usage snippets when required security is used with env vars
Bug fixes
javav2
fixed rendering of usage snippets when required security is used with env vars
Bug fixes
php
fixed rendering of usage snippets when required security is used with env vars
Bug fixes
postman
fixed rendering of usage snippets when required security is used with env vars
+5 more changes