Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -10041,6 +10041,41 @@
previous_release: v26.1.0-alpha.1


- release_name: v25.2.10
major_version: v25.2
release_date: '2025-12-12'
release_type: Production
go_version: go1.25.3
sha: a2cf0e12d277179df853e7e494c0155a6839edf3
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: v25.2.9
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).


- release_name: v24.3.24
major_version: v24.3
release_date: '2025-12-12'
Expand Down
30 changes: 30 additions & 0 deletions src/current/_includes/releases/v25.2/v25.2.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## v25.2.10

Release Date: December 12, 2025

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

<h3 id="v25-2-10-db-console-changes">DB Console changes</h3>

- The background (elastic) store graphs for exhausted duration, and the wait duration histogram, have been separated from the foreground (regular) graphs. [#156868][#156868]

<h3 id="v25-2-10-bug-fixes">Bug fixes</h3>

- 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]
- Fixed a bug that could cause internal errors for queries using generic query plans with `NULL` placeholder values. [#156977][#156977]

<h3 id="v25-2-10-performance-improvements">Performance improvements</h3>

- 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]

<h3 id="v25-2-10-miscellaneous">Miscellaneous</h3>

- Span config reconciliation jobs no longer fail on the
destination after failover from a PCR stream of a system virtual cluster. [#156810][#156810]


[#156797]: https://github.com/cockroachdb/cockroach/pull/156797
[#156810]: https://github.com/cockroachdb/cockroach/pull/156810
[#156868]: https://github.com/cockroachdb/cockroach/pull/156868
[#156521]: https://github.com/cockroachdb/cockroach/pull/156521
[#156977]: https://github.com/cockroachdb/cockroach/pull/156977
2 changes: 1 addition & 1 deletion src/current/_includes/releases/v25.2/v25.2.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release Date: November 14, 2025

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

- Added the sql.statements.rows_read.count metric that counts the number of index rows read by SQL statements. [#156595][#156595]
- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156595][#156595]
- 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]
- 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]
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156595][#156595]
Expand Down
Loading