Skip to content

Swagger-codegen 2.1.4 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 26 Oct 19:18
· 8265 commits to master since this release

Tons of updates in the latest swagger-codegen release. In addition to having a number of
template and language-specific fixes & updates, there are some core changes to the codegen
which provide more complete spec support and enhanced debugging.

We’ve also added maven central badges (#1368) and greatly improved the README for the
project.

The swagger-codegen-cli executable jar has greatly improved documentation and the ability to use configuration files instead of a mountain of CLI options (#1306).

Here are some details of updates in this release. Overall there were 160 PRs merged!

General enhancements & bug fixes

  • README updated with better instructions, TOC
  • NPE fixed for empty OAuth scopes
  • Better online generator support documentation
  • Configuration set via file (#1306)
  • Better exception handling (#1359, #1356, #1276)
  • Migrated tests to be pure java (#1312, #1304)
  • Authorization scope added to security models (#1390, #1392)
  • Support for inline models through new swagger-parser features (#1410)
  • Support for top-level consumes & produces (#1411, #1370)
  • Better handling for missing/invalid operationId (#1431)

Language-specific updates