1.1.0 #180
muralibasani
announced in
Announcements
1.1.0
#180
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes : Klaw 1.1.0
Date: 4th Nov, 2022
Overview
Klaw version 1.1.0 is a minor release with a couple of new features and improvements.
Breaking changes
There are no breaking changes in this release.
New features
Authentication protocols: Klaw 1.1.0 includes the authentication protocols SCRAM-SHA-256 and SCRAM-SHA-512, which you can use to connect to Apache Kafka clusters.
Enabled JWT-based authentication: Enabled JWT-based authentication to connect to Klaw Cluster API. You can configure klaw.clusterapi.access.base64.secret in both core and cluster-api modules to enable this authentication between APIs.
Connect to multiple clusters using SSL: This release includes the functionality to configure Klaw to connect to multiple Apache Kafka clusters with different SSL certificates. In the application.properties file located in the src/main/resources folder, look for the line starting with ssl.* and replace it with .kafkassl.*. You can find the cluster-id from the user interface under the Clusters page.
An example configuration for cluster-id ‘dev1’ is as shown below:
Improvements
This release includes the following improvements:
'Core' - Core API with user interface and cluster-api connectivity.
'Cluster-api' - This module is cloned from the main branch of repo https://github.com/aiven/klaw-cluster-api and removes the dependency on this Git repository.
Vulnerabilities and Bug fixes
This release includes the below.
Upgrade
To upgrade to this release, download the package from https://github.com/aiven/klaw/releases/tag/v1.1.0 and follow the instructions on Klaw documentation to upgrade. You can also refer to the README for information.
Change log
Full Changelog: 1.0.0...1.1.0
Contributors
Murali Basani
Mirjam Aulbach
Samuli Suortti
Sergey Nuyanzin
Josep Prat
Ahmed Sobeh
Dave Beech
Stefan Arentz
Sebastian Kaiser
This discussion was created from the release 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions