Skip to content

Commit e6db394

Browse files
Release Notes for v25.2-v25.2.10 (#21565)
1 parent 5d1eafd commit e6db394

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10041,6 +10041,41 @@
1004110041
previous_release: v26.1.0-alpha.1
1004210042

1004310043

10044+
- release_name: v25.2.10
10045+
major_version: v25.2
10046+
release_date: '2025-12-12'
10047+
release_type: Production
10048+
go_version: go1.25.3
10049+
sha: a2cf0e12d277179df853e7e494c0155a6839edf3
10050+
has_sql_only: true
10051+
has_sha256sum: true
10052+
mac:
10053+
mac_arm: true
10054+
mac_arm_experimental: true
10055+
mac_arm_limited_access: false
10056+
windows: true
10057+
linux:
10058+
linux_arm: true
10059+
linux_arm_experimental: false
10060+
linux_arm_limited_access: false
10061+
linux_intel_fips: true
10062+
linux_arm_fips: false
10063+
docker:
10064+
docker_image: cockroachdb/cockroach
10065+
docker_arm: true
10066+
docker_arm_experimental: false
10067+
docker_arm_limited_access: false
10068+
source: true
10069+
previous_release: v25.2.9
10070+
cloud_only: true
10071+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
10072+
cloud_only_message: >
10073+
This version is currently available only for select
10074+
CockroachDB Cloud clusters. To request to upgrade
10075+
a CockroachDB self-hosted cluster to this version,
10076+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
10077+
10078+
1004410079
- release_name: v24.3.24
1004510080
major_version: v24.3
1004610081
release_date: '2025-12-12'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## v25.2.10
2+
3+
Release Date: December 12, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-10-db-console-changes">DB Console changes</h3>
8+
9+
- The background (elastic) store graphs for exhausted duration, and the wait duration histogram, have been separated from the foreground (regular) graphs. [#156868][#156868]
10+
11+
<h3 id="v25-2-10-bug-fixes">Bug fixes</h3>
12+
13+
- A mechanism that prevents unsafe replication changes from causing loss of quorum now functions correctly. An internal function has been fixed to properly return errors, enhancing the reliability of replication safeguards. [#156521][#156521]
14+
- Fixed a bug that could cause internal errors for queries using generic query plans with `NULL` placeholder values. [#156977][#156977]
15+
16+
<h3 id="v25-2-10-performance-improvements">Performance improvements</h3>
17+
18+
- The cost of generic query plans is now calculated based on worst-case selectivities for placeholder equalities (e.g., `x = $1`). This reduces the chance of suboptimal generic query plans being chosen when `plan_cache_mode=auto`. [#156797][#156797]
19+
20+
<h3 id="v25-2-10-miscellaneous">Miscellaneous</h3>
21+
22+
- Span config reconciliation jobs no longer fail on the
23+
destination after failover from a PCR stream of a system virtual cluster. [#156810][#156810]
24+
25+
26+
[#156797]: https://github.com/cockroachdb/cockroach/pull/156797
27+
[#156810]: https://github.com/cockroachdb/cockroach/pull/156810
28+
[#156868]: https://github.com/cockroachdb/cockroach/pull/156868
29+
[#156521]: https://github.com/cockroachdb/cockroach/pull/156521
30+
[#156977]: https://github.com/cockroachdb/cockroach/pull/156977

src/current/_includes/releases/v25.2/v25.2.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release Date: November 14, 2025
66

77
<h3 id="v25-2-9-sql-language-changes">SQL language changes</h3>
88

9-
- Added the sql.statements.rows_read.count metric that counts the number of index rows read by SQL statements. [#156595][#156595]
9+
- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156595][#156595]
1010
- Added the `sql.statements.index_rows_written.count` metric that counts the number of primary and secondary index rows modified by SQL statements. [#156595][#156595]
1111
- Added the `sql.statements.index_bytes_written.count` metric that counts the number of primary and secondary index bytes modified by SQL statements. [#156595][#156595]
1212
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156595][#156595]

0 commit comments

Comments
 (0)