Skip to content

Commit 628ef6f

Browse files
committed
Resolve merge conflict with main: add v24.3.30, v25.2.16, and v25.4.7 entries
2 parents 671830c + 3ab1f45 commit 628ef6f

152 files changed

Lines changed: 583 additions & 7557 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/current/_data/cards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ develop:
1515
- link: "/PREFIX/schema-design-overview.html"
1616
title: "Design a schema"
1717
text: "Details and best practices about designing schemas for your data."
18-
- link: "/PREFIX/insert-data.html"
18+
- link: "/PREFIX/insert.html"
1919
title: "Write data"
2020
text: "How to insert data into your cluster."
2121
- link: "/PREFIX/query-behavior-troubleshooting.html"

src/current/_data/redirects.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,4 +1120,32 @@
11201120

11211121
- destination: reads-and-writes-overview.md
11221122
sources: ['query-data.md']
1123+
versions: ['v26.1', 'v26.2']
1124+
1125+
- destination: delete.md
1126+
sources: ['delete-data.md']
1127+
versions: ['v26.1', 'v26.2']
1128+
1129+
- destination: configure-replication-zones.md
1130+
sources: ['demo-automatic-cloud-migration.md']
1131+
versions: ['v26.1', 'v26.2']
1132+
1133+
- destination: jsonb.md
1134+
sources: ['demo-json-support.md']
1135+
versions: ['v26.1', 'v26.2']
1136+
1137+
- destination: query-spatial-data.md
1138+
sources: ['export-spatial-data.md']
1139+
versions: ['v26.1', 'v26.2']
1140+
1141+
- destination: insert.md
1142+
sources: ['insert-data.md']
1143+
versions: ['v26.1', 'v26.2']
1144+
1145+
- destination: spatial-data-overview.md
1146+
sources: ['spatial-tutorial.md', 'geoserver.md']
1147+
versions: ['v26.1', 'v26.2']
1148+
1149+
- destination: update.md
1150+
sources: ['update-data.md']
11231151
versions: ['v26.1', 'v26.2']

src/current/_data/releases.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10978,6 +10978,75 @@
1097810978
source: true
1097910979
previous_release: v26.2.0-beta.1
1098010980

