Skip to content

Releases: qaware/openapi-generator-for-spring

6.0.0

26 Jan 05:07
Compare
Choose a tag to compare

What's Changed

  • Add compatibility to Spring Boot 3 and Spring Framework 6 by @chr-fritz in #197 This is a breaking change as Java 17 is now required due to Spring Framework 6.

  • Bump swagger-ui from 4.10.3 to 4.11.1 by @dependabot in #149

  • Bump spring-boot-starter-parent from 2.6.7 to 2.7.0 by @dependabot in #146

  • Bump spring-boot-starter-parent from 2.6.7 to 2.7.0 in /demo/openapi-generator-for-spring-demo-webmvc by @dependabot in #148

  • Bump spring-boot-starter-parent from 2.6.7 to 2.7.0 in /demo/openapi-generator-for-spring-demo-webflux by @dependabot in #147

  • Bump classgraph from 4.8.146 to 4.8.147 by @dependabot in #150

  • Bump swagger-annotations from 2.2.0 to 2.2.1 by @dependabot in #151

  • Bump spring-boot-starter-parent from 2.7.0 to 2.7.1 by @dependabot in #152

  • Bump spring-boot-starter-parent from 2.7.0 to 2.7.1 in /demo/openapi-generator-for-spring-demo-webflux by @dependabot in #154

  • Bump spring-boot-starter-parent from 2.7.0 to 2.7.1 in /demo/openapi-generator-for-spring-demo-webmvc by @dependabot in #153

  • Bump classgraph from 4.8.147 to 4.8.148 by @dependabot in #155

  • Bump classgraph from 4.8.148 to 4.8.149 by @dependabot in #156

  • Bump spring-boot-starter-parent from 2.7.3 to 2.7.4 by @dependabot in #167

  • Bump spring-boot-starter-parent from 2.7.3 to 2.7.4 in /demo/openapi-generator-for-spring-demo-webmvc by @dependabot in #169

  • Bump spring-boot-starter-parent from 2.7.3 to 2.7.4 in /demo/openapi-generator-for-spring-demo-webflux by @dependabot in #168

  • Bump swagger-annotations from 2.2.2 to 2.2.3 by @dependabot in #170

  • Bump swagger-ui from 4.14.0 to 4.14.2 by @dependabot in #171

  • Bump swagger-ui from 4.14.2 to 4.14.3 by @dependabot in #172

  • Bump swagger-annotations from 2.2.3 to 2.2.4 by @dependabot in #173

  • Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 in /demo/openapi-generator-for-spring-demo-webmvc by @dependabot in #176

  • Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 in /demo/openapi-generator-for-spring-demo-webflux by @dependabot in #175

  • Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 by @dependabot in #174

  • Bump swagger-ui from 4.14.3 to 4.15.0 by @dependabot in #177

  • Bump swagger-annotations from 2.2.4 to 2.2.6 by @dependabot in #178

New Contributors

Full Changelog: version-5.1.6...version-6.0.0

5.1.6

12 May 06:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: version-5.1.5...version-5.1.6

5.1.5

01 Apr 10:07
Compare
Choose a tag to compare

What's Changed

  • Bump Spring Boot from 2.6.5 to 2.6.6

Full Changelog: version-5.1.4...version-5.1.5

5.1.4

28 Mar 06:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: version-5.1.3...version-5.1.4

5.1.3

22 Mar 10:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: version-5.1.2...version-5.1.3

5.1.2

03 Jan 19:10
Compare
Choose a tag to compare

What's Changed

  • Fixed #103
  • Bump Spring Boot from 2.6.1 to 2.6.2
  • Bump classgraph from 4.8.137 to 4.8.138 by @dependabot in #98
  • Bump swagger-annotations from 2.1.11 to 2.1.12 by @dependabot in #104
  • Bump swagger-ui from 4.1.2 to 4.1.3 by @dependabot in #99

Full Changelog: version-5.1.1...version-5.1.2

5.1.1

29 Nov 18:48
Compare
Choose a tag to compare

What's Changed

  • Update Spring Boot to 2.6.1 (including minor fix for path pattern detection)
  • Update swagger-ui to 4.1.0 to 4.1.2 by @dependabot in #97
  • Update classgraph to 4.8.137 by @dependabot in #96

Full Changelog: version-5.1.0...version-5.1.1

5.1.0

14 Oct 10:33
Compare
Choose a tag to compare

What's Changed

  • Add support for annotations on handler methods from interfaces
  • Add support for parameters names using Spring's ParameterNameDiscoverer
  • Bump spring-boot-starter-parent from 2.5.4 to 2.5.5 by @dependabot in #57 #58 #59
  • Bump swagger-annotations from 2.1.10 to 2.1.11 by @dependabot in #61
  • Bump lombok from 1.18.20 to 1.18.22 by @dependabot in #66
  • Bump swagger-ui from 3.52.1 to 3.52.3 by @dependabot in #62
  • Bump classgraph from 4.8.116 to 4.8.127 by @dependabot in #70

Full Changelog: version-5.0.0...version-5.1.0

5.0.0

14 Sep 12:07
Compare
Choose a tag to compare
  • Update class graph and Swagger UI
  • Fix sharing of servers and parameters per path item
  • Provide SchemaResolver.Caller to all schema resolution beans (breaking change)
  • Add (minimal) support for Map<String, ?> during schema resolution

4.1.0

04 Sep 14:21
Compare
Choose a tag to compare
  • Improve @Parameter support, see #54
  • Update dependencies, in particular Spring Boot to 2.5.4