Skip to content

Commit aca76e1

Browse files
committed
CHANGELOG.md update
1 parent 1b634bf commit aca76e1

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ 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.7] - 2022-04-07
8+
### Added
9+
- #1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
10+
- #1554 - Configurable caching of OpenAPI instances.
11+
- #1544 - @Deprecated on controller to mark all its operations as deprecated.
12+
- #1534 - Support custom Spring type converters.
13+
- #1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
14+
- #1505 - Support swagger-ui.withCredentials property.
15+
- #1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
16+
- #1501 - Added CSRF Session Storage config properties and html transformer.
17+
- #1498 - Pick up exception handler in case there is no controller advice at all.
18+
### Changed
19+
- upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
20+
- spring-native upgrade to 0.11.4
21+
- upgrade spring-boot version to 2.6.6
22+
- classgraph upgrade to 4.8.143
23+
- Update webjars-locator-core to 0.50
24+
- add owasp dependency-check-maven plugin
25+
### Fixed
26+
- #1586 - Typo in Pageable sort description.
27+
- #1570 - Remove unused dependencies.
28+
- #1565- Missing Request Body for Write Operation Actuator Endpoints.
29+
- #1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
30+
- #1556 - oauth2RedirectUrl cached unexpectedly.
31+
- #1546 - Custom Requestmapping consumes responses.
32+
- #1552 - resolve-schema-properties is not replacing tokens from properties file.
33+
- #1530 - Setting displayOperationId to false does not work.
34+
- #1525 - Null vendor extensions are excluded from Json/Yaml.
35+
736
## [1.6.6] - 2022-02-06
837
### Changed
938
- #1424 - Upgrade to swagger-ui 4.5.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Octocat](https://springdoc.org/images/springdoc-openapi.png)
2-
[![Build Status](http://129.159.254.115:8686/buildStatus/icon?job=springdoc-openapi-IC)](http://129.159.254.115:8080/view/springdoc-openapi/job/springdoc-openapi-IC/)
2+
[![Build Status](http://129.159.254.115:8686/buildStatus/icon?job=springdoc-openapi-IC)](http://129.159.254.115:8686/view/springdoc-openapi/job/springdoc-openapi-IC/)
33
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=springdoc_springdoc-openapi&metric=alert_status)](https://sonarcloud.io/dashboard?id=springdoc_springdoc-openapi)
44
[![Known Vulnerabilities](https://snyk.io/test/github/springdoc/springdoc-openapi.git/badge.svg)](https://snyk.io/test/github/springdoc/springdoc-openapi.git)
55
[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/springdoc)](https://stackoverflow.com/questions/tagged/springdoc?tab=Votes)

0 commit comments

Comments
 (0)