This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch release-1.1.0 in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit 268fe58b45c23ba79e0cb37338003f7c4cbc14bb Author: PJ Fanning <[email protected]> AuthorDate: Mon Sep 16 10:15:00 2024 +0100 Update releases-1.1.md --- docs/src/main/paradox/release-notes/releases-1.1.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md b/docs/src/main/paradox/release-notes/releases-1.1.md index 0e6ba3ca..e07a7e86 100644 --- a/docs/src/main/paradox/release-notes/releases-1.1.md +++ b/docs/src/main/paradox/release-notes/releases-1.1.md @@ -1,13 +1,12 @@ # Release Notes (1.1.x) -## 1.1.0-M1 +## 1.1.0 -Release notes for Apache Pekko Connectors Kafka 1.1.0-M1. -As with all milestone releases, this release is not recommended for production use - it is designed to allow users to try out the changes in a test environment. +Release notes for Apache Pekko Connectors Kafka 1.1.0. This release is built with Apache Pekko 1.1. When upgrading to Apache Pekko Connectors Kafka 1.1.0, it is recommended that you also upgrade to use Apache Pekko 1.1. ### Dependency Changes Most of the dependency changes are small patch level upgrades. Some exceptions include: -* kafka-clients 3.7.0 +* kafka-clients 3.8.0 * slf4j was updated to v2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
