Skip to content

prep for release of 4.0.5 #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.5 (10/06/2024(
- Removes TLS v1 and v1.1, adds TLS 1.3 [PR-93](https://github.com/SourceLabOrg/kafka-connect-client/pull/91)
- Adds support for `Stop Connector` endpoint [PR-89](https://github.com/SourceLabOrg/kafka-connect-client/pull/89)

Thanks [m8719-github](https://github.com/m8719-github) for the contributions!

## 4.0.4 (02/16/2024)
- Opens `HttpsContextBuilder` for extension [PR-84](https://github.com/SourceLabOrg/kafka-connect-client/pull/84)
- 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
- Update Jackson dependency to 2.9.5 [CVE-2018-7489](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489).

## 1.0.0 (03/01/2018)
- Initial release!
- Initial release!
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>org.sourcelab</groupId>
<artifactId>kafka-connect-client</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<packaging>jar</packaging>

<!-- Require Maven 3.3.9 -->