Features
- rpk:
group describe
shows coordinator partition by @daisukebe in #27133
Bug Fixes
- Fixes a heap-use-after-free that could trigger during a race between cloud storage IO and the broker shutting down. by @andrwng in #26827
- Fixes node wise recovery issue leading to stuck reconfiguration when local data on the replicas is more up to date than data in tiered storage by @mmaslankaprv in #27218
- Redpanda now serializes Iceberg manifest lists differently, to allow certain engines (e.g. AWS Redshift) to query the Iceberg tables when using the empty partition spec. by @andrwng in #27205
- logs_since flag when requesting debug bundle now handles timestamps provided in ISO8601 format. by @c-julin in #27209
Improvements
- Improves frequent timeouts in cloud storage clients. by @oleiman in #27264
- Makes admin redirects to leader a bit more flexible - allowing redirection of requests originally directed at a headless k8s service. by @oleiman in #27274
- Prevent
redpanda
from occasionally hanging when the application is exited soon after starting. by @WillemKauf in #27068 - #27037 Reduces the fragmentation caused by
ftruncate()
calls onsegment
s being rewritten as a part of compaction by providing a better estimate for the size required from initialfallocate()
calls in thestorage
subsystem by @WillemKauf in #27044
Full Changelog: v25.1.9...v25.1.10