File tree 1 file changed +13
-3
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
10
19
## Fixed
11
20
- Fixes springdoc.swagger-ui.url property #339
21
+ - Allow webFlux handlers using kotlin coroutines to produce response documentation #351
12
22
13
23
## [ 1.2.26] -
14
24
### Added
You can’t perform that action at this time.
0 commit comments