Skip to content

Releases: redpanda-data/redpanda

v25.3.9

26 Feb 14:21
836b4a3

Choose a tag to compare

Bug Fixes

  • Fixes an issue where kafka clients that don't set a max_wait_ms (such as the schema registry client) would timeout immediately and not return any data. by @rockwotj in #29710

Full Changelog: v25.3.8...v25.3.9

v25.3.8

25 Feb 17:13
c3e805d

Choose a tag to compare

Bug Fixes

  • Fixes duplicate message writes in Iceberg when disk or memory reservation errors occur. by @ballard26 in #29397

Improvements

  • #29652 rpk redpanda admin config log-level set: Added --help-loggers flag to display the list of available loggers without setting any log level. by @r-vasquez in #29653
  • #29652 rpk redpanda admin config log-level set: now dynamically discovers available loggers from the local Redpanda binary or the Admin API. by @r-vasquez in #29653
  • PR #29075 [v25.3.x] admin: update shadow indexing api doc by @nvartolomei
  • PR #29520 [v25.3.x] coordinated compaction improvements by @bashtanov
  • PR #29541 [v25.3.x] storage: manage priority logs in housekeeping_loop [take 2] by @WillemKauf
  • PR #29586 [v25.3.x] bazel: Update protobuf to 33.5 by @michael-redpanda
  • PR #29607 [v25.3.x] rptests/util/repeat_check: make it work correctly in wait_until by @bashtanov
    Full Changelog: v25.3.7...v25.3.8

v25.3.7

07 Feb 17:19
0cc5d07

Choose a tag to compare

Bug Fixes

  • Fixed admin API service restart to handle pandaproxy and schema_registry on the correct shard. by @pgellert in #29523
  • Fixes a bug where truncation does not propagate to sink if source start offset has moved ahead of sink high watermark. by @bharathv in #29446
  • firm up start offset update logic by @joe-redpanda in #29467
  • PR #29393 [v25.3.x] cloud_io: handle key_not_found when listing bucket objects by @nvartolomei
  • PR #29477 [v25.3.x] iobuf: fix operator<=> and operator== for string_view comparisons by @travisdowns
  • PR #29497 [v25.3.x] kafka: Clamp consume deadline to 5s by @Lazin

Improvements

Full Changelog: v25.3.6...v25.3.7

v25.3.6

23 Jan 19:26
541f11e

Choose a tag to compare

Bug Fixes

  • Fixed an issue where Kafka fetch session responses could omit partitions with changed metadata (high watermark, log start offset, last stable offset) when the fetch retried internally due to min_bytes not being satisfied. by @pgellert in #29349
  • Fixed cluster link replication attempting prefix truncation on partitions that do not support it (e.g., cloud topics) by @michael-redpanda in #29296
  • Fixed file cleanup issue in datalake::record_multiplexer. by @ballard26 in #29277
  • #29299 Fix the partition_response for a produce request to a LogAppendTime topic to accurately reflect the timestamp_type. by @WillemKauf in #29301
  • guarantee invalid lso gets converted to a retryable error when relevant by @joe-redpanda in #29307

Improvements

  • Improve cluster linking shadow topic prefix truncation error message. by @pgellert in #29303
  • Schema Registry: Optimise compatibility checking for json to allow more nested schemas. by @BenPope in #29317
  • PR #28757 [CORE-14007] Fix timeout handling in TS by @Lazin
  • PR #29294 c/topic_table: use chunked_hash_map for lifecycle markers by @bashtanov
  • PR #29330 bazel: Update seastar to latest by @StephanDollberg

Full Changelog: v25.3.5...v25.3.6

v25.2.14

22 Jan 20:05
6a89922

Choose a tag to compare

Bug Fixes

  • Adds better validation to arrays and strings being read off the wire from kafka clients. by @WillemKauf in #29228
  • Fix a cache collision in in-memory spillover manifest cache which could lead to new topic reading data from the old topic with the same name for a short period of time. by @nvartolomei in #29089
  • Iceberg: Allow bucket names with dots. Also, reject URIs returned by catalog that look like s3://bucket.s3.amazonaws.com/path/to/object. by @nvartolomei in #29095
  • Reduces a window in which Redpanda may end up missing data when using the object_storage catalog for Iceberg Topics. Reminder: the object_storage is generally unsafe and should not be used in production. by @andrwng in #28532
  • #29297 Fix the partition_response for a produce request to a LogAppendTime topic to accurately reflect the timestamp_type. by @WillemKauf in #29300
  • prevents state machine from loading local snapshot with offsets greater than log dirty offset by @mmaslankaprv in #29007

