File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
+ ## 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
+
5
11
## 4.0.4 (02/16/2024)
6
12
- Opens ` HttpsContextBuilder ` for extension [ PR-84] ( https://github.com/SourceLabOrg/kafka-connect-client/pull/84 )
7
13
- 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
235
241
- Update Jackson dependency to 2.9.5 [ CVE-2018 -7489] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489 ) .
236
242
237
243
## 1.0.0 (03/01/2018)
238
- - Initial release!
244
+ - Initial release!
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.sourcelab</groupId >
8
8
<artifactId >kafka-connect-client</artifactId >
9
- <version >4.0.4 </version >
9
+ <version >4.0.5 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<!-- Require Maven 3.3.9 -->
You can’t perform that action at this time.
0 commit comments