Skip to content

springdoc-openapi v2.0.0-M1 released!

Pre-release
Pre-release
Compare
Choose a tag to compare
@bnasslahsen bnasslahsen released this 06 Feb 12:03

Added

Changed

  • update to spring-boot 3.0.0-M1
  • #1424 - Upgrade to swagger-ui 4.5.0
  • #1474 - Upgrade webjars-locator-core version to 0.48

Fixed

  • #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
  • #1455 - Post without @RequestBody not getting all fields
  • #1442 - Springdoc-openapi-webmvc-core not enought for Springdoc-openapi-native
  • #1446 - Upgrade from Springdoc 1.6.3 to 1.6.4 causes issues if springdoc-openapi-common is on the classpath but springdoc-openapi-ui is not
  • #1458 - java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
  • #1469 - #1036 - CSRF header should not be sent to cross domain sites
  • #1480 - Fix the problem that the inconsistent newline characters of different platforms
  • #1475 - Class level @tag overwrites method level @Operation.tags.
  • #1491 - Set containingClass at MethodParameter

New Contributors

Full Changelog: v1.6.4...v2.0.0-M1