File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 4.0.5 (10/06/2024(
6+ - Removes TLS v1 and v1.1, adds TLS 1.3 [ PR-93] ( https://github.com/SourceLabOrg/kafka-connect-client/pull/91 )
7+ - Adds support for ` Stop Connector ` endpoint [ PR-89] ( https://github.com/SourceLabOrg/kafka-connect-client/pull/89 )
8+
9+ Thanks [ m8719-github] ( https://github.com/m8719-github ) for the contributions!
10+
511## 4.0.4 (02/16/2024)
612- Opens ` HttpsContextBuilder ` for extension [ PR-84] ( https://github.com/SourceLabOrg/kafka-connect-client/pull/84 )
713- Updates internal dependency Http Components from 4.5.13 -> 4.5.14
@@ -235,4 +241,4 @@ This release fixes these two methods to return the correct types as defined by t
235241- Update Jackson dependency to 2.9.5 [ CVE-2018 -7489] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489 ) .
236242
237243## 1.0.0 (03/01/2018)
238- - Initial release!
244+ - Initial release!
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab</groupId >
88 <artifactId >kafka-connect-client</artifactId >
9- <version >4.0.4 </version >
9+ <version >4.0.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <!-- Require Maven 3.3.9 -->
You can’t perform that action at this time.
0 commit comments