Skip to content

Commit d874a15

Browse files
Release Notes for v24.3-v24.3.21 (#20586)
* Update release notes for v24.3-v24.3.21
1 parent c3f7503 commit d874a15

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9647,6 +9647,41 @@
96479647
previous_release: v24.1.24
96489648
cloud_only: true
96499649
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9650+
cloud_only_message: >
9651+
This version is currently available only for select
9652+
CockroachDB Cloud clusters. To request to upgrade
9653+
a CockroachDB self-hosted cluster to this version,
9654+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
9655+
9656+
9657+
- release_name: v24.3.21
9658+
major_version: v24.3
9659+
release_date: '2025-10-17'
9660+
release_type: Production
9661+
go_version: go1.23.12
9662+
sha: 1b38d62fc62e6a54d9f6aa92a085421b5d4b5032
9663+
has_sql_only: true
9664+
has_sha256sum: true
9665+
mac:
9666+
mac_arm: true
9667+
mac_arm_experimental: true
9668+
mac_arm_limited_access: false
9669+
windows: true
9670+
linux:
9671+
linux_arm: true
9672+
linux_arm_experimental: false
9673+
linux_arm_limited_access: false
9674+
linux_intel_fips: true
9675+
linux_arm_fips: false
9676+
docker:
9677+
docker_image: cockroachdb/cockroach
9678+
docker_arm: true
9679+
docker_arm_experimental: false
9680+
docker_arm_limited_access: false
9681+
source: true
9682+
previous_release: v24.3.20
9683+
cloud_only: true
9684+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
96509685
cloud_only_message: >
96519686
This version is currently available only for select
96529687
CockroachDB Cloud clusters. To request to upgrade
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v24.3.21
2+
3+
Release Date: October 17, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-21-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#153604][#153604]
10+
- Fixed a bug that caused panics when executing `COPY` into a table with hidden columns and expression indexes. The panic only occurred when the session setting `expect_and_ignore_not_visible_columns_in_copy` was enabled. This bug was introduced with `expect_and_ignore_not_visible_columns_in_copy` in v22.1.0. [#154284][#154284]
11+
- Fixed a bug where the presence of duplicate temporary tables in a backup caused the restore to fail with an error containing the text `restoring table desc and namespace entries: table already exists`. [#154399][#154399]
12+
13+
[#153604]: https://github.com/cockroachdb/cockroach/pull/153604
14+
[#154284]: https://github.com/cockroachdb/cockroach/pull/154284
15+
[#154399]: https://github.com/cockroachdb/cockroach/pull/154399

0 commit comments

Comments
 (0)