Skip to content

Releases: springdoc/springdoc-openapi

springdoc-openapi v1.6.6 released!

06 Feb 11:55
Compare
Choose a tag to compare

Changed

  • #1424 - Upgrade to swagger-ui 4.5.0
  • #1474 - Upgrade webjars-locator-core version to 0.48

Fixed

  • #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

springdoc-openapi v2.0.0-M1 released!

06 Feb 12:03
Compare
Choose a tag to compare
Pre-release

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

springdoc-openapi v1.6.5 released!

25 Jan 10:24
Compare
Choose a tag to compare

Added

  • #1430 - Add Support custom login processing endpoints
  • #1429 - Allow excluding individual methods from OpenApi output
  • #1372 - Customize operation and parameters by the return value
  • #1453 - Reverse proxy context path aware support for manually provided files

Changed

  • #1424 - Upgrade to swagger-ui 4.2.1

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

springdoc-openapi v1.6.4 released!

06 Jan 12:32
Compare
Choose a tag to compare

Added

  • Add support out of the box for MultipartRequest
  • #1418 - Support for therapi-runtime-javadoc 0.13.0.

Changed

  • #1415 - Moving PageableDefault support to springdoc-openapi-common
  • #1424 - Update classgraph dependency to 4.8.138

Fixed

  • #1407 - Fix issue number in 1.6.3 CHANGELOG
  • #1421 - Actuator endpoints have 2 appended to operationId
  • #1425 - Parameter 2 of method indexPageTransformer in org.springdoc.webmvc.ui.SwaggerConfig required a single bean, but 2 were found

springdoc-openapi v1.6.3 released!

25 Dec 13:23
Compare
Choose a tag to compare

Added

  • #1299 - Add support for Spring Cloud Function Web.

Changed

  • Upgrade to swagger-core 2.1.12
  • Upgrade to spring-boot 2.6.2
  • Upgrade spring-native to 0.11.1
  • bump classgraph version to 4.8.117

Fixed

  • #405 - Enhance springdoc-openapi as BOM for Gradle

springdoc-openapi v1.6.2 released!

19 Dec 21:14
Compare
Choose a tag to compare

Added

  • #1386, #1385 - Disable validation by default
  • #1384 - Enhance swagger-ui access

Fixed

  • #1392 - Consistent OperationId generation problem with Locale
  • #1394 - Getting 404 when trying to access swagger-ui of a native spring-boot app

springdoc-openapi v1.6.1 released!

14 Dec 19:55
Compare
Choose a tag to compare

Added

  • #1383 - Add support for BasePathAwareController

Fixed

  • #1380 - Jhipster tests failing after upgrading from 1.5.13 to 1.6.0

springdoc-openapi v1.6.0 released!

12 Dec 22:59
Compare
Choose a tag to compare

Added

  • #1356, #1360 - Add support for caching based on Locale
  • #1355 - Add support for @tag description using i18n
  • #1376 - Add Support for Spring Native 0.11
  • #1365 - Make MediaType for "loginRequestBody" as "application/json"
  • #1375 - Support @JsonIgnore in @ParameterObject.
  • #1379 - Enable support for queryConfigEnabled. Disable reading config params from URL search params by default

Changed

  • Upgrade swagger-ui to 4.1.3
  • Upgrade to spring-boot 2.6.1
  • #1373 - Enhance Pageable config

Fixed

  • #1353 - Servers from cached OpenAPI are overwritten and customizer is skipped.
  • #1364 - Incorrect configUrl due to null path prefix
  • #1370 - NullPointerException on JavadocPropertyCustomizer.java:81 - Warning level

springdoc-openapi v1.5.13 released!

30 Nov 18:50
Compare
Choose a tag to compare

Added

  • #1317 - Add SpEL support for default values
  • #1324 - springdoc-openapi-javadoc doesn't work with @ParameterObject
  • #1334 - Allow customizing / disabling PolymorphicModelConverter
  • #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
  • #1348 - Treat java.nio.charset.Charset as string type by default.

Changed

  • Upgrade swagger-ui to 4.1.2
  • Upgrade to spring-boot 2.6.0
  • #1325 - Add tests for @ParameterObject on spring boot webflux

Fixed

  • #1320 - Fixed exception handler order
  • #1331 - Endpoint parameters are translated even if they should not
  • #1333 - NPEs when using @ParameterObject with custom Pageable and adding descriptions to fields
  • #1339 - Comments are not picked up for fields in Typed data classes
  • #1351 - @tag name parameter not consistently performing lookup on properties file
  • #1347 - Break circular references which disabled by default since spring boot 2.6

springdoc-openapi v1.5.12 released!

20 Oct 19:55
Compare
Choose a tag to compare

Changed

  • Upgrade swagger-ui to 3.52.5
  • #1282 - #1288 - #1292 - #1293 Use Optional List to inject RequestMappingInfoHandlerMapping.
  • #1290 - Use Publisher as response wrapper to ignore instead of Mono.
  • #1313 - Upgrading to io.github.classgraph:classgraph to v4.8.116
  • #1296 - Update Demo URLs

Fixed

  • #1316 - Hidden controller exposes Operation annotated method
  • #1289 - Fix server address customizing in case of enabled pre-loading mode
  • #1274 - Objects properties order is not preserved with springdoc.api-docs.resolve-schema-properties = true.
  • #1287 - Fix typo of PageableConverter Javadoc