Skip to content

Swagger-core 1.5.19 released!

Choose a tag to compare

@frantuma frantuma released this 16 Apr 13:31
· 1815 commits to master since this release
c88d82f

Notable features

  • JsonView support (#2681, #2079)
  • new ApiModelProperty field accessMode which replaces readOnly (deprecated) to allow setting readOnly both as true and false in ApiModelProperty annotation. (#2379)
    Current behaviour (without usage of accessMode) is left unaltered to maintain backward compatibility.
    See this test for a usage example.

Bug fixes

  • Fix CVE-2018-7489 - jackson version 2.9.5 (#2756)
  • Improve support for #2635
  • Fix newline errors for tests on Windows (#2702)
  • Path in Class level removed for subresources (#2632)
  • Inner properties may have XML declared (#2316)
  • Relocate Parameter allowEmptyValue (#2492)
  • Move xml schema property to AbstractModel (#2669)
  • Avoid duplicated operationId (#2433)