Skip to content

Swagger Codegen Generators v1.0.15

Compare
Choose a tag to compare
@frantuma frantuma released this 03 Jan 13:27
· 1023 commits to master since this release
96c9e47

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

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

Supported V3 generators

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

  • import models only when they exist (#572)
  • fix html generator for composed schema properties (#571)
  • Oleastre fix check for file type (#570)
  • Lion7 fix check for file type (#569)
  • fix(typescript-angular): correct httpClient call with URL query parameters & support body for all methods (#568)
  • added support for api key refresh in configuration module (#567)
  • Badge Fix (#566)
  • [JavaJaxRS] Fix parameter annotation generation (#564)
  • refs swagger-api/swagger-codegen#9909 - fix javascript generator templateDir and missing template file (#562)
  • refs #550 - fix random enum failure in csharp (#561)
  • refs #76 - fix modelPackage and apiPackage in jaxrs-spec (#560)
  • refs swagger-api/swagger-codegen#9495 - add bearer token support in php (#559)
  • refs #539 - fix enum index in csharp (#558)
  • Fix #534. Adding Authorization logic in the C# api template class for JWT Bearer authentication (#557)
  • refs #527 - fix allOf discriminator processing (#556)
  • refs swagger-api/swagger-codegen#9421 - fix gradle build (#555)
  • Swift5 generator (#554)
  • fix jaxrs-jersey missing openApi causing ref properties attributed to be missing (#552)
  • fix openapi-yaml - don't create json file (#551)
  • updated templates to use cookie parameters. (#549)
  • set composed schemas alias in order to fix issue (#548)