Skip to content

Commit 2ffde29

Browse files
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>
1 parent 0f84b43 commit 2ffde29

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

src/current/_includes/releases/v25.2/v25.2.19.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@ Release Date: May 29, 2026
66

77
<h3 id="v25-2-19-bug-fixes">Bug fixes</h3>
88

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]
14-
15-
16-
[#169928]: https://github.com/cockroachdb/cockroach/pull/169928
17-
[#169294]: https://github.com/cockroachdb/cockroach/pull/169294
18-
[#169415]: https://github.com/cockroachdb/cockroach/pull/169415
19-
[#169702]: https://github.com/cockroachdb/cockroach/pull/169702
20-
[#169772]: https://github.com/cockroachdb/cockroach/pull/169772
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.
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

Comments
 (0)