Skip to content

Commit f07eaea

Browse files
authored
Add release notes for v24.3.23, v25.2.9, v25.3.5 (#21112)
* Add release notes for v24.3.23, v25.2.9, v25.3.5 Fixes: - REL-3658 - REL-3672 - REL-3686 * Drop broken link to #v23-1 from release index
1 parent 6e06ff5 commit f07eaea

File tree

4 files changed

+165
-0
lines changed

4 files changed

+165
-0
lines changed

src/current/_data/releases.yml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9880,3 +9880,105 @@
98809880
cloud_only_message: >
98819881
This version is currently available only for
98829882
CockroachDB Cloud clusters on the Advanced plan.
9883+
9884+
- release_name: v25.3.5
9885+
major_version: v25.3
9886+
release_date: '2025-11-14'
9887+
release_type: Production
9888+
go_version: go1.25.3
9889+
sha: adc4b2ff64df47187d363c76db80a5ed4200aa35
9890+
has_sql_only: true
9891+
has_sha256sum: true
9892+
mac:
9893+
mac_arm: true
9894+
mac_arm_experimental: true
9895+
mac_arm_limited_access: false
9896+
windows: true
9897+
linux:
9898+
linux_arm: true
9899+
linux_arm_experimental: false
9900+
linux_arm_limited_access: false
9901+
linux_intel_fips: true
9902+
linux_arm_fips: false
9903+
docker:
9904+
docker_image: cockroachdb/cockroach
9905+
docker_arm: true
9906+
docker_arm_experimental: false
9907+
docker_arm_limited_access: false
9908+
source: true
9909+
previous_release: v25.3.4
9910+
cloud_only: true
9911+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9912+
cloud_only_message: >
9913+
This version is currently available only for select
9914+
CockroachDB Cloud clusters. To request to upgrade
9915+
a CockroachDB self-hosted cluster to this version,
9916+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
9917+
9918+
- release_name: v25.2.9
9919+
major_version: v25.2
9920+
release_date: '2025-11-14'
9921+
release_type: Production
9922+
go_version: go1.25.3
9923+
sha: f0bfb1cb00838ff45a508e4f1eba087e9835a674
9924+
has_sql_only: true
9925+
has_sha256sum: true
9926+
mac:
9927+
mac_arm: true
9928+
mac_arm_experimental: true
9929+
mac_arm_limited_access: false
9930+
windows: true
9931+
linux:
9932+
linux_arm: true
9933+
linux_arm_experimental: false
9934+
linux_arm_limited_access: false
9935+
linux_intel_fips: true
9936+
linux_arm_fips: false
9937+
docker:
9938+
docker_image: cockroachdb/cockroach
9939+
docker_arm: true
9940+
docker_arm_experimental: false
9941+
docker_arm_limited_access: false
9942+
source: true
9943+
previous_release: v25.2.8
9944+
cloud_only: true
9945+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9946+
cloud_only_message: >
9947+
This version is currently available only for select
9948+
CockroachDB Cloud clusters. To request to upgrade
9949+
a CockroachDB self-hosted cluster to this version,
9950+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
9951+
9952+
- release_name: v24.3.23
9953+
major_version: v24.3
9954+
release_date: '2025-11-14'
9955+
release_type: Production
9956+
go_version: go1.25.3
9957+
sha: 312bef74c778c17fb77228c22838fb3efd331562
9958+
has_sql_only: true
9959+
has_sha256sum: true
9960+
mac:
9961+
mac_arm: true
9962+
mac_arm_experimental: true
9963+
mac_arm_limited_access: false
9964+
windows: true
9965+
linux:
9966+
linux_arm: true
9967+
linux_arm_experimental: false
9968+
linux_arm_limited_access: false
9969+
linux_intel_fips: true
9970+
linux_arm_fips: false
9971+
docker:
9972+
docker_image: cockroachdb/cockroach
9973+
docker_arm: true
9974+
docker_arm_experimental: false
9975+
docker_arm_limited_access: false
9976+
source: true
9977+
previous_release: v24.3.22
9978+
cloud_only: true
9979+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9980+
cloud_only_message: >
9981+
This version is currently available only for select
9982+
CockroachDB Cloud clusters. To request to upgrade
9983+
a CockroachDB self-hosted cluster to this version,
9984+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## v24.3.23
2+
3+
Release Date: November 14, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-23-sql-language-changes">SQL language changes</h3>
8+
9+
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156598][#156598]
10+
- Added the `sql.statements.index_rows_written.count` metric that counts the number of primary and secondary index rows modified by SQL statements. [#156598][#156598]
11+
- Added the `sql.statements.index_bytes_written.count` metric that counts the number of primary and secondary index bytes modified by SQL statements. [#156598][#156598]
12+
- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156598][#156598]
13+
14+
<h3 id="v24-3-23-bug-fixes">Bug fixes</h3>
15+
16+
- Fixed a bug where the job responsible for compacting stats for the SQL activity state could enter an unschedulable state. [#155971][#155971]
17+
- Fixed a bug where changefeeds using CDC queries could sometimes unexpectedly fail after a schema change with a descriptor retrieval error. [#156549][#156549]
18+
19+
[#155971]: https://github.com/cockroachdb/cockroach/pull/155971
20+
[#156549]: https://github.com/cockroachdb/cockroach/pull/156549
21+
[#156598]: https://github.com/cockroachdb/cockroach/pull/156598
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v25.2.9
2+
3+
Release Date: November 14, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-9-sql-language-changes">SQL language changes</h3>
8+
9+
- Added the sql.statements.rows_read.count metric that counts the number of index rows read by SQL statements. [#156595][#156595]
10+
- 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]
11+
- 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]
12+
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156595][#156595]
13+
14+
<h3 id="v25-2-9-bug-fixes">Bug fixes</h3>
15+
16+
- Fixed a bug where changefeeds using CDC queries could sometimes unexpectedly fail after a schema change with a descriptor retrieval error. [#156552][#156552]
17+
18+
[#156595]: https://github.com/cockroachdb/cockroach/pull/156595
19+
[#156552]: https://github.com/cockroachdb/cockroach/pull/156552
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## v25.3.5
2+
3+
Release Date: November 14, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-3-5-sql-language-changes">SQL language changes</h3>
8+
9+
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156592][#156592]
10+
- Added the `sql.statements.index_rows_written.count` metric that counts the number of primary and secondary index rows modified by SQL statements. [#156592][#156592]
11+
- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156592][#156592]
12+
- Added the `sql.statements.index_bytes_written.count` metric that counts the number of primary and secondary index bytes modified by SQL statements. [#156592][#156592]
13+
14+
<h3 id="v25-3-5-bug-fixes">Bug fixes</h3>
15+
16+
- Fixed a bug where the job responsible for compacting stats for the SQL activity state could enter an unschedulable state. [#155964][#155964]
17+
- Fixed a bug where CockroachDB didn't include reads and writes performed by routines (user-defined functions and stored procedures) as well as apply joins into the `bytes read`, `rows read`, and `rows written` statement execution statistics. The bug had been present since before v23.2. [#156501][#156501]
18+
- Fixed a bug where changefeeds using CDC queries could sometimes unexpectedly fail after a schema change with a descriptor retrieval error. [#156551][#156551]
19+
20+
[#156592]: https://github.com/cockroachdb/cockroach/pull/156592
21+
[#155964]: https://github.com/cockroachdb/cockroach/pull/155964
22+
[#156501]: https://github.com/cockroachdb/cockroach/pull/156501
23+
[#156551]: https://github.com/cockroachdb/cockroach/pull/156551

0 commit comments

Comments
 (0)