Skip to content

Commit a654a94

Browse files
release-notes-automation[bot]Automated Release Botjhlodin
authored
Release Notes for v25.3-v25.3.0-beta.2 (#19898)
* Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update date and correct release note * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Update release notes for v25.3-v25.3.0-beta.2 * Edit release note --------- Co-authored-by: Automated Release Bot <[email protected]> Co-authored-by: Joe Lodin <[email protected]>
1 parent 36a7f56 commit a654a94

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

src/current/_data/releases.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9129,3 +9129,31 @@
91299129
docker_arm_limited_access: false
91309130
source: true
91319131
previous_release: v25.3.0-alpha.3
9132+
9133+
9134+
- release_name: v25.3.0-beta.2
9135+
major_version: v25.3
9136+
release_date: '2025-07-09'
9137+
release_type: Testing
9138+
go_version: go1.23.7
9139+
sha: 931cea93c97da32a66de8eda76733e18ce64f841
9140+
has_sql_only: true
9141+
has_sha256sum: true
9142+
mac:
9143+
mac_arm: true
9144+
mac_arm_experimental: true
9145+
mac_arm_limited_access: false
9146+
windows: true
9147+
linux:
9148+
linux_arm: true
9149+
linux_arm_experimental: false
9150+
linux_arm_limited_access: false
9151+
linux_intel_fips: true
9152+
linux_arm_fips: false
9153+
docker:
9154+
docker_image: cockroachdb/cockroach-unstable
9155+
docker_arm: true
9156+
docker_arm_experimental: false
9157+
docker_arm_limited_access: false
9158+
source: true
9159+
previous_release: v25.3.0-beta.1
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## v25.3.0-beta.2
2+
3+
Release Date: July 9, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-3-0-beta-2-general-changes">General changes</h3>
8+
9+
- For virtual clusters, hot range logging is now performed by a single job on one node, rather than by tasks on every node.
10+
[#148926][#148926]
11+
12+
<h3 id="v25-3-0-beta-2-bug-fixes">Bug fixes</h3>
13+
14+
- CockroachDB now prohibits `ORDER BY` and join equality operations on `REFCURSOR` types, matching PostgreSQL behavior.
15+
[#149292][#149292]
16+
- Fixed an issue where CockroachDB could hit an internal error when performing a `DELETE`, `UPDATE`, or `UPSERT` where the initial scan of the mutation is locking and is on a table different from the one being mutated. A possible workaround was `SET enable_implicit_select_for_update = false`, but this could increase contention. The bug was introduced in v25.2 and is now fixed.
17+
[#149302][#149302]
18+
19+
20+
[#148926]: https://github.com/cockroachdb/cockroach/pull/148926
21+
[#149292]: https://github.com/cockroachdb/cockroach/pull/149292
22+
[#149302]: https://github.com/cockroachdb/cockroach/pull/149302

0 commit comments

Comments
 (0)