Improvements

  • Connection errors now report the resolved address where possible. by @BenPope in #29204
  • kafka/client: Improve retry to logic to properly rotate all provided seed servers. by @BenPope in #29205
  • PR #28312 [CORE-14442] rm_stm: do not reinsert producer to active tx producers list if present by @mmaslankaprv
  • PR #29292 c/topic_table: use chunked_hash_map for lifecycle markers by @bashtanov

Full Changelog: v25.2.13...v25.2.14

v25.3.5

16 Jan 14:01
05d59a1

Choose a tag to compare

Features

  • Cluster health report now includes node IDs of nodes that exceed the disk usage reporting thresholds. by @bharathv in #29141
  • Iceberg: Support customizing Iceberg catalog namespace (defaults to redpanda) at cluster level. by @nvartolomei in #29169
  • Snapshot id correlated with table update transaction is now available in Datalake REST API by @mmaslankaprv in #29256
  • rpk shadow config generate: now supports --print-template along with --for-cloud by @r-vasquez in #29126
  • rpk: WCR supports --cluster-uuid-override by @daisukebe in #29185
  • rpk: rpk can now be used to create Redpanda roles in Redpanda Cloud using the rpk security role command. by @r-vasquez in #29211

Bug Fixes

Improvements

  • Connection errors now report the resolved address where possible. by @BenPope in #29202
  • rpk shadow create [cloud]: now rpk validates if the secret exists in the Shadow cluster before sending a request to create by @r-vasquez in #29129
  • rpk shadow describe now supports the --format json/yaml flag. by @r-vasquez in #29130
  • PR #29275 Improve descriptions for OpenAPI (backport) by @kbatuigas

Full Changelog: v25.3.4...v25.3.5

v25.3.4

26 Dec 05:32
4127e17

Choose a tag to compare

Features

  • Enable compaction of transactional control batches per delete.retention.ms. This feature cannot be enabled at the same time as any tiered storage topic properties (i.e this feature is only accessible for local topics). by @bashtanov in #29109

Bug Fixes

  • Fix a cache collision in in-memory spillover manifest cache which could lead to new topic reading data from the old topic for a short period of time. by @nvartolomei in #29086
  • Iceberg: Allow bucket names with dots. Also, reject URIs returned by catalog that look like s3://bucket.s3.amazonaws.com/path/to/object. by @nvartolomei in #29096

Full Changelog: v25.3.3...v25.3.4

v25.3.3

20 Dec 17:37
d2f6e3a

Choose a tag to compare

Bug Fixes

  • Fixes incorrect reporting of partition movement progress in decommission/reconfiguration status output. by @bharathv in #29055
  • Prevent a slew of races between operations in the storage layer that could lead to attempting to append to a closed segment or a failed assert by @WillemKauf in #28545
  • Updated C-Ares to 1.34.6 to address CVE-2025-62408 by @michael-redpanda in #29052
  • Variety of fixes to reduce noise in log concerning internal kafka client authentication and authorization by @michael-redpanda in #28927
  • prevents state machine from loading local snapshot with offsets greater than log dirty offset by @mmaslankaprv in #29008

Improvements

Full Changelog: v25.3.2...v25.3.3

v25.2.13

20 Dec 17:33
35bf38d

Choose a tag to compare

Bug Fixes

  • Fix an issue where an unhandled exception in archival could lead to an input_stream asserting in its destructor. by @oleiman in #28923
  • Fixed a rare bug that causes timequeries against partitions using tiered storage to incorrectly return no result when the partition's local log is empty but retains an active segment. by @wdberkeley in #28898
  • PR #28868 [v25.2.x] archival: treat purge key_not_found error as success by @andrwng

Full Changelog: v25.2.12...v25.2.13

v25.3.2

12 Dec 04:53
5126a59

Choose a tag to compare

