Skip to content

Commit 4129b33

Browse files
Release Notes for v25.2-v25.2.7 (#20632)
* Update release notes for v25.2-v25.2.7
1 parent d874a15 commit 4129b33

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9682,6 +9682,41 @@
96829682
previous_release: v24.3.20
96839683
cloud_only: true
96849684
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9685+
cloud_only_message: >
9686+
This version is currently available only for select
9687+
CockroachDB Cloud clusters. To request to upgrade
9688+
a CockroachDB self-hosted cluster to this version,
9689+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
9690+
9691+
9692+
- release_name: v25.2.7
9693+
major_version: v25.2
9694+
release_date: '2025-10-17'
9695+
release_type: Production
9696+
go_version: go1.23.12
9697+
sha: 7f9ca6c18e17224aeb77df2762a1d28eab4e3fb8
9698+
has_sql_only: true
9699+
has_sha256sum: true
9700+
mac:
9701+
mac_arm: true
9702+
mac_arm_experimental: true
9703+
mac_arm_limited_access: false
9704+
windows: true
9705+
linux:
9706+
linux_arm: true
9707+
linux_arm_experimental: false
9708+
linux_arm_limited_access: false
9709+
linux_intel_fips: true
9710+
linux_arm_fips: false
9711+
docker:
9712+
docker_image: cockroachdb/cockroach
9713+
docker_arm: true
9714+
docker_arm_experimental: false
9715+
docker_arm_limited_access: false
9716+
source: true
9717+
previous_release: v25.2.6
9718+
cloud_only: true
9719+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
96859720
cloud_only_message: >
96869721
This version is currently available only for select
96879722
CockroachDB Cloud clusters. To request to upgrade
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## v25.2.7
2+
3+
Release Date: October 17, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-7-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. [#152964][#152964]
10+
- Fixed a bug where index creation could fail due to validation errors if the schema change was retried or paused/resumed during the backfill. [#153596][#153596]
11+
- Fixed a bug introduced in v25.1.0 that would cause a node panic if a `SIGINT` signal was sent during the execution of a `CHECK EXTERNAL CONNECTION` command. [#153601][#153601]
12+
- Fixed a bug where `ALTER POLICY` was incorrectly dropping dependency tracking for functions, sequences, or types in policy expressions. [#153808][#153808]
13+
- Fixed a runtime error that could be hit if a new secondary index had a name collision with a primary index. [#154015][#154015]
14+
- 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. [#154290][#154290]
15+
- Disabled the `kv.lock_table.unreplicated_lock_reliability.split.enabled` feature, which could lead to a node crash. [#155418][#155418]
16+
- 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`. [#154398][#154398]
17+
18+
19+
[#153808]: https://github.com/cockroachdb/cockroach/pull/153808
20+
[#154015]: https://github.com/cockroachdb/cockroach/pull/154015
21+
[#154290]: https://github.com/cockroachdb/cockroach/pull/154290
22+
[#155418]: https://github.com/cockroachdb/cockroach/pull/155418
23+
[#154398]: https://github.com/cockroachdb/cockroach/pull/154398
24+
[#152964]: https://github.com/cockroachdb/cockroach/pull/152964
25+
[#153596]: https://github.com/cockroachdb/cockroach/pull/153596
26+
[#153601]: https://github.com/cockroachdb/cockroach/pull/153601

0 commit comments

Comments
 (0)