You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.4.0] - 2023-03-12
9
+
10
+
### Added
11
+
12
+
-#2443 - Respect schema annotations when using spring mvc with kotlin
13
+
-#2492, #2488 - Support dynamic evaluation of description field in the RequestBody
14
+
-#2510 - Option to disable root api-docs path when using groups
15
+
16
+
### Changed
17
+
18
+
- Upgrade spring-boot to 3.2.3
19
+
- Upgrade swagger-core to 2.2.20
20
+
- Upgrade swagger-ui to 5.11.8
21
+
22
+
### Fixed
23
+
24
+
-#2453 - Fix CODE_OF_CONDUCT.md links
25
+
-#2454 - Fix typo in SwaggerWelcomeWebMvc
26
+
-#2507 - Fix typo in Constants
27
+
-#2472 - Update JavadocPropertyCustomizer.java
28
+
-#2495 - Fix broken links in README and CONTRIBUTING
29
+
-#2501 - bug fix when "exported" is set to false in RestResource annotation
30
+
-#2447 - Serialization to openapi of org.springframework.data.domain.Sort is not done correctly
31
+
-#2449 - Extensions in subobjects of OpenAPI no longer work
32
+
-#2461 - Springdoc OpenApi Annotations @ExtensionProperty Not Evaluating Properties from application.yml
33
+
-#2469 - Pom contains invalid organizationUrl
34
+
-#2518 - Duplicate GroupConfigs in SpringDocConfigProperties
35
+
-#2506 - Springdoc breaks (Unexpected value: TRACE) when a spring-cloud-starter-gateway-mvc universal gateway is configured.
36
+
-#2519 - Request parameter parsing error after using @NotBlank from type interface field
37
+
-#2516 - Spring Data REST fails when setting version to openapi_3_1
38
+
-#2509 - ArrayIndexOutOfBoundsException in SwaggerUiConfigParameters
39
+
-#2484 - JavaDoc integration not working with SnakeCaseStrategy property naming
40
+
-#2483 - Controller advice documents ApiResponse on every operation, even if the operation does not annotate the exception to be thrown
41
+
-#2477 - buildApiResponses ignores produced ContentType in case of many @Operation
0 commit comments