Features

  • Rpk can now generate a dashboard for monitoring Redpanda Serverless clusters via rpk generate grafana-dashboard --dashboard serverless. by @nicolaferraro in #28894
  • #28931 [UX-746] rpk shadow (cloud): add failure reason by @r-vasquez

Bug Fixes

  • Attempt to fail over a topic that isn't being Shadowed now returns a 404 rather than a 409 by @michael-redpanda in #28742
  • Fix an issue where an unhandled exception in archival could lead to an input_stream asserting in its destructor. by @oleiman in #28924
  • Fixed a bug where if a user updates a Shadow Link with the same password the password set at timestamp was cleared. Now if they use the same password, the timestamp is kept at its previous value by @michael-redpanda in #28863
  • Fixed a rare bug that causes timequeries against partitions using tiered storage to incorrectly return no result when the partition's local log is empty but retains an active segment. by @wdberkeley in #28871
  • Fixes a bug in which a segment could be incorrectly marked as having finished self compaction during a race with a log shutdown by @WillemKauf in #28799
  • #28853 Avoids runaway replicators after topics got deleted. Additionally improve some observability related to shadow requests. by @bharathv in #28869
  • schema_registry/swagger: Fix type for version in GET /compatibility/subjects/{subject}/versions/{version} by @BenPope in #28766
    Markdown
  • #28596 [CORE-14647] ct: Take max applied epoch into account by @Lazin
  • #28621 tx_gateway: do not log error on shutdown by @mmaslankaprv
  • #28681 [CORE-13776] Handle rpk.describe_group racing with __consumer_offsets creation by @dotnwat
  • #28694 [CORE-14665] security/audit: Fix stuck misconfigured state by @IoannisRP
  • #28755 cluster: fix topic label aggregation on restart by @ballard26
  • #28808 Recovery throttler fix by @bashtanov
  • #28827 [CORE-8225] cloud_storage_clients/abs: Drop showonly=files when using a delimiter by @wdberkeley
  • #28888 [CORE-14922] test: ignore expired cert log lines by @dotnwat
  • #28909 shadowing/tests/verifier: use unique_id suffix for group names by @bharathv
  • #28910 [CORE-14907] Fix overflow in coordinated recovery throttling by @bashtanov
  • #28940 when lowering recovery rate with recoveries in flight don't wait for available bytes to converge by @bashtanov

Improvements

  • Adds support for SASL/PLAIN authentication for Shadow Linking by @michael-redpanda in #28942
  • Aliases the following enum variants: by @michael-redpanda in #28876
    • ACLPattern.ACL_PATTERN_PREFIX to ACLPattern.ACL_PATTERN_PREFIXED
    • PatternType.PATTERN_TYPE_PREFIXED to PatternType.PATTERN_TYPE_PREFIX
  • Fixes a vulnerability in aioboto3 by pinning the urllib3 dependency. by @tyson-redpanda in #28919
  • Minor improvements to http client for better connection reuse in certain edge cases. by @nvartolomei in #28822
  • The message printed by rpk config export is now written to stderr instead of stdout, preventing it from interfering with the exported configuration when stdout is used as the output destination. i.e. rpk config export --all -f /dev/stdout by @simon0191 in #28761
  • The restart is no longer required if the cloud storage auth token is invalidated. by @Lazin in #28712
  • Updated default console image version in rpk container commands to v3.3.0 by @vbotbuildovich in #28638
  • fix shard placement table race condition by @joe-redpanda in #28675
  • partitions with an in-flight move and original replica quorum loss will now be reported as immutable by @joe-redpanda in #28687
  • rpk cluster config set: Poll operation status before returning by @paulzhang97 in #28794
  • rpk shadow is now supported in Redpanda Cloud by @r-vasquez in #28917
  • #28849 http: Add TCP keepalive to http APIs by @StephanDollberg
  • #28673 admin: Store decommission_status partitions in a chunked array by @wdberkeley
  • #28752 bazel: remove kafka/server dep from txn_reader by @rockwotj
  • #28790 [CORE-7351] Improve chances of finding a scrubber hit by @dotnwat
  • #28813 bazel: Update seastar ref by @StephanDollberg
  • #28914 Add Shadow Link information to metrics by @michael-redpanda

Full Changelog: v25.3.1...v25.3.2