Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f6c564b
Update release notes for v25.2-v25.2.8
Oct 28, 2025
6a003e3
Update release notes for v25.2-v25.2.8
Oct 28, 2025
367eae6
Update release notes for v25.2-v25.2.8
Oct 28, 2025
f1f532d
Update release notes for v25.2-v25.2.8
Oct 28, 2025
aaa3950
Update release notes for v25.2-v25.2.8
Oct 28, 2025
7db95c8
Update release notes for v25.2-v25.2.8
Oct 28, 2025
5b49706
Update release notes for v25.2-v25.2.8
Oct 28, 2025
c6bf7da
Update release notes for v25.2-v25.2.8
Oct 28, 2025
36c089b
Update release notes for v25.2-v25.2.8
Oct 28, 2025
12d41ca
Update release notes for v25.2-v25.2.8
Oct 28, 2025
8a4fcf8
Update release notes for v25.2-v25.2.8
Oct 28, 2025
a465169
Update release notes for v25.2-v25.2.8
Oct 28, 2025
f27e3d1
Update release notes for v25.2-v25.2.8
Oct 30, 2025
301d0e6
Update release notes for v25.2-v25.2.8
Oct 30, 2025
4617102
Update release notes for v25.2-v25.2.8
Oct 30, 2025
993f887
Update release notes for v25.2-v25.2.8
Oct 30, 2025
27b0478
Update release notes for v25.2-v25.2.8
Oct 30, 2025
639307a
Update release notes for v25.2-v25.2.8
Oct 30, 2025
18d9328
Update release notes for v25.2-v25.2.8
Oct 30, 2025
bc3c702
Update release notes for v25.2-v25.2.8
Oct 30, 2025
cd667cf
Update release notes for v25.2-v25.2.8
Oct 30, 2025
dfd4253
Update release notes for v25.2-v25.2.8
Oct 30, 2025
cc6eb08
Update release notes for v25.2-v25.2.8
Oct 30, 2025
6dd2028
Update release notes for v25.2-v25.2.8
Oct 30, 2025
f55d0ca
Update release notes for v25.2-v25.2.8
Oct 30, 2025
12150ef
Update release notes for v25.2-v25.2.8
Oct 30, 2025
9b26bc0
Update release notes for v25.2-v25.2.8
Oct 30, 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
28 changes: 28 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9767,3 +9767,31 @@
docker_arm_limited_access: false
source: true
previous_release: v25.4.0-beta.3


- release_name: v25.2.8
major_version: v25.2
release_date: '2025-10-30'
release_type: Production
go_version: go1.25.3
sha: 74dbb7ba6b71f6d336334f8fa6f5d002506a49d4
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.7
25 changes: 25 additions & 0 deletions src/current/_includes/releases/v25.2/v25.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## v25.2.8

Release Date: October 30, 2025

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

<h3 id="v25-2-8-operational-changes">Operational changes</h3>

- In order to selectively capture
traces for transactions running in an active workload without haing
to capture them via statement diagnostic bundles, customers can now
use the `sql.trace.txn.sample_rate` cluster setting to enable tracing
for a fraction of their workload. The `sql.trace.txn.enable_threshold`
will still need to be set to a positive value to provide a filter
for how slow a transaction needs to be after being sampled to merit
emitting a trace. Traces are emitted to the `SQL_EXEC` logging
channel. [#156409][#156409]

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

- Fixed a bug in the `cockroach node drain` command where draining a node using virtual clusters (such as clusters running Physical Cluster Replication (PCR)) could return before the drain was complete, possibly resulting in shutting down the node while it still had active SQL clients and range leases. [#156312][#156312]


[#156409]: https://github.com/cockroachdb/cockroach/pull/156409
[#156312]: https://github.com/cockroachdb/cockroach/pull/156312
Loading