Skip to content

Swagger Codegen Generators v1.0.8

Compare
Choose a tag to compare
@frantuma frantuma released this 25 Apr 09:32
· 1458 commits to master since this release
55c0cbc

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

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

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

  • fix handling of boolean additionalProperties (#368)
  • ref swagger-api/swagger-codegen/issues/9210 - update http urls to https (#365)
  • resolves request body example and adds to htmlDocs template (#357)
  • Fix generated python api imports to include packageName. (#355)
  • fixes imports when spec contains no schema (#352)
  • fixed cast exception in templates. (#343)