Generator changes (3)
Bug fixes
php
fix unclosed parentheses in generated docs
New features
terraform
Support array of empty object types
Bug fixes
terraform
Stable render single selection within oneOf
fix: Go usage snippet formatting, remove compilation tooling requirement (#1297)
Generator changes (1)
Bug fixes
go
ctx indentation in usage snippets
No generator changes
feat: add reusable workflows to test generation and switch to rfc9535 compliant jsonpath library in TypeScript (#1293)
Generator changes (6)
New features
go
added support for reusable workflows in generated tests
New features
javav2
added support for reusable workflows in generated tests
New features
pythonv2
added support for reusable workflows in generated tests
Bug fixes
typescriptv2
handle open enum imports for enumFormat: enum
New features
typescriptv2
introduce rfc9535 compliant jsonpath library
+1 more changes
Generator changes (1)
Bug fixes
typescriptv2
importing open enums with `useIndexModules: true`
Generator changes (7)
Bug fixes
csharp
flat responses with pagination
Bug fixes
go
handle usage snippet templating when no servers are defined in the spec
Bug fixes
go
handle paginated union response
Bug fixes
pythonv2
handle usage snippet templating when no servers are defined in the spec
New features
terraform
Support array of array types
+2 more changes
feat: Ruby test runner improvements, Terraform fix for OAuth2 client credentials with multiple security schemes (#1285)
Generator changes (1)
Bug fixes
terraform
Prevent authentication errors when other API security options are available
feat: support complex security and globals in MCP servers, handle paginated union Go and csharp, prevent terraform compilation error for security schemes named clientCredentials (#1283)
Generator changes (1)
New features
typescriptv2
support all security schemes and sdk globals
Generator changes (2)
Bug fixes
php
match wildcard contentTypes
Bug fixes
typescriptv2
add mcp-server build folder to gitignore
No generator changes
Generator changes (1)
New features
terraform
Support maps of double, float, int32, and number
Generator changes (2)
Bug fixes
pythonv2
update junit-xml pytest arg
New features
typescriptv2
add --env CLI flag for MCP server
Generator changes (10)
New features
go
Upgrade Go module minimum version to 1.22
New features
go
default security val in initial sdk test
New features
javav2
default security val in initial sdk test
New features
pythonv2
support openapi specs without server urls
Bug fixes
terraform
Correctly render examples for supported map types
+5 more changes
Generator changes (1)
Bug fixes
typescriptv2
add missing shebang directive to generated bin file
Generator changes (2)
Bug fixes
php
improve query and path param encoding of dates and enums.
New features
typescriptv2
generate an MCP server that is bundled with the TypeScript SDK
No generator changes
feat: Terraform initial deepObject style query parameter support, various language fixes for operationId with special characters, Go fix boolean const imports (#1273)
Generator changes (6)
Bug fixes
csharp
Prevent compilation errors with variable naming due to special characters in operationId
Bug fixes
go
Prevent unused import error with boolean const usage
Bug fixes
go
Prevent compilation errors with test naming due to special characters in operationId
Bug fixes
javav2
Prevent compilation errors with test naming due to special characters in operationId
Bug fixes
pythonv2
Prevent compilation errors with test naming due to special characters in operationId
+1 more changes
No generator changes
fix: SDK hook base URL fixes, represent maps/arrays that can contain null, PHP and Python import fixes (#1270)
Generator changes (9)
Bug fixes
csharp
represent maps/arrays that can contain null
Bug fixes
go
represent maps/arrays that can contain null
Bug fixes
php
represent maps/arrays that can contain null
Bug fixes
pythonv2
represent maps/arrays that can contain null
Bug fixes
pythonv2
Ensure support for multiple credentials methods
+4 more changes
feat: improved name resolution, return APIPromise from TS functions and more (#1267)
Generator changes (11)
Chores
csharp
add server variables to usage snippet in server README section
Bug fixes
go
circular reference handling in usage snippets
Chores
go
add server variables to usage snippet in server README section
Chores
javav2
add server variables to usage snippet in server README section
New features
mockserver
modify title
+6 more changes