Skip to content

Commit a035176

Browse files
Remove markdown link references from v25.4.11 release notes
Removed PR link references from bullet points and link definitions to simplify the release notes format. Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
1 parent 6645d2a commit a035176

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

src/current/_includes/releases/v25.4/v25.4.11.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,14 @@ Release Date: May 29, 2026
66

77
<h3 id="v25-4-11-sql-language-changes">SQL language changes</h3>
88

9-
- Added a new cluster setting `sql.stats.table_statistics_cache.capacity` that controls the maximum number of tables whose statistics are retained in the in-memory LRU cache (default: `256`). [#169260][#169260]
9+
- Added a new cluster setting `sql.stats.table_statistics_cache.capacity` that controls the maximum number of tables whose statistics are retained in the in-memory LRU cache (default: `256`).
1010

1111
<h3 id="v25-4-11-bug-fixes">Bug fixes</h3>
1212

13-
- Fixed a bug where unqualified function calls could fail with incorrect privilege errors when two databases on the same cluster had identically-named functions in custom schemas. The query cache could serve a memo from one database context to another, causing `USAGE` privilege errors referencing schemas from the wrong database. [#169293][#169293]
14-
- Fixed a panic during `CREATE VECTOR INDEX` backfill when the table contained a public column ordered before the vector column that was not stored in the source primary index and was not referenced by the new index. In practice this was triggered by virtual computed columns. The schema change crashed the SQL node processing the backfill instead of completing. [#169388][#169388]
15-
- Fixed a rare panic that could occur when a virtual cluster entry was removed before it was fully populated by the rangefeed. [#169416][#169416]
16-
- Fixed a bug where Physical Cluster Replication (PCR) reader virtual clusters could permanently fail authentication, causing all SQL connections to fail with "descriptor not found". [#169477][#169477]
17-
- A long-running `BACKUP` to S3 using `AUTH=implicit` no longer fails with an `ExpiredToken` error when it races the rotation of the underlying short-lived credentials. The S3 client now retries `ExpiredToken`, `ExpiredTokenException`, and `RequestExpired` errors the same way the legacy `aws-sdk-go` v1 client did. [#169773][#169773]
18-
- Fixed a rare nil pointer panic in the internal SQL executor. [#169929][#169929]
19-
- The `storage.compression.cr` metric now includes blob files. [#170266][#170266]
20-
21-
22-
[#169260]: https://github.com/cockroachdb/cockroach/pull/169260
23-
[#169293]: https://github.com/cockroachdb/cockroach/pull/169293
24-
[#169388]: https://github.com/cockroachdb/cockroach/pull/169388
25-
[#169416]: https://github.com/cockroachdb/cockroach/pull/169416
26-
[#169477]: https://github.com/cockroachdb/cockroach/pull/169477
27-
[#169773]: https://github.com/cockroachdb/cockroach/pull/169773
28-
[#169929]: https://github.com/cockroachdb/cockroach/pull/169929
29-
[#170266]: https://github.com/cockroachdb/cockroach/pull/170266
13+
- Fixed a bug where unqualified function calls could fail with incorrect privilege errors when two databases on the same cluster had identically-named functions in custom schemas. The query cache could serve a memo from one database context to another, causing `USAGE` privilege errors referencing schemas from the wrong database.
14+
- Fixed a panic during `CREATE VECTOR INDEX` backfill when the table contained a public column ordered before the vector column that was not stored in the source primary index and was not referenced by the new index. In practice this was triggered by virtual computed columns. The schema change crashed the SQL node processing the backfill instead of completing.
15+
- Fixed a rare panic that could occur when a virtual cluster entry was removed before it was fully populated by the rangefeed.
16+
- Fixed a bug where Physical Cluster Replication (PCR) reader virtual clusters could permanently fail authentication, causing all SQL connections to fail with "descriptor not found".
17+
- A long-running `BACKUP` to S3 using `AUTH=implicit` no longer fails with an `ExpiredToken` error when it races the rotation of the underlying short-lived credentials. The S3 client now retries `ExpiredToken`, `ExpiredTokenException`, and `RequestExpired` errors the same way the legacy `aws-sdk-go` v1 client did.
18+
- Fixed a rare nil pointer panic in the internal SQL executor.
19+
- The `storage.compression.cr` metric now includes blob files.

0 commit comments

Comments
 (0)