Skip to content

Swagger codegen 2.1.0-M1 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 17 Feb 18:38
· 10317 commits to master since this release

Swagger codegen 2.1.0-M1 has been released! This is a major release which integrates the Swagger 2.0 specification as well as better support for older swagger versions. See the README for all the details.

Major changes:

Notable Features

  • Added enum support in models when possible #99
  • Added generalized header passing when reading swagger specifications #102
  • Generalized file upload for objective-c clients #191
  • Changed build to support java8 and windows #205

Bug fixes

  • Fixed array support for java clients #189
  • PHP object comparisons made safe #224
  • python model deserialization fixed #281
  • Array deserialization support fixed #277

Limitations

  • Same restrictions as swagger-core-1.5.0-M1
  • Polymorphism & model composition are not supported