diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index e200dbf6672..268195c8b8f 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -10615,3 +10615,38 @@ docker_arm_limited_access: false source: true previous_release: v23.2.28 + + +- release_name: v24.3.29 + major_version: v24.3 + release_date: '2026-03-06' + release_type: Production + go_version: go1.25.5 + sha: 355b8510991b454c416545fe638388d9dc861576 + has_sql_only: true + has_sha256sum: true + mac: + mac_arm: true + mac_arm_experimental: true + mac_arm_limited_access: false + windows: true + linux: + linux_arm: true + linux_arm_experimental: false + linux_arm_limited_access: false + linux_intel_fips: true + linux_arm_fips: false + docker: + docker_image: cockroachdb/cockroach + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v24.3.27 + cloud_only: true + cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters' + cloud_only_message: > + This version is currently available only for select + CockroachDB Cloud clusters. To request to upgrade + a CockroachDB self-hosted cluster to this version, + [contact support](https://support.cockroachlabs.com/hc/requests/new). diff --git a/src/current/_includes/releases/v24.3/v24.3.29.md b/src/current/_includes/releases/v24.3/v24.3.29.md new file mode 100644 index 00000000000..389c18ad399 --- /dev/null +++ b/src/current/_includes/releases/v24.3/v24.3.29.md @@ -0,0 +1,32 @@ +## v24.3.29 + +Release Date: March 6, 2026 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Bug fixes

+ +- Fixed a bug where AVRO file imports of data with + JSON or binary records could hang indefinitely when encountering + stream errors from cloud storage (such as HTTP/2 CANCEL errors). + Import jobs will now properly fail with an error instead of hanging. [#161438][#161438] +- Fixes a bug which could lead to a node crash in the + presence of a CHANGEFEED that uses the end_time option. + + Co-authored-by: Jeff Swenson [#161678][#161678] +- Fixes a bug in kafka v1 where a changefeed + could potentially hang if the changefeed was shutting down. [#162117][#162117] +- Fixes a bug where generating a debug zip causes + a node to OOM. This OOM happens when a log file contains a malformed + log and is using json (or json-compact) formatting. [#163360][#163360] + +

Miscellaneous

+ +- Fixed a bug where import rollback could incorrectly revert data in a table that was already online. This could only occur if an import job was cancelled or failed after the import had already succeeded and the table was made available for use. [#159900][#159900] + + +[#161678]: https://github.com/cockroachdb/cockroach/pull/161678 +[#162117]: https://github.com/cockroachdb/cockroach/pull/162117 +[#163360]: https://github.com/cockroachdb/cockroach/pull/163360 +[#159900]: https://github.com/cockroachdb/cockroach/pull/159900 +[#161438]: https://github.com/cockroachdb/cockroach/pull/161438