Releases: quarkiverse/quarkus-openapi-generator
Quarkus OpenAPI Generator - v2.1.1
Quarkus OpenAPI Generator - v1.2.1
Attention! This version is for Quarkus 2.x only!
Micro release to fix the required dependency to OIDC (#249).
What's Changed
- Bump assertj-core from 3.24.1 to 3.24.2 (#240) by @hbelmiro in #243
- Add missing description (#246) by @hbelmiro in #247
- [quarkus2] Changed oauth2AuthenticationProvider.qute to not be generated (#248) by @hbelmiro in #249
Full Changelog: 1.2.0...1.2.1
Quarkus OpenAPI Generator - v2.1.0
What's Changed
- Fixed issue that prevented the app from starting when "base-package" property was not set by @hbelmiro in #221
- Added "return-response" property to return
Response
instead of a model by @hbelmiro in #219 - Bump javaparser-core from 3.24.9 to 3.24.10 by @dependabot in #230
- Bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #240
- issue-237 OAuth2AuthenticationProvider is now managed by CDI (#239) by @hbelmiro in #244
Full Changelog: 2.0.0...2.1.0
Quarkus OpenAPI Generator - v1.2.0
Attention! This version is for Quarkus 2.x only!
What's Changed
- Fixed issue that prevented the app from starting when "base-package" property was not set (#221) by @hbelmiro in #222
- [quarkus2] Added "return-response" property to return
Response
instead of a model (#219) by @hbelmiro in #223 - Updated Quarkus to 2.15.3 by @hbelmiro in #226
- Bump assertj-core from 3.23.1 to 3.24.1 (#229) by @hbelmiro in #234
- Bump javaparser-core from 3.24.9 to 3.24.10 (#230) by @hbelmiro in #236
- [quarkus2] issue-237 OAuth2AuthenticationProvider is now managed by CDI by @hbelmiro in #239
Full Changelog: 1.1.0...1.2.0
Quarkus OpenAPI Generator - v2.0.0
Hooray! 👾
This is the first version to support Quarkus 3. Please update your dependencies to this version if you are willing to use Quarkus 3. We will keep compatibility for Quarkus 2 (1.x.x train) and Quarkus 3 (2.x.x train); keep an eye on it!
What's Changed
- Bump quarkiverse-parent from 11 to 12 by @dependabot in #204
- Added support to Quarkus 3 by @hbelmiro in #190
- Bump javaparser-core from 3.24.8 to 3.24.9 by @dependabot in #206
- Added support to enum arrays by @hbelmiro in #211
- issue-214 Fixed enum serialization by @hbelmiro in #215
Quarkus OpenAPI Generator - v1.1.0
Quarkus OpenAPI Generator - v1.0.1
Release to fix a bug introduced in the 1.0.0 version.
What's Changed
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #195
- Control when path has not 'src' in it by @gwydionmv in #197
- Use dynamic port where possible in tests that use WireMock by @dritoferro in #198
New Contributors
- @lgtm-com made their first contribution in #195
- @dritoferro made their first contribution in #198
Full Changelog: 1.0.0...1.0.1
Quarkus OpenAPI Generator - v1.0.0
Hooray! This is the first release of the OpenAPI Generator extension that we consider to be a stable release. Thank you all for your contributions and for being part of the community!
We will keep the 1.x branch compatible with Quarkus 2.x and the 2.x (future) branch to Quarkus 3.x. Stay tuned!
What's Changed
- Removing unnecessary Optional in SpecItemConfig for type and import mappings by @Orbifoldt in #165
- (fix) Break Integration Tests into small sets of use cases by @ricardozanini in #166
- Bump wiremock-jre8 from 2.34.0 to 2.35.0 by @dependabot in #169
- [issue-39] Added feature to ignore code generation for specific OpenA… by @hbelmiro in #171
- Bump javaparser-core to 3.24.8 by @dependabot in #178
- Enabling custom data and datetime mappings by @Orbifoldt in #182
- Bump quarkus.version to 2.14.2.Final by @dependabot in #186
- [issue-183] Fixed order of imports by @hbelmiro in #184
- Change base directory + add include property by @gwydionmv in #179
New Contributors
- @gwydionmv made their first contribution in #179
Full Changelog: 0.12.0...1.0.0
Quarkus OpenAPI Generator - v0.12.0
What's Changed
- Bump wiremock-jre8 from 2.33.2 to 2.34.0 by @dependabot in #142
- Adding typemapping option to the generator by @Orbifoldt in #143
- Bump slf4j-ext to 2.0.3 by @dependabot in #149
- Bump microprofile-fault-tolerance-api to 4.0.2 by @dependabot in #153
- Bump handlebars-jackson2 from 4.3.0 to 4.3.1 by @dependabot in #156
- Bump quarkus.version to 2.13.3.Final by @dependabot in #160
- Import org.eclipse.microprofile.rest.client.annotation.RegisterProvider when custom-register-providers is used by @YassinHajaj in #158
New Contributors
- @YassinHajaj made their first contribution in #158
Full Changelog: 0.11.0...0.12.0
Quarkus OpenAPI Generator - v0.11.0
What's Changed
- Fix broken example link in documentation by @stephan-strate in #133
- Use original operationId in annotated GeneratedMethod by @cristianonicolai in #137
- Bump quarkus.version from 2.12.0.Final to 2.12.1.Final by @dependabot in #138
- Fix #135: Exclude deprecated operations by @melloware in #136
New Contributors
- @stephan-strate made their first contribution in #133
Full Changelog: 0.10.0...0.11.0