-
Notifications
You must be signed in to change notification settings - Fork 12
Release blog 0.14.0 #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release blog 0.14.0 #184
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| layout: post | ||
| title: "Kroxylicious release 0.14.0" | ||
| date: 2025-08-08 00:00:00 +1200 | ||
| author: "Rob Young" | ||
| author_url: "https://github.com/robobario" | ||
| # noinspection YAMLSchemaValidation | ||
| categories: blog kroxylicious-proxy kroxylicious-operator releases | ||
| tags: [ "releases", "kroxylicious-proxy", "kroxylicious-operator" ] | ||
| --- | ||
|
|
||
| The Kroxylicious project is very pleased to announce the release | ||
| of [Kroxylicious 0.14.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.14.0). See | ||
| the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0140) for a list of changes and | ||
| summary of Deprecations, Changes and Removals. | ||
|
|
||
| ### Key Highlights | ||
|
|
||
| * **New Authentication APIs for Plugin Authors:** | ||
| We are laying the groundwork for powerful client-identity-oriented Plugins. Our goal is to enable Plugins to access | ||
| and influence client identity. This opens the door to advanced features like per-user authorization, message | ||
| redaction, and much more! | ||
|
|
||
| This release takes the first major steps by adding APIs that allow Filters to: | ||
| - [Access client-provided TLS certificates](https://github.com/kroxylicious/design/blob/main/proposals/005-filter-api-to-expose-client-and-server-tls-info.md). | ||
| - [Report and access SASL authentication details](https://github.com/kroxylicious/design/blob/main/proposals/006-filter-api-to-expose-client-sasl-info.md) | ||
| across the Filter chain. | ||
|
|
||
| * **New Back-Pressure Metrics:** | ||
| You can now pinpoint performance bottlenecks with new duration metrics that measure exactly how long the proxy is | ||
| applying back-pressure to client connections. | ||
|
|
||
| * **Large Message Encryption Fix:** | ||
| See you later, alligator! We've squashed a critical bug in the Record Encryption Filter where encrypting events over | ||
| 1MB would fail ([#2504](https://github.com/kroxylicious/kroxylicious/issues/2504)). | ||
|
|
||
| * **API Versions Negotiation Fix:** | ||
| We resolved a bug that prevented Redpanda Connect (using the [franz-go](https://github.com/twmb/franz-go) client) | ||
| from connecting when Kroxylicious was proxying older Kafka broker versions ([#2450](https://github.com/kroxylicious/kroxylicious/issues/2450)). | ||
|
|
||
| ### Feedback | ||
|
|
||
| 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. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.