Releases: swagger-api/swagger-inflector
Swagger-inflector 2.0.1 released!
Swagger-inflector 1.0.17 released!
Swagger-inflector 2.0.0-rc3 released!
Swagger-inflector 2.0.0-rc3 released!
The Swagger team is proud to announce the rc3 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.
Bug fixes:
Swagger-inflector 1.0.16 released!
Swagger-inflector 1.0.15 released!
Swagger-inflector 1.0.15 has been released! 🎉
- Add request and response objects to RequestContext (#258)
- Circular reference cause stackoverflow error when generating example from schema (#256)
- Fix Circular recursion (#251)
- Fix failing tests (#244)
- Handle inlined array example in example builder (Swagger2) (#239)
- Support an allOf containing refs (#233)
- Support for schema as Model in Response Object - refs swagger-api/swagger-parser #567 (#231)
- Use full HTTPS URL in setup command (#211)
Swagger-inflector 2.0.0-rc2 released!
Swagger-inflector 2.0.0-rc2 released!
The Swagger team is proud to announce the rc2 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
- Add request and response objects to RequestContext (#258)
- Jackson 2.9.5 (#252)
- Fixes cyclic ref StackOverflow (#248)
- Supports build in java 9+ (#249)
- Supports adjacent composed schema (#247)
- Manages Multiple Media Types in request Bodies (#241)
- Handles inline array example in example builder (#240)
We invite you to check the README for more information on how to use it.
Swagger-inflector 2.0.0-rc1 released!
Swagger-inflector 2.0.0-rc1 released!
The Swagger team is proud to announce the rc1 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:
- Form-Data support (#217)
- Fixing vendorSpec Filter (#229)
- Support of NOT (#232)
- Implementing additionalProperties to Schema and Boolean (#234)
Known Limitations:
- Supporting multiple media types in request bodies content object.
We invite you to check the README for more information on how to use it.
Swagger-inflector 2.0.0-rc0 released!
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.
Swagger-inflector 1.0.14 released!
New! Better handling of composed models #195 and an updated swagger-parser to handle strange paths in remote files, like #/a/b/c
:-/
Swagger-inflector 1.0.13 Released!
Say it isn't so! Support for payload validation of allOf
components is now supported (and it doesn't crash on startup anymore when they are there) 🥇