Skip to content

Releases: springdoc/springdoc-openapi-gradle-plugin

1.9.0

22 Jun 19:51
Compare
Choose a tag to compare

What's Changed

  • Add toolchain auto-provisioning by @LaFrimousse in #139
  • Issue #120 fix - set fork working dir to temp dir by @hesselapplications in #142
  • Add TrustStore Support for Fetching OpenAPI via HTTPS with Self-Signed Certificates #136
  • Added map property to set custom headers #144

New Contributors

Full Changelog: 1.8.0...1.9.0

springdoc-openapi-gradle-plugin v1.8.0

16 Oct 14:11
Compare
Choose a tag to compare

What's Changed

  • Publish sources by @westse in #119
  • Make task properties completely lazy and move the default values to the conventions of the extension properties. by @cgrabmann in #124
  • Allow set waitTimeInSeconds by @westse in #126

New Contributors

Full Changelog: 1.7.0...1.8.0

springdoc-openapi-gradle-plugin v1.7.0

15 Aug 20:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

springdoc-openapi-gradle-plugin v1.6.0

14 Dec 16:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

springdoc-openapi-gradle-plugin v1.5.0

12 Nov 13:58
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @raviu made their first contribution in #92

Full Changelog: 1.4.0...1.5.0

springdoc-openapi-gradle-plugin v1.4.0

06 Aug 22:57
Compare
Choose a tag to compare

#80 - stop the forked task after the generation of the OpenAPI spec
#78 - introduce customBootRun property for customizing runtime parameter for Spring application
#77 - yaml group export
#75 - fork properties not found

springdoc-openapi-gradle-plugin v1.3.4

30 Mar 00:21
Compare
Choose a tag to compare

#28 - Cyclic gradle task dependency if build configured to include openapi specification file in the build artifact
#68 - Switch to gradle-execfork-plugin
#61 - feat(yaml): Add yaml support under actuator endpoint

springdoc-openapi-gradle-plugin v1.3.3 released!

30 Aug 12:50
Compare
Choose a tag to compare

#60 - YAML not supported with actuator endpoint.
#45 - Inconsistent JSON ordering compared to springdoc-openapi.
#58 - Use PropertiesLauncher feature to run Spring Boot applications

springdoc-openapi-gradle-plugin v1.3.2 released!

14 May 10:17
Compare
Choose a tag to compare

#41 - Add ability to generate multiple OpenAPI docs
#46 - Make plugin work under Gradle 7
#48 - upgraded kotlin 1.4.31
#51 - Upgrade gradle v7.0 & dependencies
#52 - Add detekt v1.16.0
#44 - Forkproperties regression with Jetty. Fixes

springdoc-openapi-gradle-plugin v1.3.1 released!

24 Feb 11:17
8f2c429
Compare
Choose a tag to compare

#38 - Support yaml urls when using GroupedOpenApi
#39 - FIX: Cannot use multiple forkProperties