Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
32 changes: 32 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## v24.3.29

Release Date: March 6, 2026

{% include releases/new-release-downloads-docker-image.md release=include.release %}

<h3 id="v24-3-29-bug-fixes">Bug fixes</h3>

- 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 <jeffswenson@betterthannull.com> [#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]

<h3 id="v24-3-29-miscellaneous">Miscellaneous</h3>

- 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
Loading