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
Remove markdown link references from v25.2.19 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>
Copy file name to clipboardExpand all lines: src/current/_includes/releases/v25.2/v25.2.19.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,8 @@ Release Date: May 29, 2026
6
6
7
7
<h3id="v25-2-19-bug-fixes">Bug fixes</h3>
8
8
9
-
- 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. [#169294][#169294]
10
-
- Fixed a rare panic that could occur when a virtual cluster entry was removed before it was fully populated by the rangefeed. [#169415][#169415]
11
-
- Fixed a possible `SIGSEGV` crash when a backup encountered a transient error writing to Azure Blob Storage. [#169702][#169702]
12
-
- 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. [#169772][#169772]
13
-
- Fixed a rare nil pointer panic in the internal SQL executor. [#169928][#169928]
- 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.
10
+
- Fixed a rare panic that could occur when a virtual cluster entry was removed before it was fully populated by the rangefeed.
11
+
- Fixed a possible `SIGSEGV` crash when a backup encountered a transient error writing to Azure Blob Storage.
12
+
- 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.
13
+
- Fixed a rare nil pointer panic in the internal SQL executor.
0 commit comments