Skip to content

Swagger-codegen 2.1.5 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 15 Jan 00:07
· 7508 commits to master since this release

Another big update to swagger-codgen. 198 pull requests have been merged and over 150 issues closed. Codegen now has 36 different targets to build from your Swagger (now OAI) specifications.

We've also started pushing docker images of the swagger-online generator directly to DockerHub. You can pull these images and generate code directly inside your Docker infrastructure in seconds, without building anything.

The swagger-codegen-cli has updated options, all which are available inside the swagger-generator server.

General enhancements & bug fixes

  • A bug with inline response models has been addressed (#1618, #1734)
  • A static javascript client has been added (#1671, #1690)
  • Better support for variable + parameter name collisions (#1821, #1824)
  • Binary and Byte types are now exposed to the template system (#1757)
  • Dependency updates (#1776)
  • Duplicate operationId prevention (#1823)
  • General code hygiene (#1794)
  • Options sanitization, datatype declaration for configuration purposes (#1786, #1805)
  • Profiling added to scripts (#1709, #1708, #1702)
  • Publish docker image on build (#1813)
  • Vendor extension support (#1768)

Language-specific updates