Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8f2a28d
Update release notes for v24.1-v24.1.25
Oct 15, 2025
212920d
Update release notes for v24.1-v24.1.25
Oct 15, 2025
e60168e
Update release notes for v24.1-v24.1.25
Oct 15, 2025
12ae253
Update release notes for v24.1-v24.1.25
Oct 15, 2025
7ed750c
Update release notes for v24.1-v24.1.25
Oct 15, 2025
80e147d
Update release notes for v24.1-v24.1.25
Oct 15, 2025
5bac55e
Update release notes for v24.1-v24.1.25
Oct 15, 2025
0829907
Update release notes for v24.1-v24.1.25
Oct 15, 2025
881f402
Update release notes for v24.1-v24.1.25
Oct 15, 2025
f47f864
Update release notes for v24.1-v24.1.25
Oct 15, 2025
11a5488
Update release notes for v24.1-v24.1.25
Oct 15, 2025
510ed5e
Update release notes for v24.1-v24.1.25
Oct 15, 2025
77a1db9
Update release notes for v24.1-v24.1.25
Oct 15, 2025
b99e47b
Update release notes for v24.1-v24.1.25
Oct 15, 2025
68cfa8a
Update release notes for v24.1-v24.1.25
Oct 15, 2025
43b8ae0
Update release notes for v24.1-v24.1.25
Oct 15, 2025
b177f37
Update release notes for v24.1-v24.1.25
Oct 15, 2025
52084eb
Update release notes for v24.1-v24.1.25
Oct 15, 2025
cf1aa3b
Update release notes for v24.1-v24.1.25
Oct 15, 2025
1c6cdb2
Update release notes for v24.1-v24.1.25
Oct 15, 2025
7faa7cc
Update release notes for v24.1-v24.1.25
Oct 15, 2025
5a81117
Update release notes for v24.1-v24.1.25
Oct 15, 2025
e9e89a4
Update release notes for v24.1-v24.1.25
Oct 15, 2025
0942797
Update release notes for v24.1-v24.1.25
Oct 15, 2025
9c1eba9
Update release notes for v24.1-v24.1.25
Oct 15, 2025
2c6fdd3
Update release notes for v24.1-v24.1.25
Oct 15, 2025
fc88850
Update release notes for v24.1-v24.1.25
Oct 15, 2025
95239b6
Update release notes for v24.1-v24.1.25
Oct 15, 2025
8b3d8ab
Update release notes for v24.1-v24.1.25
Oct 15, 2025
ecd9ec6
Update release notes for v24.1-v24.1.25
Oct 15, 2025
ef86a72
Update release notes for v24.1-v24.1.25
Oct 16, 2025
2e50557
Update release notes for v24.1-v24.1.25
Oct 16, 2025
b2a5ecd
Update release notes for v24.1-v24.1.25
Oct 16, 2025
a19ace1
edit RN
taroface Oct 16, 2025
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 @@ -9589,3 +9589,38 @@
docker_arm_limited_access: false
source: true
previous_release: v25.4.0-beta.1


- release_name: v24.1.25
major_version: v24.1
release_date: '2025-10-17'
release_type: Production
go_version: go1.23.12
sha: fc938cc8bc2ed39db52fb0fbc6fdda3774827e33
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.1.24
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).
16 changes: 16 additions & 0 deletions src/current/_includes/releases/v24.1/v24.1.25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## v24.1.25

Release Date: October 17, 2025

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

<h3 id="v24-1-25-bug-fixes">Bug fixes</h3>

- Fixed a bug where an `INSERT` statement could fail with a type checking error while adding a `BIT(n)` column. [#153606][#153606]
- 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]
- 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]


[#153606]: https://github.com/cockroachdb/cockroach/pull/153606
[#154282]: https://github.com/cockroachdb/cockroach/pull/154282
[#154400]: https://github.com/cockroachdb/cockroach/pull/154400
Loading