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 @@ -10949,3 +10949,38 @@
docker_arm_limited_access: false
source: true
previous_release: v26.2.0-alpha.2


- 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).
19 changes: 19 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,19 @@
## 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 `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]

<h3 id="v24-3-30-build-changes">Build changes</h3>

- Replaces bors with Trunk merge queue for better performance and reliability. Configuration-only change with no runtime impact - maintains same safety checks while improving CI workflow. [#165803][#165803]


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