Skip to content

Commit 3144dcc

Browse files
authored
Create 2025-05-09-release-0_12_0.md (#129)
Signed-off-by: Keith Wall <[email protected]>
1 parent 2f80d89 commit 3144dcc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_posts/2025-05-09-release-0_12_0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: "Kroxylicious release 0.12.0"
4+
date: 2025-05-09 00:00:00 +0000
5+
author: "Keith Wall"
6+
author_url: "https://github.com/k-wall"
7+
# noinspection YAMLSchemaValidation
8+
categories: blog kroxylicious releases
9+
tags: [ "releases", "kroxylicious" ]
10+
---
11+
12+
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.12.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.12.0). See the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0120) for a list of changes and summary of Deprecations, Changes and Removals.
13+
14+
### Apache Kafka 4.0.0 compatibility
15+
16+
The main change in this release is Apache Kafka 4.0.0 compatibility. The proxy will now relay Kafka 4.0 specific versions of the Kafka RPC and your filters can intercept them.
17+
18+
### Downstream mTLS now defaults to REQUIRE
19+
20+
If you are using TLS client authentication (in other words , mutual TLS) between Kafka Clients and the Proxy, the Proxy will now default to requiring that client present a certificate - `REQUIRE` mode - rather than `NONE` (as was previously the case). If the client does not
21+
present a certificate that is trusted by the trust-anchor, the connection will fail to be established. The motivation for this change is adhering to the "Secure by Default" philosophy.
22+
23+
### Feedback
24+
25+
Please let us know, through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or even [bsky](https://bsky.app/profile/kroxylicious.io)), if you find the project interesting or helpful and especially if you have deployed it in production.

0 commit comments

Comments
 (0)