Skip to content

Swagger Codegen Generators v1.0.12

Choose a tag to compare

@frantuma frantuma released this 14 Oct 18:17
· 1176 commits to master since this release
8eeb1c8

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

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

Supported V3 generators

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

  • refs swagger-api/swagger-codegen#7866 - revert #461 (#497)
  • refs #495 - fix NPE (#496)
  • add missing python reserved words (#494)
  • fixes resteasy dateLibrary dependent gradle (#493)
  • fixes resteasy dateLibrary dependent code (#492)
  • Fix dateLibrary=java8 handling in JacksonConfig.mustache #9753 (#491)
  • refs swagger-api/swagger-codegen#8833 - fix spring templates, add defaultInterfaces, springboot v2 (#490)
  • issues 463 (#488)
  • use classname instead schema name in interface model (#486)
  • validate ref schema as objects. (#485)
  • No used templates removing (#484)
  • update jackson (#483)
  • read base path and create var to be used on templates for dotnet gene… (#482)
  • set default server url for output code. (#481)
  • Open Feign Support (#480)
  • Kotlin-client template improvements. Less boilerplate code will be ge… (#479)
  • add micronaut template (#476)
  • Fixed ngPackagr and Angular 8 support (#473)
  • Issue 470 - swift 4 multiple enum error (#471)
  • bump parser to next snapshot and check a null param name. (#469)
  • Fix issue 467: Add = nil to the init template in swift 4 (#468)
  • fixes aspnetcore controller when no security defined in spec (#465)
  • fixed incorrect model name prefix and suffix issue (#461)
  • fixed circular dependency issue on python generated code (#460)
  • refs swagger-api/swagger-codegen#9203 - Remove duplicated isis boolean property getter and other java fixes (#458)
  • fix for Bug generating Boolean type property (#456)
  • avoid create composed models for non object schemas (#453)
  • [JavaSpring] Updated Spring Boot to v1.5.22 and SpringFox to v2.9.2. (#452)
  • [javascript] Adds JavaScript client generator (#451)