v24.3.1 #24412
piyushredpanda
announced in
Releases
v24.3.1
#24412
Replies: 1 comment
-
Find out what's new in docs at https://docs.redpanda.com/current/get-started/whats-new/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
redpanda.leaders.preference
topic config property ordefault_leaders_preference
cluster config property. by @ztlpn in #23691node_local_core_assignment
feature by default by @ztlpn in #23453delete.retention.ms
, as well as the cluster propertytombstone_retention_ms
. Configuring these allow for the removal of tombstone records in compacted topics with tiered storage disabled inredpanda
. by @WillemKauf in #23662normalize=true
by @BenPope in #22519an error during transactional producer initialization. This guardrail prevents hanging transactions from blocking consumer progress. The default value is 15mins. by @bharathv in #21504
rpk registry mode
to manage the schema registry mode. by @r-vasquez in #22675GET /v1/features/enterprise
by @oleiman in #23314Improvements
rpk topic describe
now supports internal topics. by @r-vasquez in #23487rpk produce
andrpk consume
. by @WillemKauf in #23264rpk
stanza ofredpanda.yaml
. by @andrewstucki in #24017cloud_storage_backend::oracle
value, and helps thes3_client
properly configure for OCI storage. by @WillemKauf in #22902rpk cluster self-test start
to run, even in a cluster with mixed versions ofredpanda
(before and aftercloudcheck
addition in24.2.x
). by @WillemKauf in #21370DeleteRecords
requests from Kafka clients orrpk topic trim-prefix
to be called withtruncation_offset <= start_offset
without returning an error. The request is instead treated as a no-op. by @WillemKauf in #22905leader_balancer_mode
cluster config property. by @ztlpn in #23780@redpanda-data/transform-sdk-sr.SchemaFormat
for the WASM Transforms JS module by @oleiman in #23164CreateTopics
request by making parsing case-insensitive. by @WillemKauf in #23682CreateTopics
request by no longer silently ignoring an invalid value, instead throwing a configuration error. by @WillemKauf in #23682CreateTopics
request. by @WillemKauf in #23682/v1/cluster/partitions
admin API output. by @ztlpn in #22695topic_partitions_reserve_shard0
to zero. This means that we no longer weight shard 0 as if it has 2 more partitions than it actually has, leading to more even partition distribution in cases where the total number of partitions is close to the vCPU count. by @travisdowns in #22841No syntax specified for the proto file
by @BenPope in #22633rpk topic describe-storage
can be used now with internal topics. by @r-vasquez in #22338uname -a
by @JFlath in #22334rpk cluster config get
using either the original property name, or any of its aliases. Whereas before,rpk cluster config get
using a property's aliased name would return aProperty {} not found
result. by @WillemKauf in #22674null
metadata
andruleSet
when registering or querying a schema by @BenPope in #23044rpk registry schema get
will now fail if is incorrectly invoked using the--print-schema
and--format
flag. by @r-vasquez in #23886redpanda admin brokers list
exposes Host/Port/Rack/UUID additionally by @daisukebe in #23595--format
JSON/YAML support torpk topic list
. by @gene-redpanda in #23806rpk connect install
,rpk connect upgrade
, andrpk connect uninstall
, manual ways to managerpk connect
versioning. by @r-vasquez in #23117This discussion was created from the release v24.3.1.
Beta Was this translation helpful? Give feedback.
All reactions