Skip to content

Commit

Permalink
Prepare for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Dec 11, 2024
1 parent 737df2a commit 08f662f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## [1.1.0] (Unreleased)
## [1.1.0] (2024-12-11)

**Documentation**
**Improvements**

- Added support for concurrent processing, along with deep refactoring of the code base for better performance. ([#29](https://github.com/Lightstreamer/Lightstreamer-kafka-connector/pull/29))

- Upgraded _Gradle_ to version 8.11.1. ([#29](https://github.com/Lightstreamer/Lightstreamer-kafka-connector/pull/29))

**Documentation**

- Added some style changes to the [README.md](README.md) and factory [adapters.xml](kafka-connector-project/kafka-connector/src/adapter/dist/adapters.xml) files. ([#28](https://github.com/Lightstreamer/Lightstreamer-kafka-connector/pull/28))

- Introduced the [Client Side Error Handling](README.md#client-side-error-handling) section in the [README.md](README.md) file. ([#17](https://github.com/Lightstreamer/Lightstreamer-kafka-connector/pull/17))
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-kafka-connector-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation group: 'com.lightstreamer.kafka', name: 'kafka-connector', 'version': '1.0.7'
implementation group: 'com.lightstreamer.kafka', name: 'kafka-connector', 'version': '1.1.0'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion kafka-connector-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.1.0
brandedProjectName=Lightstreamer Kafka Connector
release_date=UNRELEASED
release_date=2024-12-11
connect_owner=lightstreamer
connect_componentName=kafka-connect-lightstreamer

0 comments on commit 08f662f

Please sign in to comment.