Skip to content

Commit 0d72533

Browse files
authored
Merge branch 'main' into feat/remove-19.2
2 parents b56f252 + b4bcb35 commit 0d72533

File tree

56 files changed

+161
-4307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+161
-4307
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9315,3 +9315,38 @@
93159315
docker_arm_limited_access: false
93169316
source: true
93179317
previous_release: v25.2.4
9318+
9319+
9320+
- release_name: v25.3.1
9321+
major_version: v25.3
9322+
release_date: '2025-08-29'
9323+
release_type: Production
9324+
go_version: go1.23.12
9325+
sha: 092bace42e2cb3784a76705117251577939bd869
9326+
has_sql_only: true
9327+
has_sha256sum: true
9328+
mac:
9329+
mac_arm: true
9330+
mac_arm_experimental: true
9331+
mac_arm_limited_access: false
9332+
windows: true
9333+
linux:
9334+
linux_arm: true
9335+
linux_arm_experimental: false
9336+
linux_arm_limited_access: false
9337+
linux_intel_fips: false
9338+
linux_arm_fips: false
9339+
docker:
9340+
docker_image: cockroachdb/cockroach
9341+
docker_arm: true
9342+
docker_arm_experimental: false
9343+
docker_arm_limited_access: false
9344+
source: true
9345+
previous_release: v25.3.0
9346+
cloud_only: true
9347+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9348+
cloud_only_message: >
9349+
This version is currently available only for select
9350+
CockroachDB Cloud clusters. To request to upgrade
9351+
a CockroachDB self-hosted cluster to this version,
9352+
[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

src/current/_includes/v23.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v23.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.3/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v25.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"/${VERSION}/understand-hotspots.html"
5757
]
5858
},
59-
{
60-
"title": "Replication Reports",
61-
"urls": [
62-
"/${VERSION}/query-replication-reports.html"
63-
]
64-
},
6559
{
6660
"title": "Troubleshoot Replication Zones",
6761
"urls": [

src/current/_includes/v25.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"/${VERSION}/detect-hotspots.html"
6363
]
6464
},
65-
{
66-
"title": "Replication Reports",
67-
"urls": [
68-
"/${VERSION}/query-replication-reports.html"
69-
]
70-
},
7165
{
7266
"title": "Troubleshoot Replication Zones",
7367
"urls": [

src/current/_includes/v25.3/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"/${VERSION}/detect-hotspots.html"
6363
]
6464
},
65-
{
66-
"title": "Replication Reports",
67-
"urls": [
68-
"/${VERSION}/query-replication-reports.html"
69-
]
70-
},
7165
{
7266
"title": "Troubleshoot Replication Zones",
7367
"urls": [

0 commit comments

Comments
 (0)