Skip to content

Commit dcf1d55

Browse files
committed
cleanup
1 parent a9cd20e commit dcf1d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
**Note:** Major release version updated purely out of abundance of caution.
88

99
Internal dependency on Google Guava was removed. Functionally nothing about this library's
10-
API has changed. If you were making use of Google Guava via a transitive dependency provided by this
11-
library, then you'll need to update your project to include it directly.
10+
API has changed as a result of removing this dependency. However, if you were making use of Google Guava via a transitive
11+
dependency previously provided by this library, you will need to update your project to include this dependency directly.
1212

1313
### New Features
14-
- Update [/connector/\<name\>/restart](https://docs.confluent.io/platform/current/connect/references/restapi.html#post--connectors-(string-name)-restart) request to support the `includeTasks` and `onlyFailed` parameters from Kafka-Connect 3.0.0.
14+
- Update [/connector/\<connector name\>/restart](https://docs.confluent.io/platform/current/connect/references/restapi.html#post--connectors-(string-name)-restart) requests to support the `includeTasks` and `onlyFailed` parameters added in Kafka-Connect version 3.0.0.
1515

1616
#### Internal Dependency Updates
1717
- Removed Google Guava as a dependency.

0 commit comments

Comments
 (0)