All Versions
135
Latest Version
Avg Release Cycle
28 days
Latest Release
522 days ago

Changelog History
Page 3

  • v1.5.7 Changes

    April 09, 2021

    โž• Added

    • ๐Ÿ”ง #1110 - Add configuration flag for tryItOutEnabled
    • ๐Ÿ‘ #1128 - Add support for Generic fields in ParameterObject are not resolved

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade swagger-ui version to 3.46.0

    ๐Ÿ›  Fixed

    • #1109 - webflux: contextPath not used while behind a load balancer/reverse proxy.
    • #1122 - StackOverflowError when using Kotlin companion object's field
    • #1125 - Multiple @SecurityScheme inside a @SecuritySchemes are not present in the openapi spec
    • #1134 - NoClassDefFoundError: WebFluxProperties$Format.
  • v1.5.6 Changes

    March 16, 2021

    โž• Added

    • ๐Ÿ’ป #1107 - use HTTP 302 status for UI redirect
    • ๐Ÿ‘€ #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
    • #1085 - enable recalculating oauth2 redirect url while cache is disable

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade swagger-ui version to: 3.45.0
    • โฌ†๏ธ Upgrade swagger-core to v2.1.7

    ๐Ÿ›  Fixed

    • #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
    • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
    • #1083 - Spring Data Rest: No model for Paged Collection.
    • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
    • #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.
    • ๐Ÿ‘ป #1095 - Spring Data Rest: Exception while generating api doc with inheritance
    • #1098 - NullPointerException: Cannot invoke "java.util.Map.forEach( java.util.function.BiConsumer)" because "properties" is null.
    • ๐Ÿ“„ #1097 - ConversionFailedException: When accessing v3/api-docs.
    • ๐Ÿ‘ #1105 - Collection methods are added to the supported entity methods.
    • #1106 - Required multipart/form-data parameters not reflected in generated schema.
    • #1096 - Fix certain WebConversionServiceProvider#convert calls by supplying contextual information
  • v1.5.5 Changes

    February 28, 2021

    โž• Added

    • ๐Ÿ’ป #1050 - Add support for addPathPrefix with Webflux swagger-ui.
    • ๐Ÿ”’ #1059 - Support per method security requirement in RepositoryRestResource.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade versions: spring-boot to 2.4.3 and swagger-ui to 3.44

    ๐Ÿ›  Fixed

    • #1068 - Spring Data Rest: Wrong response schema after POST,PUT,PATCH operations.
    • #1073 - Springdocs doesn't detect header declarations in class level @RequestMappings.
    • #1069 - Spring Data Rest: Wrong response schema for collection relations.
    • #1070 - Spring Data Rest: Collection models generated with non-HAL content.
    • ๐Ÿšš #1075 - QuerydslBinderCustomizer alias being removed when using excludeUnlistedProperties.
  • v1.5.4 Changes

    February 10, 2021

    โž• Added

    • ๐Ÿ“š #1053 - Add @RepositoryRestController documentation generation

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade versions: swagger-ui to 3.42.0

    ๐Ÿ›  Fixed

    • #1051 - IllegalStateException in org.springdoc.core.SpringDocConfiguration$OpenApiResourceAdvice.handleNoHandlerFound
    • #1047 - swaggerWelcome `WebFluxProperties' that could not be found
  • v1.5.3 Changes

    January 26, 2021

    โž• Added

    • โž• Added Support for spring.webflux.base-path
    • ๐Ÿ“œ #965,#1034 - Improve compatibility with new PathMatcher / PathPatternParser
    • ๐Ÿ’ป #1012 - Forward queryParameters to swagger-ui when redirecting
    • #1020 - Change handler methods scanning strategy
    • ๐Ÿ‘ #1026 - Support for @Operation in @RepositoryRestResource Spring Data Repositories.
    • #1027 - Detect automatically @Controller with @Operation.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade versions: spring-boot to 2.4.2 and swagger-ui to 3.40

    ๐Ÿ›  Fixed

    • #996 - Fix NPE when using management port and spring.application.name is set
    • #1004 - NPE in DataRestResponseService.findSearchReturnType
    • 0๏ธโƒฃ #1015 - Default value for List/Array RequestParameter has wrong type.
    • 0๏ธโƒฃ #1010 - Wrong Parameter Name with Default Sort.
    • #1014 - HATOEAS Links produces a circular reference.
    • ๐Ÿ’ป #1035 - oauth2 redirect url calculated incorrectly when springdoc.swagger-ui.path=/
  • v1.5.2 Changes

    December 16, 2020

    โž• Added

    • ๐Ÿ‘ #978 - Add explode support in combination with arrayShema annotation

    ๐Ÿ”„ Changed

    • โšก๏ธ Update swagger-ui to 3.38.0

    ๐Ÿ›  Fixed

    • #985 - StackOverflowError when using ObjectId with @ParameterObject
    • #980, #968 - Functional DSL incorrect path mapping
  • v1.5.1 Changes

    December 07, 2020

    โž• Added

    • ๐Ÿ’ป #923 - Exposing swagger-ui on the management port.
    • ๐Ÿ’ป #938 - Swagger-UI Property persistAuthorization.

    ๐Ÿ”„ Changed

    • โšก๏ธ Update swagger-core to v2.1.6
    • โšก๏ธ Update swagger-ui to 3.37.2

    ๐Ÿ›  Fixed

    • #973 - Nullable meta annotations are ignored
    • #971 - WebFlux functional DSL does not recognise query parameters.
    • #962 - NPE within AbstractRequestService
    • ๐Ÿ”ง #948 - Swagger ui syntax highlighting configuration properties do not autocomplete.
  • v1.5.0 Changes

    November 14, 2020

    โž• Added

    • #891 - Provide a WebMvc.fn / WebFlux.fn functional DSL
    • 0๏ธโƒฃ #904 - Add support for placeholders for default value in @RequestParam Annotation.
    • โž• Added property for deterministic and alphabetical orderding: springdoc.writer-with-order-by-keys _ Removal of deprecated method: GroupedOpenApi.setGroup

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade to Swagger-core 2.1.5
    • โฌ†๏ธ Upgrade swagger-ui version to 3.36.2
    • โฌ†๏ธ Upgrade to spring-boot v2.4.0

    ๐Ÿ›  Fixed

    • #889 - fix for flaky operationIds
    • #893 - Generate empty scopes object
    • #925 - Always add all properties to include if excludeUnlistedProperties=true
    • ๐Ÿ“‡ #920 - Define explicitly metadata for springdoc.swagger-ui.enabled
    • ๐Ÿ’ป #907 - Hidden controller showing up in swagger UI when springdoc.show-actuator is enabled
    • #885 - Flaky operationIds for controller-methods with same name
    • ๐Ÿ’ป #688, #349, #545 - swagger-config not being loaded twice out of the box, thanks to the swagger-ui v3.36.0.
  • v1.4.8 Changes

    September 27, 2020

    โž• Added

    • #878, #449 - Add options to filter on the GroupedOpenApi by consumes/produces mediaTypes or by header
    • ๐Ÿ‘ #866 - QuerydslPredicateOperationCustomizer exclude static fields and support QuerydslBindings.excludeUnlistedProperties
    • ๐Ÿ’ป #877 - Add support for disabling Syntax highlighting in Swagger-ui

    ๐Ÿ›  Fixed

    • #876 - @ParameterObject causes NPE when combined with spring-data-rest
    • ๐Ÿ“„ #879 - Empty API docs with nested routes
  • v1.4.7 Changes

    September 21, 2020

    โž• Added

    • #854 - Add pre-loading setting to load OpenAPI early

    ๐Ÿ”„ Changed

    • #852 - API component schema description incorrectly overwritten by API parameter description
    • ๐Ÿš€ Upgrade supported spring-boot version to 2.3.4.RELEASE
    • โฌ†๏ธ Upgrade swagger-ui version to v3.34.0

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง #864 - NPE with QueryDSL configuration - SpringBoot < 2.3.2
    • #861 - Wrong @manytoone relationship naming
    • #870 - HAL representation (_embedded and _links) in definitions when application returning plain json
    • #869 - Incorrect schema addition on header if used in Spring mapping
    • ๐Ÿ“„ #847 - spring-rest-docs api-docs endpoint 500 error using Spring Boot: 2.4.0-M2
    • ๐Ÿ’ป #872 - Javascript error occurs when I set springdoc.swagger-ui.csrf.enabled=true
    • #873 - lazy initialization bug