Skip to content

Swagger-codegen 2.2.0 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 18 Jul 00:18
· 4832 commits to master since this release

Swagger Codegen 2.2.0 has been released! This release provides major new functionality across multiple generation targets and addresses a number of potential issues.

There are changes in a number of the generation targets which may change the default behavior. Please review links associated with targets for details.

For a list of breaking changes (without fallbacks), please refer to this list.

For a list of breaking changes (with fallbacks), please refer to this list.

Once again, many thanks to the swagger-codegen team for their continued support of the project.

General enhancements & bug fixes

  • Update JMustache to the latest version (v1.12): #2360
  • Better support example value for string and number: #2689
  • Improvement to codegen model #2691, #2712
  • Fix naming of the BEARER token: #2783
  • Fix unicode issue when reading OpenAPI spec: #2785
  • Add individual options to exclude tests and docs for apis and models: #2866
  • Use title attribute as inline model name: #2872
  • Add .swagger-codegen-ignore to skip overwriting files: #2899
  • Add Apache 2.0 license to all generators: #2993
  • Minor improvements to code generator: #2921, #3005, #3289
  • Improvements to API documentation: #2928, #2929
  • Additional integration tests using Shippable and AppVeyor: #3275, #3333

Security fixes

API client generators

API server generators