Bug Fixes
- Allow console ingress reconciliation using Redpanda custom resource by @RafalKorepta in #13858
- Topic manifests now serialize size values as unsigned instead of signed. Previously negative values could result in the failure to recreate the topic as a recovery topic. by @andrwng in #13867
- #13492 Fixes an issue where autocreated topics would not reflect cluster-level cloud storage config by @oleiman in #13853
- #13813 External struct of the cluster spec was missing a few fields, notably SourceRanges and Annotations. by @alejandroEsc in #13814
- #13830 fixes a use_after_free due to interaction with iterators and suspension points. by @andijcr in #13893
- #13914 Fix
overwriteTopicName
usage. by @RafalKorepta in #13915 - #13954 Schema Registry:
GET /subjects
no longer returns a subject that has no versions or only deleted versions (unless?deleted=true
) by @BenPope in #13955 - do not allow unsafe decommission procedure if annotation was not changed by @RafalKorepta in #13901
Improvements
- Partition balancer now takes partition size reclaimable by space management into account. by @ztlpn in #13784
- #13670 Changes the log level for when rpk clients disconnect from the cluster to debug by @vuldin in #13671
- #13721 Export per handler produce/fetch metrics on the public_metrics endpoint by @StephanDollberg in #13731
- #13813 Enterprise struct with new license fields also created, deprecating the old license keys by @alejandroEsc in #13814
- #13926 Flushing Raft underlying logs will allow stms to create snapshots and minimize amount of data read during redpanda startup by @mmaslankaprv in #13928
- #13926
raft_election_timout_ms
change does not require restart now by @mmaslankaprv in #13928 - #13960 Schema Registry: Improve error message for invalid compatibility level by @BenPope in #13961
- kafka/client logs now include the client identifier (e.g.,
schema_registry_client
,pandaproxy_client
) by @BenPope in #13969 - redpanda/kafka: Eliminate some copies in kafka responses (in particular, metadata) by @BenPope in #13881
Full Changelog: v23.2.11...v23.2.12