|
| 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. |
| 15 | +With this, you'll be able to choose AWS KMS for storage a key material used to keep your records safe. |
| 16 | + |
| 17 | +### Oauth Token Validation Filter |
| 18 | + |
| 19 | +xxxx |
| 20 | + |
| 21 | +### Other Improvements |
| 22 | + |
| 23 | +* Support for Apache Kafka 3.7.0 API additions (Kroxylicious is version agnostic and can interface with all current broker and client versions, but must |
| 24 | +be updated to intercept/forward new APIs or fields added to existing APIs of the Kafka Protocol) |
| 25 | +* A fix for upstream TLS connections failing, [@callaertanthony](https://github.com/callaertanthony)'s first PR contribution, thank you! |
| 26 | +* Added a `lowestTargetBrokerId` configuration for Port-per-broker Virtual Cluster exposition |
| 27 | +* Numerous bugfixes, documentation improvements, test enhancements |
| 28 | + |
| 29 | +### Artefacts |
| 30 | + |
| 31 | +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/). |
| 32 | + |
| 33 | +Docker images are hosted at [quay.io/kroxylicious/kroxylicious](https://quay.io/repository/kroxylicious/kroxylicious) |
| 34 | + |
| 35 | +### Feedback |
| 36 | + |
| 37 | +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 |
| 38 | +feature added. |
0 commit comments