Skip to content

Commit f9093b7

Browse files
authored
v25.4.2 release notes (#21622)
1 parent d35f81f commit f9093b7

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

src/current/_data/releases.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10041,6 +10041,41 @@
1004110041
previous_release: v26.1.0-alpha.1
1004210042

1004310043

10044+
- release_name: v25.4.2
10045+
major_version: v25.4
10046+
release_date: '2025-12-12'
10047+
release_type: Production
10048+
go_version: go1.25.3
10049+
sha: fed2b8351ac420fec6a1eecce0c78e3848d11896
10050+
has_sql_only: true
10051+
has_sha256sum: true
10052+
mac:
10053+
mac_arm: true
10054+
mac_arm_experimental: true
10055+
mac_arm_limited_access: false
10056+
windows: true
10057+
linux:
10058+
linux_arm: true
10059+
linux_arm_experimental: false
10060+
linux_arm_limited_access: false
10061+
linux_intel_fips: true
10062+
linux_arm_fips: false
10063+
docker:
10064+
docker_image: cockroachdb/cockroach
10065+
docker_arm: true
10066+
docker_arm_experimental: false
10067+
docker_arm_limited_access: false
10068+
source: true
10069+
previous_release: v25.4.1
10070+
cloud_only: true
10071+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
10072+
cloud_only_message: >
10073+
This version is currently available only for select
10074+
CockroachDB Cloud clusters. To request to upgrade
10075+
a CockroachDB self-hosted cluster to this version,
10076+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
10077+
10078+
1004410079
- release_name: v25.3.6
1004510080
major_version: v25.3
1004610081
release_date: '2025-12-12'
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## v25.4.2
2+
3+
Release Date: December 12, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-4-2-db-console-changes">DB Console changes</h3>
8+
9+
- The background (elastic) store graphs for exhausted duration, and the wait duration histogram, have been separated from the foreground (regular) graphs. [#156869][#156869]
10+
11+
<h3 id="v25-4-2-bug-fixes">Bug fixes</h3>
12+
13+
- A mechanism that prevents unsafe replication changes from causing loss of quorum now functions correctly. An internal function has been fixed to properly return errors, enhancing the reliability of replication safeguards. [#156523][#156523]
14+
- Fixed a bug where CockroachDB could encounter a `vector encoder doesn't support ForcePut yet` error when executing `COPY` commands concurrently with certain schema changes. The bug had existed since before v23.2. [#157200][#157200]
15+
- Fixed a bug that could cause a schema change to be stuck in the reverting state if the `infer_rbr_region_col_using_constraint` storage parameter was being set at the same time as adding a constraint that had a foreign key violation. [#157844][#157844]
16+
17+
[#156523]: https://github.com/cockroachdb/cockroach/pull/156523
18+
[#156869]: https://github.com/cockroachdb/cockroach/pull/156869
19+
[#157011]: https://github.com/cockroachdb/cockroach/pull/157011
20+
[#157200]: https://github.com/cockroachdb/cockroach/pull/157200
21+
[#157228]: https://github.com/cockroachdb/cockroach/pull/157228
22+
[#157844]: https://github.com/cockroachdb/cockroach/pull/157844
23+
[#157853]: https://github.com/cockroachdb/cockroach/pull/157853
24+
[#159122]: https://github.com/cockroachdb/cockroach/pull/159122

0 commit comments

Comments
 (0)