Swagger Codegen Generators v1.0.11
1.0.11 release of swagger-codegen-generators with OpenAPI 3 support.
See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.11
Supported V3 generators
- akka-scala (experimental)
- dynamic-html
- html
- html2
- java
- jaxrs-cxf-client
- jaxrs-cxf
- inflector
- jaxrs-cxf-cdi
- jaxrs-spec
- jaxrs-jersey
- jaxrs-di
- jaxrs-resteasy-eap
- jaxrs-resteasy
- spring
- openapi
- openapi-yaml
- kotlin-client
- kotlin-server
- nodejs (experimental)
- php
- swift3
- swift4
- typescript-angular
- scala
- aspnetcore
- csharp
- csharp-dotnet2 (DEPRECATED)
- python
- python-flask (experimental)
Notable changes
- refs swagger-api/swagger-codegen#9612, refs swagger-api/swagger-codegen#8855 - fix BigDecimal typeMapping in typescript and python (#446)
- avoid custom templates be replaced by default templates on python and… (#445)
- Composed items issue (#443)
- added bearer authentication description on documentation templates an… (#439)
- fixed generated example string (#436)
- update jackson version in java templates (#435)
- checks disable examples option (#434)
- Changes to use discriminator properties if specified in client code generation (#433)
- add only schemas with existing ref to processed models collection (#432)
- Fix recursion failure when generating examples (#431)
- fix duplicate key in generated json when JsonTypeInfo is used (#427)
- Fix python model template to work with inheritance (#425)
- fix Spring response returnType for MapSchema (#447)