Skip to content

Commit 7bdf46c

Browse files
author
bnasslahsen
committed
update CHANGELOG
1 parent 740fdef commit 7bdf46c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)