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
+64
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,70 @@ 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
+
## [1.6.9] - 2022-05-22
8
+
### Added
9
+
-#1664 - Add Schema properties support in method-level @RequestBody
10
+
-#1181 - Initial OpenAPI 3.1 support
11
+
-#1651 - Ease group declaration through code or properties with actuators
12
+
### Changed
13
+
- upgrade to spring-boot 2.7.0
14
+
- upgrade swagger-ui: 4.11.1
15
+
- upgrade classgraph: 4.8.147
16
+
- upgrade spring-native: 0.11.5
17
+
- upgrade spring-cloud-function: 3.2.4
18
+
### Fixed
19
+
-#1663 - @Schema annotation with type String and allowableValues set doesn't generate enum drop-down in swagger-ui after upgrading from 1.6.6 (when Spring custom converter is used)
20
+
-#1655 - OpenAPIService is using ObjectMapper without configured modules since SpringDoc 1.6.7.
21
+
-#1648 - Tags with only name provided are being added to the openAPI.tags field.
22
+
-#1641 - ConcurrentModificationException when querying /v3/api-docs/{group} concurrently for different groups
23
+
-#1634 - Generating doc for entities with map attribute does not work
24
+
-#1633 - GroupedOpenApi.builder addOpenApiCustomiser execution order is reversed
25
+
-#1630 - Remove repeated HttpSession
26
+
-#1659 - fix oauth redirection when used in spring-native
27
+
28
+
## [1.6.8] - 2022-04-22
29
+
### Added
30
+
-#1616 - Add global customizer and filters
31
+
-#1620 - Allow ComposedSchemas to replace non-composed so we can respect polymorphic links discovered in later methods
32
+
-#1579 - Updated class and method javadoc handling
33
+
### Changed
34
+
- upgrade to spring-boot 2.6.7
35
+
-#1603 - Update swagger-ui path from /swaggerui to /swagger-ui when using management port (actuator) .
36
+
- Prefer ComposedSchemas over non-composed so that method name order doesn't prevent polymorphic links generating into the spec
37
+
### Fixed
38
+
-#1621 - Redirection to UI broken with query-config-enabled when any other boolean parameter is defined.
39
+
-#1617 - spring cloud stream crashes at startup.
40
+
-#1605 - spring-native NullPointerException due to missing TypeHint
41
+
42
+
## [1.6.7] - 2022-04-07
43
+
### Added
44
+
-#1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
45
+
-#1554 - Configurable caching of OpenAPI instances.
46
+
-#1544 - @Deprecated on controller to mark all its operations as deprecated.
47
+
-#1534 - Support custom Spring type converters.
48
+
-#1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
49
+
-#1505 - Support swagger-ui.withCredentials property.
50
+
-#1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
51
+
-#1501 - Added CSRF Session Storage config properties and html transformer.
52
+
-#1498 - Pick up exception handler in case there is no controller advice at all.
53
+
### Changed
54
+
- upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
55
+
- spring-native upgrade to 0.11.4
56
+
- upgrade spring-boot version to 2.6.6
57
+
- classgraph upgrade to 4.8.143
58
+
- Update webjars-locator-core to 0.50
59
+
- add owasp dependency-check-maven plugin
60
+
### Fixed
61
+
-#1586 - Typo in Pageable sort description.
62
+
-#1570 - Remove unused dependencies.
63
+
-#1565- Missing Request Body for Write Operation Actuator Endpoints.
64
+
-#1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
0 commit comments