Skip to content

Commit 39a0bba

Browse files
Release Notes for v23.2-v23.2.26 (#19653)
1 parent f298a1d commit 39a0bba

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9148,6 +9148,41 @@
91489148
previous_release: v24.3.12
91499149

91509150

9151+
- release_name: v23.2.26
9152+
major_version: v23.2
9153+
release_date: '2025-05-28'
9154+
release_type: Production
9155+
go_version: go1.23.7
9156+
sha: 8e5c41babf220397645d3fde5c4fa6e4fa051f95
9157+
has_sql_only: true
9158+
has_sha256sum: true
9159+
mac:
9160+
mac_arm: true
9161+
mac_arm_experimental: true
9162+
mac_arm_limited_access: false
9163+
windows: true
9164+
linux:
9165+
linux_arm: true
9166+
linux_arm_experimental: false
9167+
linux_arm_limited_access: false
9168+
linux_intel_fips: true
9169+
linux_arm_fips: false
9170+
docker:
9171+
docker_image: cockroachdb/cockroach
9172+
docker_arm: true
9173+
docker_arm_experimental: false
9174+
docker_arm_limited_access: false
9175+
source: true
9176+
previous_release: v23.2.25
9177+
cloud_only: true
9178+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
9179+
cloud_only_message: >
9180+
This version is currently available only for select
9181+
CockroachDB Cloud clusters. To request to upgrade
9182+
a CockroachDB self-hosted cluster to this version,
9183+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
9184+
9185+
91519186
- release_name: v25.1.7
91529187
major_version: v25.1
91539188
release_date: '2025-05-28'
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v23.2.26
2+
3+
Release Date: May 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v23-2-26-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug where using values for the cluster setting `changefeed.aggregator.flush_jitter` and the changefeed option `min_checkpoint_frequency` resulting in `changefeed.aggregator.flush_jitter * min_checkpoint_frequency < 1` would cause a panic. Jitter will now be disabled in this case. [#144423][#144423]
10+
- Improved the performance of `SHOW CREATE TABLE` on multi-region databases with a large numbers of objects. [#145081][#145081]
11+
- Fixed an internal assertion failure that could occur during operations like `ALTER TYPE` or `ALTER DATABASE ... ADD REGION` when temporary tables were present. [#146200][#146200]
12+
- Fixed a bug that prevented `TRUNCATE` from succeeding if any indexes on the table had back-reference dependencies, such as from a view or function referencing the index. [#146322][#146322]
13+
- Fixed a rare corruption bug that impacts import and materialized views. [#144659][#144659]
14+
15+
[#144423]: https://github.com/cockroachdb/cockroach/pull/144423
16+
[#145081]: https://github.com/cockroachdb/cockroach/pull/145081
17+
[#146200]: https://github.com/cockroachdb/cockroach/pull/146200
18+
[#146322]: https://github.com/cockroachdb/cockroach/pull/146322
19+
[#144659]: https://github.com/cockroachdb/cockroach/pull/144659

0 commit comments

Comments
 (0)