Skip to content

Commit 2986363

Browse files
Release Notes for v26.1-v26.1.5 (#23398)
1 parent 59f1cad commit 2986363

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

src/current/_data/releases.yml

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11592,4 +11592,38 @@
1159211592
docker_arm_experimental: false
1159311593
docker_arm_limited_access: false
1159411594
source: true
11595-
previous_release: v24.3.32
11595+
previous_release: v24.3.32
11596+
11597+
- release_name: v26.1.5
11598+
major_version: v26.1
11599+
release_date: '2026-05-29'
11600+
release_type: Production
11601+
go_version: go1.26.2
11602+
sha: 2162fab1ea78bc39eb153518fe2ee291f439e12d
11603+
has_sql_only: true
11604+
has_sha256sum: true
11605+
mac:
11606+
mac_arm: true
11607+
mac_arm_experimental: true
11608+
mac_arm_limited_access: false
11609+
windows: true
11610+
linux:
11611+
linux_arm: true
11612+
linux_arm_experimental: false
11613+
linux_arm_limited_access: false
11614+
linux_intel_fips: true
11615+
linux_arm_fips: false
11616+
docker:
11617+
docker_image: cockroachdb/cockroach
11618+
docker_arm: true
11619+
docker_arm_experimental: false
11620+
docker_arm_limited_access: false
11621+
source: true
11622+
previous_release: v26.1.4
11623+
cloud_only: true
11624+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
11625+
cloud_only_message: >
11626+
This version is currently available only for select
11627+
CockroachDB Cloud clusters. To request to upgrade
11628+
a CockroachDB self-hosted cluster to this version,
11629+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v26.1.5
2+
3+
Release Date: May 29, 2026
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v26-1-5-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a rare panic that could occur when a virtual cluster entry was removed before it was fully populated by the rangefeed.
10+
- 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".
11+
- 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.
12+
- Fixed a rare nil pointer panic in the internal SQL executor.
13+
- The `storage.compression.cr` metric now includes blob files.

0 commit comments

Comments
 (0)