Skip to content

Swagger Codegen Generators v1.0.7, replaces and fixes 1.0.6

Compare
Choose a tag to compare
@frantuma frantuma released this 26 Mar 15:09
· 1480 commits to master since this release
b5691aa

1.0.7 release of swagger-codegen-generators with OpenAPI 3 support.
Replaces and fixes 1.0.6, fixing swagger-api/swagger-parser/issues/1053

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

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 (experimental)
  • csharp (experimental)
  • csharp-dotnet2 (experimental)
  • python (experimental)

Notable changes

  • fixed NPE on getRequired boolean value (#333)
  • Mark form parameters as required when body is required (#331)
  • fixed NPE on adding content type extension (#330)
  • allow request body with non schema (#328)
  • [JAVA] inherited objects are not used as parameters in operations - #321 (#324)
  • uncomment codegen content extension call statement (#323)
  • [Htmldocs] add request body description and examples for models' property (#320)
  • Fixed issue with retrofit2 generator fail (#318)
  • [html2] fixed body parameter description and response schema missing. (#316)