Features
Bug Fixes
- Fixes a bug in the
purger
, which when used withABS
may attempt to download a directoryBlob
as a manifest. This would completely block thepurger
from purging partitions for a deleted topic. by @WillemKauf in #22541 - Fixes a bug in which the
abs_parse_impl
used inxml_sax_parser
would throw an exception when processing aList Blobs
response with a<BlobPrefix>
element within<Blobs>
, but without any<Blob>
elements. by @WillemKauf in #22539 - Fixes a rare race condition triggering an assert (crash) with idempotent producers. by @bharathv in #22738
- Kafka client used by audit system will now properly handle DNS lookup failure errors by @michael-redpanda in #22525
- Schema Registry: Fix Swagger for
POST /compatibility/subjects/{subject}/versions/{version}
by @BenPope in #22645 - PR #21589 [v24.1.x] cloud storage: Fix deleted_count in clean_up_at_start by @jcipar
- PR #22322 [v24.1.x] Increased tolerance in fast addition tests by @mmaslankaprv
- PR #22537 [v24.1.x] cloud_storage: add
error_outcome::operation_not_supported
by @WillemKauf - PR #22694 [v24.1.x] tests/availability: fix resuming of suspended nodes by @bashtanov
- PR #22700 [v24.1.x]
admin
: remove throw on unknown self test type inadmin_server
(manual backport) by @WillemKauf
Improvements
- #22603 Schema Registry: Improve AVRO Normalization by @BenPope in #22634
- #22628 rpk debug bundle: include the result of
uname -a
by @JFlath in #22630 - #22651 Schema Registry: Remove spurious log entry:
No syntax specified for the proto file
by @BenPope in #22652
Full Changelog: v24.1.13...v24.1.14