Releases: quarkiverse/quarkus-openapi-generator
Releases · quarkiverse/quarkus-openapi-generator
Quarkus OpenAPI Generator - v0.3.0
In this release, we fixed a bug in the Enum generation code.
What's Changed
- Specifying package for each api file should be optional. by @fjtirado in #24
- Fix #28 - Add Enum Outer Class template and values cache by @ricardozanini in #31
New Contributors
Full Changelog: 0.2.0...0.3.0
Quarkus OpenAPI Generator - v0.2.0
In this release, we added support for HTTP and API Key authentication schemes. Please see the README for more information.
Detailed changes are listed below.
What's Changed
- Added warning to README.md by @hbelmiro in #11
- Fix #7 - Correct handling paths on Windows machines by @ricardozanini in #12
- Removing unused tests by @ricardozanini in #14
- Configure GH Actions CI to run tests and build on Windows machines by @RishiKumarRay in #8
- Add support to Basic Auth, Bearer and API Key by @ricardozanini in #19
New Contributors
- @hbelmiro made their first contribution in #11
- @RishiKumarRay made their first contribution in #8
Full Changelog: 0.1.0...0.2.0
Quarkus OpenAPI Generator - v0.1.0
We introduce the first pre-release version of the Quarkus OpenAPI REST Client generator in this release. Please see the README for how to use it.
Note that this is a pre-release, unstable version. We are working towards the stabilization of the extension. We would love to hear back from the community and contributions.
What's Changed
- Introducing OpenAPI Generator by @ricardozanini in #3
New Contributors
- @ricardozanini made their first contribution in #3
Full Changelog: https://github.com/quarkiverse/quarkus-openapi-generator/commits/0.1.0