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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
**Note:** Major release version updated purely out of abundance of caution.
8
8
9
9
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.
12
12
13
13
### 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.
0 commit comments