Skip to content

Swagger Codegen Generators v1.0.17

Choose a tag to compare

@frantuma frantuma released this 23 Feb 17:52
· 982 commits to master since this release
a1e9331

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

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

Supported V3 generators

  • swift5 (experimental)

  • javascript (experimental)

  • micronaut (experimental)

  • go-server (experimental)

  • akka-scala (experimental)

  • nodejs (updated)

  • 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

  • php

  • swift3

  • swift4

  • typescript-angular

  • scala

  • aspnetcore

  • csharp

  • csharp-dotnet2 (DEPRECATED)

  • python

  • python-flask (experimental)

Notable changes

  • Generated code does not implement model inheritance correctly (#603)
  • fixed composed schema in arrays (#601)
  • updated oas3-module on nodejs templates. (#595)
  • One of property creation missed (#590)