From df44451bfd6be9846c5225af0a7cf370ce1ba435 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Tue, 10 Sep 2024 17:51:53 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bc8da6..3eef007e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ # Changelog -## [1.0.3] (2024-09-03) +## [1.0.4] (UNRELEASED) + +**Documentation** + +- Updated the [README.md](README.md) file to explain how to use either the configuration properties file or the configuration JSON file to run the Sink connector. In addition, examples of JSON files have been provided under the [kafka-connector-project/config/kafka-connect-config](kafka-connector-project/config/kafka-connect-config/) folder. (#8) + +- Consistently updated all references to Java as "JDK version 17" throughout the project. (#9) + +- Clarify the JDK version required to run the Sink connector. (#10) + +- Updated the `manifest.json` file embedded in the Sink connector archive. (#13) +- Made some additional minor fixes. (#12) + +**Improvements** + +- Introduced automatic configuration of the `client.id` consumer property when connected to Confluent Cloud. (#11) + + +## [1.0.3] (2024-09-03) **Improvements**