Skip to content

Commit c35e70d

Browse files
committed
CHANGELOG.md update
1 parent bf22d5d commit c35e70d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - 2023-12-03
9+
10+
### Added
11+
12+
- #2340 - Add support OIDC with Spring Authorization Server
13+
- #2345 - Support Schema added in OpenAPI Specification v3.1
14+
- #2387 - Support get javadoc description from getter method
15+
- #2404 - Update condition to register links schema customizer
16+
- #2359 - Update condition to register links schema customizer
17+
- #2348 - Enhance resource path processing
18+
- #2438, #2315 - Support for @JsonProperty with Javadoc Change in springdoc-openapi
19+
20+
### Changed
21+
22+
- Upgrade spring-boot to 3.2.0
23+
- Upgrade swagger-core to 2.2.19
24+
- Upgrade swagger-ui to 5.10.3
25+
26+
### Fixed
27+
28+
- #2366 - Fix the failed test due to hardcoded file separators
29+
- #2370, #2371 - No empty description for polymorphic subtypes
30+
- #2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
31+
- #2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
32+
- #2320 - javadoc for class attribute ignored when in EntityModel.
33+
- #2347 - Not working if a property of entity contains generic parameters.
34+
- #2399 - SpringdocRouteBuilder.onError is overriding last route defined.
35+
- #2426 - StackOverflowError when using @ParameterObject on groovy class.
36+
837
## [2.2.0] - 2023-08-06
938

1039
### Added

0 commit comments

Comments
 (0)