feat: enhance array union handling and operation mapping; various fixes and improvements (#1227)
Generator changes (13)
Bug fixes
go
Ensure required global parameter values are always written
Bug fixes
php
increase testbench minimum version to get past insecure older laravel version
New features
php
add initial support for sliceUnions
New features
pythonv2
Bump Python minimum version to 3.9 as 3.8 has been end-of-life since October 2024
Bug fixes
pythonv2
Upgrade mypy to 1.14.1 to prevent Python 3.13 errors
+8 more changes
chore: fix change detection when there is a single registry source as an input (#1218)
No generator changes
No generator changes
No generator changes
No generator changes
fix: match globals and params on public name in TypeScript and update dependencies (#1223)
Generator changes (2)
Bug fixes
typescriptv2
update vitest and tshy dependencies
Bug fixes
typescriptv2
match globals and params on public name in TS
Generator changes (1)
Bug fixes
pythonv2
unpin pythonv2 dependencies
fix: fixed handling of additional dependencies and running of python tests
Generator changes (1)
Bug fixes
pythonv2
fixed handling of additional dependencies and running of python tests
Generator changes (2)
Bug fixes
go
fixed generation of discriminated union snippets
Bug fixes
mockserver
fixed generation of discriminated union snippets
Generator changes (1)
Bug fixes
go
fixed handling of any fields in tests and usage snippets
Generator changes (1)
Bug fixes
go
fixed templating of union usage in nullable fields
fix: various fixes to test and example generation based on customer specs
Generator changes (5)
Bug fixes
go
fixes to test and example generation
Bug fixes
javav2
fixes to test and example generation
Bug fixes
mockserver
fixes to test and example generation
Bug fixes
pythonv2
fixes to test and example generation
Bug fixes
typescriptv2
fixes to test and example generation
fix: include missing package.json files in npm packages for SDKs using dual (esm+cjs) build (#1219)
Generator changes (1)
Bug fixes
typescriptv2
publish `dist/*/package.json` in dual mode
fix: improve error handling, templating, and Python config options (#1215)
Generator changes (18)
Bug fixes
csharp
handle 4XX and 5XX error ranges seperately
Bug fixes
csharp
escape template sensitive characters in examples
Bug fixes
go
handle 4XX and 5XX error ranges seperately
Bug fixes
javav2
handle 4XX and 5XX error ranges seperately
Bug fixes
javav2
escape template sensitive characters in examples
+13 more changes
fix: fixed mockserver logging on non-standard operationIds and improved terraform readmes
Generator changes (5)
Bug fixes
go
fixed handling of non-standard operationIds in mockserver request logging
Bug fixes
javav2
fixed handling of non-standard operationIds in mockserver request logging
Bug fixes
mockserver
fixed handling of non-standard operationIds in mockserver request logging
Bug fixes
pythonv2
fixed handling of non-standard operationIds in mockserver request logging
Bug fixes
typescriptv2
fixed handling of non-standard operationIds in mockserver request logging
No generator changes
Generator changes (5)
Bug fixes
go
various fixes to test generation to ensure correct values are used
Bug fixes
javav2
various fixes to test generation to ensure correct values are used
Bug fixes
mockserver
various fixes to test generation to ensure correct values are used
Bug fixes
pythonv2
various fixes to test generation to ensure correct values are used
Bug fixes
typescriptv2
various fixes to test generation to ensure correct values are used
fix: revert change in pythonv2 causing breaking changes in property conflict resolutions, fixes for tests, readme generation and golang deprecation comments
Generator changes (10)
Bug fixes
go
avoid setting request header for relevant operations
Bug fixes
go
avoid setting `Content-Type: */*` request header for relevant operations
Bug fixes
go
generate valid deprecated comments in Go
Bug fixes
go
fixed mockserver handling of ambigous routes and missing test data
Bug fixes
javav2
fixed mockserver handling of ambigous routes and missing test data
+5 more changes
No generator changes