Skip to content

Commit c3f7503

Browse files
Release Notes for v24.1-v24.1.25 (#20568)
* Update release notes for v24.1-v24.1.25
1 parent ffab4ed commit c3f7503

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9617,3 +9617,38 @@
96179617
docker_arm_limited_access: false
96189618
source: true
96199619
previous_release: v25.4.0-beta.2
9620+
9621+
9622+
- release_name: v24.1.25
9623+
major_version: v24.1
9624+
release_date: '2025-10-17'
9625+
release_type: Production
9626+
go_version: go1.23.12
9627+
sha: fc938cc8bc2ed39db52fb0fbc6fdda3774827e33
9628+
has_sql_only: true
9629+
has_sha256sum: true
9630+
mac:
9631+
mac_arm: true
9632+
mac_arm_experimental: true
9633+
mac_arm_limited_access: false
9634+
windows: true
9635+
linux:
9636+
linux_arm: true
9637+
linux_arm_experimental: false
9638+
linux_arm_limited_access: false
9639+
linux_intel_fips: true
9640+
linux_arm_fips: false
9641+
docker:
9642+
docker_image: cockroachdb/cockroach
9643+
docker_arm: true
9644+
docker_arm_experimental: false
9645+
docker_arm_limited_access: false
9646+
source: true
9647+
previous_release: v24.1.24
9648+
cloud_only: true
9649+
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).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## v24.1.25
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-1-25-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. [#153606][#153606]
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. [#154282][#154282]
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`. [#154400][#154400]
12+
13+
14+
[#153606]: https://github.com/cockroachdb/cockroach/pull/153606
15+
[#154282]: https://github.com/cockroachdb/cockroach/pull/154282
16+
[#154400]: https://github.com/cockroachdb/cockroach/pull/154400

0 commit comments

Comments
 (0)