Skip to content

Swagger Codegen Generators v1.0.14

Compare
Choose a tag to compare
@frantuma frantuma released this 16 Nov 18:02
· 1092 commits to master since this release
e8af9cf

1.0.14 release of swagger-codegen-generators with OpenAPI 3 support.

See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.14

Supported V3 generators

  • javascript (new, experimental)
  • micronaut (new, experimental)
  • go-server (new, experimental)
  • 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

  • Add Cookie parameter to Spring code generation (#543)
  • bump jackson to 2.10.1 (#542)
  • Add schema properties to vars also for composed schema (#536)
  • fixed conflict for #266 PR (#533)
  • fixed npe on charp code generation (#532)
  • fixed type for composed schemas on typescript-angular (#531)
  • [spring] - boolean option 'throwsException' to throw Exception in api interface (#528)
  • Refactor and consolidate Angular Code Generator (#526)
  • added file as reserved words for dotnet generators (#525)
  • [openapi, openapi-yaml] - option not to flatten resolved spec - fix override (#521)
  • [openapi, openapi-yaml] - option not to flatten resolved spec, refactor (#520)
  • added data type to schemas found on request body (#513)
  • updated swagger parser (#512)
  • added go server (#511)
  • added binary type for python generators (#510)
  • refs swagger-api/swagger-codegen#9794 - remove conflict enum from child (#509)
  • copy properties from parent for python generator (#508)