Skip to content

Commit 79c11c0

Browse files
committed
PR feedback simplify wording.
Revert hard wrap at 120 chars. Signed-off-by: Sam Barker <[email protected]>
1 parent 2ea4343 commit 79c11c0

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

_posts/2025-11-28-release-0_18_0.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,19 @@ categories: blog kroxylicious-proxy releases
99
tags: [ "releases", "kroxylicious-proxy" ]
1010
---
1111

12-
The Kroxylicious project is very pleased to announce the release
13-
of [Kroxylicious 0.18.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.18.0). See
14-
the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0180) for a list of changes and
15-
summary of Deprecations, Changes and Removals.
12+
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.18.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.18.0). See the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0180) for a list of changes and summary of Deprecations, Changes and Removals.
1613

1714
The main highlights of this release are:
1815

1916
### Filter API Improvements
2017

21-
* Filters now have a convenient mechanism to convert from topic
22-
ids [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers) to topic names. This is
23-
based
24-
on [design proposal#008](https://github.com/kroxylicious/design/blob/main/proposals/008-topic-name-lookup-facility.md)
25-
* For authenticated use-cases, filters now have access to a Subject API that provides convenient access to the authenticated principals established by the channel. This is a building block
26-
for filters that need to enforce authorization checks or want to write an audit trail of Kafka actions. Full context
27-
on where our thinking goes and what could/should be possible is outlined
18+
* Filters now have a convenient mechanism to convert from topic ids [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers) to topic names this is based on [design proposal#008](https://github.com/kroxylicious/design/blob/main/proposals/008-topic-name-lookup-facility.md)
19+
* Filters now have access to a Subject API that provides convenient access to the authenticated principals established by the channel. This is a building block for filters that need to enforce authorization checks or want to write an audit trail of Kafka actions. Further details and context can be found
2820
in [design proposal#009](https://github.com/kroxylicious/design/blob/main/proposals/009-authorizer.md)
2921

3022
### Authorizer Filter
3123

32-
We've added a new Authorizer Filter that can authorize Topic operations using the same semantics as Kafka own
33-
Authorization API. This allows you to enforce authorizations rules at the proxy.
24+
We've added a new Authorizer Filter that can authorize Topic operations using the same semantics as Kafka own Authorization API. This allows you to enforce authorizations rules at the proxy.
3425

3526
### Azure KMS integration for Record Encryption
3627

@@ -40,5 +31,4 @@ With this release, Record Encryption now has the capability to use Azure Vault f
4031

4132
Please let us know if you find the project interesting or helpful, and especially if
4233
you have deployed it in production.
43-
You can reach us through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or
44-
even [bsky](https://bsky.app/profile/kroxylicious.io)).
34+
You can reach us through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or even [bsky](https://bsky.app/profile/kroxylicious.io)).

0 commit comments

Comments
 (0)