Skip to content

Commit e8f2376

Browse files
author
bnasslahsen
committed
doc update
1 parent d1481a3 commit e8f2376

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

Diff for: CHANGELOG.md

+64
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,70 @@ 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+
## [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.
65+
- #1556 - oauth2RedirectUrl cached unexpectedly.
66+
- #1546 - Custom Requestmapping consumes responses.
67+
- #1552 - resolve-schema-properties is not replacing tokens from properties file.
68+
- #1530 - Setting displayOperationId to false does not work.
69+
- #1525 - Null vendor extensions are excluded from Json/Yaml.
70+
771
## [1.6.6] - 2022-02-06
872
### Changed
973
- #1424 - Upgrade to swagger-ui 4.5.0

0 commit comments

Comments
 (0)