Bug Fixes
- Fixes a rare crash due to race condition between transaction related operations and partition shutdown. by @bharathv in #30084
- Prevents a potential oversized allocation in kafka protocol parsing of tagged fields by @rockwotj in #30167
- Security: Prevent the default OpenSSL config from being loaded from the host machine (OPENSSL_CONF env var or /etc/ssl/openssl.cnf file) in self-hosted installations to ensure that only redpanda configs control the crypto and TLS settings of the broker. by @pgellert in #30144
Improvements
- Don't error on potentially unknown cluster properties when attempting to issue removal requests through the admin API. by @WillemKauf in #30061
Full Changelog: v25.3.13...v25.3.14