Skip to content

Releases: quarkiverse/quarkus-openapi-generator

Quarkus OpenAPI Generator - v0.6.0

06 May 19:17
Compare
Choose a tag to compare
Pre-release

Breaking Change!!

Please update your configuration to reflect the new change in the basePackage property. If you have a filename with non-alphabetical characters, you must replace them with an underscore (_). For example, if your filename is petstore-api.json, your property should be named:

quarkus.openapi-generator.codegen.spec.petstore_api_json.base-package=org.acme.openapi

No quotes are needed anymore.

Additionally, any other property that requires the filename is now following this pattern. Please see the documentation for more details.

What's Changed

Full Changelog: 0.5.0...0.6.0

Quarkus OpenAPI Generator - v0.5.0

02 May 17:45
Compare
Choose a tag to compare
Pre-release

In this release, we've introduced support for OAuth2 authentication and upgraded to Quarkus 2.8.3.

What's Changed

Full Changelog: 0.4.1...0.5.0

Quarkus OpenAPI Generator - v0.4.1

11 Apr 12:35
Compare
Choose a tag to compare
Pre-release

A small change in the 0.4.x version to allow passing codegen context parameter to the OpenApiSpecInputProvider interface.

What's Changed

  • Passing codegencontext to OpenApiInputSpec by @fjtirado in #47

Full Changelog: 0.4.0...0.4.1

Quarkus OpenAPI Generator - v0.4.0

08 Apr 16:37
Compare
Choose a tag to compare
Pre-release

In this release, we add support for the Circuit Breaker pattern, the ability to provide an Open API spec file as an input stream, and the support for multipart/form-data.

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

Quarkus OpenAPI Generator - v0.3.1

31 Mar 12:38
Compare
Choose a tag to compare
Pre-release

Small patch release to fix the latest one.

Quarkus OpenAPI Generator - v0.3.0

29 Mar 18:37
Compare
Choose a tag to compare
Pre-release

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

28 Mar 17:17
Compare
Choose a tag to compare
Pre-release

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

New Contributors

Full Changelog: 0.1.0...0.2.0

Quarkus OpenAPI Generator - v0.1.0

16 Feb 13:37
Compare
Choose a tag to compare
Pre-release

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

New Contributors

Full Changelog: https://github.com/quarkiverse/quarkus-openapi-generator/commits/0.1.0