Skip to content

Commit 0ddc1e7

Browse files
robobarioSamBarker
andcommitted
Review feedback
Co-authored-by: Sam Barker <sam@quadrocket.co.uk> Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent a556201 commit 0ddc1e7

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

_posts/2026-04-01-release-0_20_0.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,16 @@ Thanks to the work of [May-Abo](https://github.com/May-Abo), a new filter joins
2121

2222
Multi-tenancy gets even better with the Entity Isolation filter. Initially supporting `groupId` and `transactionalId` entity types, this filter helps you enforce isolation boundaries between tenants sharing a cluster.
2323

24-
### Apicurio v3 Upgrade
24+
### Record Validation Filter - Apicurio v3 Upgrade
2525

26-
Record validation just got a major upgrade with Apicurio v3. The default schema identification has changed from `globalId` to `contentId` for better interoperability with Confluent-based Kafka clients. To support migrations you can still use the old behavior by setting `wireFormatVersion` to `V2`, though this mode is deprecated and will be removed in a future release.
26+
- Record validation just got a major upgrade with Apicurio v3. The default schema identification has changed from `globalId` to `contentId` for better interoperability with Confluent-based Kafka clients. To support migrations, you can still use the old behavior by setting `wireFormatVersion` to `V2`, though this mode is deprecated and will be removed in a future release.
27+
- The schema validation filter can now connect to a schema registry protected by internally signed TLS certificates. One less obstacle for air-gapped or enterprise environments.
2728

2829
### Kubernetes Operator Enhancements
2930

3031
Two improvements for Kubernetes users:
31-
- **Server-Side Apply**: The operator now uses Server-Side Apply for all dependent resources. Existing deployments are unaffected, and externally-applied patches (like annotations from observability tooling) will now survive operator reconciles.
3232
- **OpenShift Route Support**: Enable external access to Virtual Clusters via OpenShift Routes using `KafkaProxyIngress.spec.openShiftRoute`. Off-cluster client access is now a breeze on OpenShift.
33-
34-
### Schema Validation with Internal Certificates
35-
36-
You can now use schema validation with a schema registry protected by internally signed TLS certificates. One less obstacle for air-gapped or enterprise environments.
33+
- **Server-Side Apply**: The operator now uses Server-Side Apply for all dependent resources. Existing deployments are unaffected, and externally-applied patches (like annotations from observability tooling) will now survive operator reconciles.
3734

3835
### Javadocs on the Website
3936

0 commit comments

Comments
 (0)