Skip to content

Swagger-Inflector v1.0.9 Released!

Compare
Choose a tag to compare
@fehguy fehguy released this 20 Sep 22:47
· 585 commits to master since this release

Swagger Inflector 1.0.9 has been released, and has a number of bug fixes and usability enhancements.

New features

  • Added response header examples
  • Added array examples #137
  • Added more granularity for enabling types on EntityProcessor interface #151
  • Default integer types without format to int32 (#127, #138)
  • Added tests for different content-types #142

Bug fixes

  • Set correct content-type for DefaultExceptionMapper
  • Simplified numeric examples #138
  • Ensure response code of 3xx behave correctly #128
  • Fix handling of minimum, maximum #129
  • Fix NPE when model definitions are absent #145
  • Fixed output format based on configured writers #135, #149