Skip to content

Commit 7786ec5

Browse files
release-notes-automation[bot]Automated Release Botflorence-crl
authored
Release Notes for v25.3-v25.3.1 (#20228)
* Update release notes for v25.3-v25.3.1 Manually remove telemetry related change. change linux_intel_fips to false for v25.3.1 --------- Co-authored-by: Automated Release Bot <[email protected]> Co-authored-by: Florence Morris <[email protected]>
1 parent fd6a812 commit 7786ec5

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9569,3 +9569,38 @@
95699569
docker_arm_limited_access: false
95709570
source: true
95719571
previous_release: v25.2.4
9572+
9573+
9574+
- release_name: v25.3.1
9575+
major_version: v25.3
9576+
release_date: '2025-08-29'
9577+
release_type: Production
9578+
go_version: go1.23.12
9579+
sha: 092bace42e2cb3784a76705117251577939bd869
9580+
has_sql_only: true
9581+
has_sha256sum: true
9582+
mac:
9583+
mac_arm: true
9584+
mac_arm_experimental: true
9585+
mac_arm_limited_access: false
9586+
windows: true
9587+
linux:
9588+
linux_arm: true
9589+
linux_arm_experimental: false
9590+
linux_arm_limited_access: false
9591+
linux_intel_fips: false
9592+
linux_arm_fips: false
9593+
docker:
9594+
docker_image: cockroachdb/cockroach
9595+
docker_arm: true
9596+
docker_arm_experimental: false
9597+
docker_arm_limited_access: false
9598+
source: true
9599+
previous_release: v25.3.0
9600+
cloud_only: true
9601+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9602+
cloud_only_message: >
9603+
This version is currently available only for select
9604+
CockroachDB Cloud clusters. To request to upgrade
9605+
a CockroachDB self-hosted cluster to this version,
9606+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## v25.3.1
2+
3+
Release Date: August 29, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-3-1-operational-changes">Operational changes</h3>
8+
9+
- Updated TTL job replanning to be less sensitive by focusing specifically on detecting when nodes become unavailable rather than reacting to all plan differences. The cluster setting `sql.ttl.replan_flow_threshold` may have been set to `0` to work around the TTL replanner being too sensitive; this fix will alleviate that and any instance that had set `replan_flow_threshold` to `0` can be reset back to the default. [#151483][#151483]
10+
11+
<h3 id="v25-3-1-bug-fixes">Bug fixes</h3>
12+
13+
- Fixed a bug where the entire schema would become inaccessible if a table was referenced as an implicit record type by a user-defined function (UDF) while the table was undergoing an `IMPORT`. [#150440][#150440]
14+
- Fixed invalid zone configurations that were generated when adding a super region to a 3-region database with a secondary region and region survivability. Previously, this could result in assigning more than the allowed number of replicas. [#150620][#150620]
15+
- Fixed a bug that could cause some errors returned by attempts to upload backup data to external storage providers to go undetected, potentially causing incomplete backups. [#151080][#151080]
16+
- Fixed a memory accounting issue in the client certificate cache that caused multiple allocations to be reported for the same certificate. The cache now accurately tracks memory usage and includes a safeguard to prevent it from negatively affecting SQL operations. [#151136][#151136]
17+
- Previously, CockroachDB could encounter an internal error `trying to add a column of UNKNOWN type at ...` in rare cases when handling `CASE` or `OR` operations. This bug was present since v20.2 and is now fixed. [#151160][#151160]
18+
- Fixed a bug where `debug.zip` files collected from clusters with `disallow_full_table_scans` enabled were missing system table data. [#151247][#151247]
19+
- Fixed a bug where sequences could lose references to triggers, allowing them to be dropped incorrectly. [#151593][#151593]
20+
- Previously, CockroachDB could hit an error `ERROR: span with results after resume span...` when evaluating some queries with `ORDER BY ... DESC` in an edge case. This bug was present since v22.1 and is now fixed. [#152183][#152183]
21+
22+
<h3 id="v25-3-1-miscellaneous">Miscellaneous</h3>
23+
24+
- Updated Go version to 1.23.11. [#150868][#150868]
25+
26+
27+
[#151160]: https://github.com/cockroachdb/cockroach/pull/151160
28+
[#151593]: https://github.com/cockroachdb/cockroach/pull/151593
29+
[#150868]: https://github.com/cockroachdb/cockroach/pull/150868
30+
[#150440]: https://github.com/cockroachdb/cockroach/pull/150440
31+
[#150620]: https://github.com/cockroachdb/cockroach/pull/150620
32+
[#151136]: https://github.com/cockroachdb/cockroach/pull/151136
33+
[#151247]: https://github.com/cockroachdb/cockroach/pull/151247
34+
[#152183]: https://github.com/cockroachdb/cockroach/pull/152183
35+
[#150579]: https://github.com/cockroachdb/cockroach/pull/150579
36+
[#151483]: https://github.com/cockroachdb/cockroach/pull/151483
37+
[#151080]: https://github.com/cockroachdb/cockroach/pull/151080

0 commit comments

Comments
 (0)