Skip to content
35 changes: 35 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10977,3 +10977,38 @@
docker_arm_limited_access: false
source: true
previous_release: v26.2.0-beta.1


- release_name: v24.3.30
major_version: v24.3
release_date: '2026-04-03'
release_type: Production
go_version: go1.25.5
sha: 13a49ec6fffa7c5dd238c9cf191757358715b790
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.29
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).
14 changes: 14 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v24.3.30

Release Date: April 3, 2026

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

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

- Fixed a bug where CockroachDB did not always promptly respond to the statement timeout when performing a hash join with an `ON` filter that is mostly `false`. [#164888][#164888]
- Fixed a bug that could cause row sampling for table statistics to crash a node due to a data race when processing a collated string column with values larger than 400 bytes. This bug has existed since before v23.1. [#165571][#165571]


[#164888]: https://github.com/cockroachdb/cockroach/pull/164888
[#165571]: https://github.com/cockroachdb/cockroach/pull/165571
Loading