Skip to content

Commit 39c6008

Browse files
authored
Merge pull request #56 from kroxylicious/blog-0.6.0
2 parents 6e19d15 + ea057fc commit 39c6008

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

_posts/2024-06-07-release-0_6_0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: "Kroxylicious release 0.6.0"
4+
date: 2024-06-07 00:00:00 +0000
5+
author: "Keith Wall"
6+
author_url: "https://www.github.com/k-wall"
7+
categories: [releases, kroxylicious, record-encryption, oauth]
8+
---
9+
10+
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.6.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.6.0). See the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#060) for a list of changes and summary of Deprecations, Changes and Removals.
11+
12+
### AWS KMS integraion for Record Encryption
13+
14+
This release add integraion with [AWS's Key Management System](https://docs.aws.amazon.com/kms/latest/developerguide/overview.html) into Kroxylicious Record Encryption. With this, you'll be able to [choose AWS KMS](https://kroxylicious.io/docs/v0.6.0/#aws-key-management-service) for storage of the key material used to keep your records safe.
15+
16+
### SASL OAuth Token Validation Filter
17+
18+
This release adds the [SASL OAuth Token Validation Filter](https://kroxylicious.io/docs/v0.6.0/#oauthbearer-validation) to the growing list of Kroxylicious Filters. Use this filter to help protect your Kafka Cluster from the excessive load generated when client applications continually present an invalid/expired OAuth token.
19+
20+
### Improved support for Kafka Clusters using Discontinuous Node-ids
21+
22+
This release includes a [_range aware port-per-broker networking scheme_](https://kroxylicious.io/docs/v0.6.0/#rangeawareportpernode-scheme) that allows Kroxylicious to better support Kafka Clusters using discontinuous node-ids or node-id ranges that start at values other than 0.
23+
24+
### Artefacts
25+
26+
You'll find binaries attached to the GitHub [release](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.6.0), and available through [Maven Central](https://repo1.maven.org/maven2/io/kroxylicious/kroxylicious-app/0.6.0/).
27+
28+
Docker images are hosted at [quay.io/kroxylicious/kroxylicious](https://quay.io/repository/kroxylicious/kroxylicious)
29+
30+
### Feedback
31+
32+
We are eager for any feedback, you can create an [issue in GitHub](https://github.com/kroxylicious/kroxylicious/issues) if you have any problems or want a
33+
feature added.

0 commit comments

Comments
 (0)