Features
- Redpanda now supports selecting which format the client certificate's subject DN will be parsed in. The new cluster config
tls_certificate_name_format
can take two options:legacy
orrfc2253
. See documentation of the cluster config to understand the difference in how the an X.509 certificate's subject DN will be formatted. by @michael-redpanda in #25448
Bug Fixes
- #25512 Rust target has changed and this updates it by @dhpollack in #25513
- #25522 kafka/server/group_manager: Prevent metrics::double_registration during group management. by @BenPope in #25524
Improvements
- Introduce lazy evaluation in schema registry during startup. by @IoannisRP in #25464
rpk transform
now uses the tinygo v37 to compile golang to Wasm. by @rockwotj in #25538- admin: Disallow a superuser from removing themself. by @BenPope in #25548
Full Changelog: v24.3.8...v24.3.9