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
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,20 @@
2
2
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3
3
and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## 3.1.1 (UNRELEASED)
5
+
## 3.1.1 (04/08/2021)
6
+
7
+
#### Bugfixes
8
+
-[Issue-51](https://github.com/SourceLabOrg/kafka-connect-client/issues/51) Can't set request timeout
9
+
Previously `ConfigurationBuilder::useRequestTimeoutInSeconds()` was incorrectly setting the request time to live property instead of the request time out property. It's been updated to correctly set the request timeout value on the underlying http client.
10
+
Additionally `ConfigurationBuilder::useConnectionTimeToLiveInSeconds()` was added to allow for setting the request time to live property on the underlying http client.
11
+
12
+
13
+
Thanks [IvanZhilyakov28](https://github.com/IvanZhilyakov28) for supplying the bugfix!
6
14
7
15
#### Internal Dependency Updates
8
-
- com.fasterxml.jackson.core from 2.10.4 -> 2.11.2
16
+
- com.fasterxml.jackson.core from 2.10.4 -> 2.12.2
17
+
- org.apache.httpcomponents from 4.5.12 -> 4.5.13
18
+
- com.google.guava:guava from 29.0-jre -> - 30.1.1-jre
0 commit comments