Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Sep 10, 2024
1 parent 36e3a8d commit df44451
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down

0 comments on commit df44451

Please sign in to comment.