You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/_includes/releases/v25.4/v25.4.0.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
47
47
<td>
48
48
<p class="feature-summary">Vector Indexing Improved and Generally Available</p>
49
49
<p class="feature-description">
50
-
CockroachDB's vectorindexing capabilities are now generally available, promoting production-ready similarity search for AI and machine learning workloads from Preview to GA. This release brings critical operational improvements while maintaining the distributed architecture advantages that distinguish CockroachDB from specialized vector databases and PostgreSQL with pgvector.
50
+
CockroachDB's <a href="{% link v25.4/vector-indexes.md %}">vector indexing</a> capabilities are now generally available, promoting production-ready similarity search for AI and machine learning workloads from Preview to GA. This release brings critical operational improvements while maintaining the distributed architecture advantages that distinguish CockroachDB from specialized vector databases and PostgreSQL with <a href="{% link v25.4/vector-indexes.md %}">pgvector</a>.
51
51
</p>
52
52
<p class="feature-description">
53
53
The standout v25.4 improvement is <strong>online table backfills</strong>: adding vector indexes to tables with existing data no longer requires taking the table offline during the backfill process. This eliminates downtime when adopting vector search capabilities, enabling seamless integration of AI features into live production systems without service interruption.
@@ -75,7 +75,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
75
75
<td>
76
76
<p class="feature-summary">Stable SQL API and Controlled Access to Unsupported crdb_internal Tables</p>
77
77
<p class="feature-description">
78
-
CockroachDB introduces a stable, well-defined SQL API for system introspection. This API enables customers and third-party tools to safely and reliably query cluster metadata and performance data in production environments.
78
+
CockroachDB introduces a stable, well-defined SQL API for <a href="{% link v25.4/crdb-internal.md %}#access-control">system introspection</a>. This API enables customers and third-party tools to safely and reliably query cluster metadata and performance data in production environments.
79
79
</p>
80
80
</td>
81
81
<td>25.4</td>
@@ -108,7 +108,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
108
108
<td>
109
109
<p class="feature-summary">Transaction Diagnostic Bundles for Comprehensive SQL Tracing</p>
110
110
<p class="feature-description">
111
-
CockroachDB now supports Transaction Diagnostic Bundles, enabling Cockroach Labs Support to capture and analyze a complete trace of an entire SQL transaction not just individual statements.
111
+
CockroachDB now supports <a href="{% link v25.4/transaction-diagnostics.md %}">Transaction Diagnostic Bundles</a>, enabling Cockroach Labs Support to capture and analyze a complete trace of an entire SQL transaction not just individual statements.
112
112
113
113
This feature extends the existing Statement Diagnostic Bundle capability to provide a holistic view of multi-statement transactions, simplifying the diagnosis of complex customer issues during support incidents.
114
114
</p>
@@ -128,16 +128,16 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
128
128
<td>
129
129
<p class="feature-summary">Structured and Consistent Logging Channels</p>
130
130
<p class="feature-description">
131
-
CockroachDB has updated structured and consistent loggingchannels across the system to improve log discoverability, production observability, and support troubleshooting.
131
+
CockroachDB has updated structured and consistent <a href="{% link v25.4/logging-overview.md %}#logging-channels">logging channels</a> across the system to improve log discoverability, production observability, and support troubleshooting.
<li>CHANGEFEED – dedicated channel for Change Data Capture (CDC) logs, previously routed to DEV and TELEMETRY.</li>
136
-
<li>KV_EXEC – channel for KV execution logs, separated from general distribution logs.</li>
135
+
<li><a href="{% link v25.4/logging-overview.md %}#changefeed">CHANGEFEED</a> – dedicated channel for Change Data Capture (CDC) logs, previously routed to DEV and TELEMETRY.</li>
136
+
<li><a href="{% link v25.4/logging-overview.md %}#kv_exec">KV_EXEC</a> – channel for KV execution logs, separated from general distribution logs.</li>
<li><code>sampled_query</code> and <code>sampled_transaction</code> logs moved from TELEMETRY to SQL_EXEC for better categorization.</li>
140
+
<li><code>sampled_query</code> and <code>sampled_transaction</code> logs moved from TELEMETRY to <a href="{% link v25.4/logging-overview.md %}#sql_exec">SQL_EXEC</a> for better categorization.</li>
141
141
</ul>
142
142
</td>
143
143
<td>25.4</td>
@@ -170,7 +170,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
170
170
<td>
171
171
<p class="feature-summary">Metrics Viewer Role for CockroachDB Cloud</p>
172
172
<p class="feature-description">
173
-
This release introduces the Metrics Viewer role in CockroachDB Cloud, which provides dedicated permissions for collecting metrics and viewing insights. The role enhances security by enabling granular access to cluster performance data.
173
+
This release introduces the <a href="{% link cockroachcloud/authorization.md %}">Metrics Viewer role</a> in CockroachDB Cloud, which provides dedicated permissions for collecting metrics and viewing insights. The role enhances security by enabling granular access to cluster performance data.
174
174
175
175
The Metrics Viewer role provides read-only access to cluster metrics and insights, without administrative or data modification privileges.
176
176
</p>
@@ -180,7 +180,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
180
180
<li>Targeted Access: Provides focused access to operational metrics, empowering teams to monitor health and performance efficiently.</li>
181
181
<li>Enhanced Collaboration: Facilitates secure collaboration by allowing different teams (e.g., SREs, developers) to access relevant metrics without over-provisioned permissions.</li>
182
182
</ul>
183
-
<p class="feature-description">When combined with the Cluster Developer role, users effectively gain 'Power Developer'-like capabilities, allowing them to build applications and monitor performance while maintaining clear privilege separation for security.</p>
183
+
<p class="feature-description">When combined with the <a href="{% link cockroachcloud/authorization.md %}">Cluster Developer role</a>, users effectively gain 'Power Developer'-like capabilities, allowing them to build applications and monitor performance while maintaining clear privilege separation for security.</p>
184
184
</td>
185
185
<td>All<sup>*</sup></td>
186
186
<tdclass="icon-center">{% include icon-no.html %}</td>
0 commit comments