Skip to content

Commit 6645d2a

Browse files
Automated Release BotmikeCRL
authored andcommitted
Update release notes for v25.4-v25.4.11
1 parent b9e3b6e commit 6645d2a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,10 @@ Release Date: May 29, 2026
1212

1313
- 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]
1414
- 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 nil pointer dereference panic in
16-
the tenant capabilities watcher that could occur when a tenant entry
17-
was removed before it was fully populated by the rangefeed.
18-
19-
Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com> [#169416][#169416]
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]
2016
- 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]
2117
- 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]
22-
- Fixed a rare nil pointer panic in the
23-
internal SQL executor.
24-
25-
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> [#169929][#169929]
18+
- Fixed a rare nil pointer panic in the internal SQL executor. [#169929][#169929]
2619
- The `storage.compression.cr` metric now includes blob files. [#170266][#170266]
2720

2821

0 commit comments

Comments
 (0)