Skip to content

Commit 0809b4d

Browse files
release-notes-automation[bot]Automated Release Botflorence-crl
authored
Release Notes for v23.2-v23.2.25 (#19567)
* Update release notes for v23.2-v23.2.25 * In releases.yml, resolved merge conflict. --------- Co-authored-by: Automated Release Bot <[email protected]> Co-authored-by: Florence Morris <[email protected]>
1 parent f7d7150 commit 0809b4d

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

src/current/_data/releases.yml

+35
Original file line numberDiff line numberDiff line change
@@ -8983,6 +8983,41 @@
89838983
previous_release: v24.1.17
89848984
cloud_only: true
89858985
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
8986+
cloud_only_message: >
8987+
This version is currently available only for select
8988+
CockroachDB Cloud clusters. To request to upgrade
8989+
a CockroachDB self-hosted cluster to this version,
8990+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
8991+
8992+
8993+
- release_name: v23.2.25
8994+
major_version: v23.2
8995+
release_date: '2025-04-30'
8996+
release_type: Production
8997+
go_version: go1.23.7
8998+
sha: 863469918dec11b408e9ad37b0ad8bb3ef6ce7cf
8999+
has_sql_only: true
9000+
has_sha256sum: true
9001+
mac:
9002+
mac_arm: true
9003+
mac_arm_experimental: true
9004+
mac_arm_limited_access: false
9005+
windows: true
9006+
linux:
9007+
linux_arm: true
9008+
linux_arm_experimental: false
9009+
linux_arm_limited_access: false
9010+
linux_intel_fips: true
9011+
linux_arm_fips: false
9012+
docker:
9013+
docker_image: cockroachdb/cockroach
9014+
docker_arm: true
9015+
docker_arm_experimental: false
9016+
docker_arm_limited_access: false
9017+
source: true
9018+
previous_release: v23.2.24
9019+
cloud_only: true
9020+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
89869021
cloud_only_message: >
89879022
This version is currently available only for select
89889023
CockroachDB Cloud clusters. To request to upgrade
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## v23.2.25
2+
3+
Release Date: April 30, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v23-2-25-sql-language-changes">SQL language changes</h3>
8+
9+
- Added the `WITH IGNORE_FOREIGN_KEYS` option to `SHOW CREATE TABLE` which omits foreign key constraints from the output schema. This option is also allowed in `SHOW CREATE VIEW`, but has no effect. It cannot be combined with the `WITH REDACT` option.
10+
[#142165][#142165]
11+
12+
<h3 id="v23-2-25-bug-fixes">Bug fixes</h3>
13+
14+
- Fixed a bug where CockroachDB would encounter an internal error when decoding the gists of plans with `CALL` statements. The bug had been present since v23.2.
15+
[#143312][#143312]
16+
- Fixed a bug that caused changefeeds to fail on startup when scanning a single key.
17+
[#143147][#143147]
18+
- Fixed a bug that could cause a stack overflow during execution of a prepared statement that invoked a PL/pgSQL routine with a loop. The bug existed in versions v23.2.22, v24.1.15, v24.3.9, v25.1.2, v25.1.3, and pre-release versions of v25.2 prior to v25.2.0-alpha.3.
19+
[#144029][#144029]
20+
- Fixed a bug that could leave behind a dangling reference to a dropped role if that role had default privileges granted to itself. The bug was caused by defining privileges such as: `ALTER DEFAULT PRIVILEGES FOR ROLE self_referencing_role GRANT INSERT ON TABLES TO self_referencing_role`.
21+
[#143291][#143291]
22+
- MVCC garbage collection is now fully subject to IO admission control. Previously, it was possible for MVCC GC to cause store overload (such as LSM inversion) when a large amount of data would become eligible for garbage collection. Should any issues arise from subjecting MVCC GC to admission control, the `kv.mvcc_gc.queue_kv_admission_control.enabled` cluster setting can be set to `false` to restore the previous behavior.
23+
[#143274][#143274]
24+
25+
26+
[#142165]: https://github.com/cockroachdb/cockroach/pull/142165
27+
[#143312]: https://github.com/cockroachdb/cockroach/pull/143312
28+
[#143147]: https://github.com/cockroachdb/cockroach/pull/143147
29+
[#144029]: https://github.com/cockroachdb/cockroach/pull/144029
30+
[#143291]: https://github.com/cockroachdb/cockroach/pull/143291
31+
[#143274]: https://github.com/cockroachdb/cockroach/pull/143274

0 commit comments

Comments
 (0)