10981+
- release_name: v24.3.30
10982+
major_version: v24.3
10983+
release_date: '2026-04-03'
10984+
release_type: Production
10985+
go_version: go1.25.5
10986+
sha: 13a49ec6fffa7c5dd238c9cf191757358715b790
10987+
has_sql_only: true
10988+
has_sha256sum: true
10989+
mac:
10990+
mac_arm: true
10991+
mac_arm_experimental: true
10992+
mac_arm_limited_access: false
10993+
windows: true
10994+
linux:
10995+
linux_arm: true
10996+
linux_arm_experimental: false
10997+
linux_arm_limited_access: false
10998+
linux_intel_fips: true
10999+
linux_arm_fips: false
11000+
docker:
11001+
docker_image: cockroachdb/cockroach
11002+
docker_arm: true
11003+
docker_arm_experimental: false
11004+
docker_arm_limited_access: false
11005+
source: true
11006+
previous_release: v24.3.29
11007+
cloud_only: true
11008+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
11009+
cloud_only_message: >
11010+
This version is currently available only for select
11011+
CockroachDB Cloud clusters. To request to upgrade
11012+
a CockroachDB self-hosted cluster to this version,
11013+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
11014+
11015+
11016+
- release_name: v25.2.16
11017+
major_version: v25.2
11018+
release_date: '2026-04-03'
11019+
release_type: Production
11020+
go_version: go1.25.5
11021+
sha: 35d38b157507ca53438484aa05b6145f9320aeed
11022+
has_sql_only: true
11023+
has_sha256sum: true
11024+
mac:
11025+
mac_arm: true
11026+
mac_arm_experimental: true
11027+
mac_arm_limited_access: false
11028+
windows: true
11029+
linux:
11030+
linux_arm: true
11031+
linux_arm_experimental: false
11032+
linux_arm_limited_access: false
11033+
linux_intel_fips: true
11034+
linux_arm_fips: false
11035+
docker:
11036+
docker_image: cockroachdb/cockroach
11037+
docker_arm: true
11038+
docker_arm_experimental: false
11039+
docker_arm_limited_access: false
11040+
source: true
11041+
previous_release: v25.2.15
11042+
cloud_only: true
11043+
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
11044+
cloud_only_message: >
11045+
This version is currently available only for select
11046+
CockroachDB Cloud clusters. To request to upgrade
11047+
a CockroachDB self-hosted cluster to this version,
11048+
[contact support](https://support.cockroachlabs.com/hc/requests/new).
11049+
1098111050
1098211051
- release_name: v25.4.7
1098311052
major_version: v25.4

src/current/_includes/cockroachcloud/app/see-also-links.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ You might also be interested in the following pages:
44
- [Data Replication]({% link {{site.current_cloud_version}}/demo-data-replication.md %})
55
- [CockroachDB Resilience]({% link {{site.current_cloud_version}}/demo-cockroachdb-resilience.md %})
66
- [Automatic Rebalancing]({% link {{site.current_cloud_version}}/demo-automatic-rebalancing.md %})
7-
- [Cross-Cloud Migration]({% link {{site.current_cloud_version}}/demo-automatic-cloud-migration.md %})
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v24.3.30
2+
3+
Release Date: April 3, 2026
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-30-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug where CockroachDB did not always promptly respond to the statement timeout when performing a hash join with an `ON` filter that is mostly `false`. [#164888][#164888]
10+
- Fixed a bug that could cause row sampling for table statistics to crash a node due to a data race when processing a collated string column with values larger than 400 bytes. This bug has existed since before v23.1. [#165571][#165571]
11+
12+
13+
[#164888]: https://github.com/cockroachdb/cockroach/pull/164888
14+
[#165571]: https://github.com/cockroachdb/cockroach/pull/165571
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v25.2.16
2+
3+
Release Date: April 3, 2026
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-16-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a bug where CockroachDB did not always promptly respond to the statement timeout when performing a hash join with an `ON` filter that is mostly `false`. [#164889][#164889]
10+
- Fixed a bug that could cause row sampling for table statistics to crash a node due to a data race when processing a collated string column with values larger than 400 bytes. This bug has existed since before v23.1. [#165570][#165570]
11+
12+
[#164889]: https://github.com/cockroachdb/cockroach/pull/164889
13+
[#165570]: https://github.com/cockroachdb/cockroach/pull/165570
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## v26.2.0-beta.2
2+
3+
Release Date: April 1, 2026
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v26-2-0-beta-2-sql-language-changes">SQL language changes</h3>
8+
9+
- `EXPLAIN` and `EXPLAIN ANALYZE` now display a `table stats mode` field (`canary` or `stable`) when the `sql.stats.canary_fraction` cluster setting is greater than 0, indicating which table statistics were used for query planning. Scan nodes for tables with active canary stats also show the configured canary window duration. [#166129][#166129]
10+
11+
<h3 id="v26-2-0-beta-2-operational-changes">Operational changes</h3>
12+
13+
- A new cluster setting, `server.gc_assist.enabled`, allows operators to dynamically disable GC assist in CockroachDB's forked Go runtime. By default, it follows the `GODEBUG=gcnoassist` flag. A new metric, `sys.gc.assist.enabled`, reports the current state (`1` = enabled, `0` = disabled). [#166555][#166555]
14+
15+
<h3 id="v26-2-0-beta-2-bug-fixes">Bug fixes</h3>
16+
17+
- Fixed a bug where running `EXPLAIN ANALYZE (DEBUG)` on a query that invokes a UDF with many blocks could cause out-of-memory errors (OOMs). [#166132][#166132]
18+
- Fixed a bug where restoring a database backup containing default privileges that referenced non-existent users would leave dangling user references in the restored database descriptor. [#166183][#166183]
19+
- Fixed a bug where rolling back a `CREATE TABLE` that referenced user-defined types or sequences would leave orphaned back-references on the type and sequence descriptors, causing them to appear in `crdb_internal.invalid_objects` after the table was GC'd. [#166223][#166223]
20+
- Fixed a bug where concurrent updates to a table using multiple column families during a partial index creation could result in data loss, incorrect `NULL` values, or validation failures in the resulting index. [#166325][#166325]
21+
- Fixed a crash (`traceRegion: alloc too large`) that could occur when Go's execution tracer was enabled and a range cache lookup used a key longer than about 64 KB. [#166705][#166705]
22+
23+
24+
[#166132]: https://github.com/cockroachdb/cockroach/pull/166132
25+
[#166183]: https://github.com/cockroachdb/cockroach/pull/166183
26+
[#166223]: https://github.com/cockroachdb/cockroach/pull/166223
27+
[#166325]: https://github.com/cockroachdb/cockroach/pull/166325
28+
[#166705]: https://github.com/cockroachdb/cockroach/pull/166705
29+
[#166129]: https://github.com/cockroachdb/cockroach/pull/166129
30+
[#166555]: https://github.com/cockroachdb/cockroach/pull/166555

0 commit comments

Comments
 (0)