Skip to content

Swagger Codegen Generators v1.0.21

Compare
Choose a tag to compare
@frantuma frantuma released this 28 Jul 18:20
· 728 commits to master since this release
6c887e2

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

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

Supported V3 generators

  • go (new, experimental)

  • typescript-fetch (new, experimental)

  • r (new, experimental)

  • 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

  • [Micronaut] Change class to interface in api.mustache file and add unit tests (#727)
  • override method to verify alias classes. (#726)
  • Fixes #722 (#723)
  • Updating kotlin version and updating dependency (#720)
  • added option to write csproj file on output code (#718)
  • fix and test for parameter order issue in spring generator (#714)
  • added option to throw error instead return null for unknown enum values (#713)
  • create a specific var for custom template and update generators (#710)
  • added method for custom templates (#706)
  • handle content schema in parameter objects (#705)
  • handle parent type mapping (#704)
  • added logback xml config file (#703)
  • Fix for issue HTML2 Bearer Auth Header (#702)
  • Python Tests Fixing (#701)
  • Issue 649 (#699)
  • fix for invalid model name in html2 genetator (#698)
  • fixed npe (#695)
  • New generators tweaks (#694)
  • NotNullJacksonAnnotation option (#690)
  • added option to skip support files on micronaut generator (#689)
  • detect property with same name but different types between base class… (#685)