Skip to content

Commit 4e9e021

Browse files
committed
Merge remote-tracking branch 'origin/main' into DOC-14622
2 parents bbf03d6 + 2ee94b6 commit 4e9e021

File tree

6 files changed

+64
-24
lines changed

6 files changed

+64
-24
lines changed

src/current/_data/releases.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9589,3 +9589,31 @@
95899589
docker_arm_limited_access: false
95909590
source: true
95919591
previous_release: v25.4.0-beta.1
9592+
9593+
9594+
- release_name: v25.4.0-beta.3
9595+
major_version: v25.4
9596+
release_date: '2025-10-16'
9597+
release_type: Testing
9598+
go_version: go1.23.12
9599+
sha: d70350c0c33cc6e0f0a58e0ec9b5e52b9ba40661
9600+
has_sql_only: true
9601+
has_sha256sum: true
9602+
mac:
9603+
mac_arm: true
9604+
mac_arm_experimental: true
9605+
mac_arm_limited_access: false
9606+
windows: true
9607+
linux:
9608+
linux_arm: true
9609+
linux_arm_experimental: false
9610+
linux_arm_limited_access: false
9611+
linux_intel_fips: true
9612+
linux_arm_fips: false
9613+
docker:
9614+
docker_image: cockroachdb/cockroach-unstable
9615+
docker_arm: true
9616+
docker_arm_experimental: false
9617+
docker_arm_limited_access: false
9618+
source: true
9619+
previous_release: v25.4.0-beta.2
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v25.4.0-beta.3
2+
3+
Release Date: October 16, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-4-0-beta-3-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug that caused internal errors for `INSERT .. ON CONFLICT .. DO UPDATE` statements when the target table had both a computed column and a `BEFORE` trigger. This bug was present since triggers were introduced in v24.3.0. [#155077][#155077]
10+
11+
12+
[#155077]: https://github.com/cockroachdb/cockroach/pull/155077

src/current/v24.3/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.2/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.3/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

src/current/v25.4/follower-reads.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ To see the current value of the follower read timestamp, execute the following q
6363
SELECT now() - follower_read_timestamp();
6464
~~~
6565

66-
#### Exact staleness follower reads demo
67-
68-
The following video describes and demonstrates [exact staleness](#exact-staleness-reads) follower reads.
69-
70-
{% include_cached youtube.html video_id="V--skgN_JMo" %}
71-
7266
#### Exact staleness follower reads in read-only transactions
7367

7468
You can set the [`AS OF SYSTEM TIME`]({% link {{ page.version.version }}/as-of-system-time.md %}) clause's value for all operations in a read-only [transaction]({% link {{ page.version.version }}/transactions.md %}):
@@ -258,6 +252,12 @@ For further details, see [An Epic Read on Follower Reads](https://www.cockroachl
258252
259253
{% include {{ page.version.version }}/known-limitations/follower-reads-limitations.md %}
260254
255+
### Video demo
256+
257+
For a demo of how to use follower reads to improve performance, watch the following video:
258+
259+
{% include_cached youtube.html video_id="NzhhvgzHJj4" %}
260+
261261
## See also
262262
263263
- [Follower Reads Topology]({% link {{ page.version.version }}/topology-follower-reads.md %})

0 commit comments

Comments
 (0)