File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] -
8- ### Added
9- - Support for pathsToMatch and packagesToScan to work in spinal-case as well. Fixes #338
7+ ## [ 1.2.27] -
8+ ### Added
9+ - Support for pathsToMatch and packagesToScan to work in spinal-case as well #338
10+ - Support support for spring-security-oauth2 authorization server #327
11+ - support for custom OAuth 2.0 configuration, of the swagger-ui #333
12+ - Support of HttpEntity on webflux #280
13+ - Support: Example value can be specified without having to specify the schema #352
14+ - Support for serving the swagger-ui from outside of the spring-boot application / exploed jar #346
15+ - Support spring property resolver in all @Info #353
16+ ## Changed
17+ - Improve actuator documentation
18+ - Make oauth2RedirectUrl dynamically calculated #349
1019## Fixed
1120- Fixes springdoc.swagger-ui.url property #339
21+ - Allow webFlux handlers using kotlin coroutines to produce response documentation #351
1222
1323## [ 1.2.26] -
1424### Added
You can’t perform that action at this time.
0 commit comments