Skip to content

Swagger-inflector 2.0.0-rc0 released!

Pre-release
Pre-release
Compare
Choose a tag to compare
@gracekarina gracekarina released this 22 Nov 18:52
26d7022

The Swagger team is proud to announce the rc0 release candidate of the swagger-inflector library. This release candidate provides official initial support for OpenAPI 3.0’s main features. The missing features will be added in the next release candidates until the final release is available.

In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.

Notable Features:

  • First official release candidate with OpenAPI 3.0 support.
  • Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
  • Built with Java 8
  • Configure Mock Responses with random and sequence options.
  • Improve the response media type to be the same as the one requested
  • Support of anyOf/oneOf schemas.

Known Limitations:

  • Form-Data support (development)

We invite you to check the README for more information on how to use it.