@@ -4,6 +4,36 @@ 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.10] - 2022-08-15
8
+ ### Added
9
+ - #1700 - Support PageableDefault#value()
10
+ - #1706 - ßAdd RouterOperationCustomizer
11
+ - #1754 - Default value and description of the page parameter when enabled spring.data.web.pageable.one-indexed-parameters property
12
+ - #1755 - Adjust name of the parameters page and size when set spring.data.web.pageable.prefix property
13
+ - #1742 - Optimize the group order problem
14
+ ### Changed
15
+ - upgrade to spring-boot 2.7.2
16
+ - upgrade swagger-ui: 4.13.2
17
+ - upgrade classgraph: 4.8.149
18
+ - upgrade spring-native: 0.12.1
19
+ - upgrqde swagger-core: 2.2.2
20
+ - upgrage therapi-runtime-javadoc: 0.15.0
21
+ ### Fixed
22
+ - #1684 - incorrect generic param for multi interfaces
23
+ - #1687 , #1688 - kotlin ByteArray property incorrect
24
+ - #1692 - More specific bean name for objectMapperProvider
25
+ - #1684 - Incorrect generic param for multi interfaces
26
+ - #1707 - Concurrent problems when initializing multiple GroupedOpenApi parallelly
27
+ - 1690 - Expected file to be in alphabetical order.
28
+ - #1713 - ObjectMapperProvider to sort all properties.
29
+ - #1717 , #1718 - javadoc of JsonUnwrapped fields not set
30
+ - #1748 , #1712 , Generated server url computation not cleared
31
+ - #1696 - incorrect generic param for multi interfaces
32
+ - #1749 - Update server out of cache
33
+ - #1734 - springdoc-openapi-kotlin and springdoc-openapi-common do not agree on conditions for auto configuration
34
+ - #1761 - Exception documenting RestControllerEndpoint with PostMapping
35
+
36
+
7
37
## [ 1.6.9] - 2022-05-22
8
38
### Added
9
39
- #1664 - Add Schema properties support in method-level @RequestBody
0 commit comments