Skip to content

Commit 041f7a7

Browse files
authored
Merge branch 'main' into DOC-13145
2 parents 7e06bba + 687f186 commit 041f7a7

21 files changed

+1090
-0
lines changed

src/current/_data/releases.yml

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8813,3 +8813,143 @@
88138813
docker_arm_limited_access: false
88148814
source: true
88158815
previous_release: v25.2.0-beta.1
8816+
8817+
8818+
- release_name: v23.2.24
8819+
major_version: v23.2
8820+
release_date: '2025-04-28'
8821+
release_type: Production
8822+
go_version: go1.23.7
8823+
sha: 8961e814bff7eeb85d42bbdbaf54769294af3681
8824+
has_sql_only: true
8825+
has_sha256sum: true
8826+
mac:
8827+
mac_arm: true
8828+
mac_arm_experimental: true
8829+
mac_arm_limited_access: false
8830+
windows: true
8831+
linux:
8832+
linux_arm: true
8833+
linux_arm_experimental: false
8834+
linux_arm_limited_access: false
8835+
linux_intel_fips: true
8836+
linux_arm_fips: false
8837+
docker:
8838+
docker_image: cockroachdb/cockroach
8839+
docker_arm: true
8840+
docker_arm_experimental: false
8841+
docker_arm_limited_access: false
8842+
source: true
8843+
previous_release: v23.2.23
8844+
8845+
8846+
- release_name: v24.1.17
8847+
major_version: v24.1
8848+
release_date: '2025-04-28'
8849+
release_type: Production
8850+
go_version: go1.23.7
8851+
sha: c3b5cb46876358879012a5eb01461aa2c2c5b070
8852+
has_sql_only: true
8853+
has_sha256sum: true
8854+
mac:
8855+
mac_arm: true
8856+
mac_arm_experimental: true
8857+
mac_arm_limited_access: false
8858+
windows: true
8859+
linux:
8860+
linux_arm: true
8861+
linux_arm_experimental: false
8862+
linux_arm_limited_access: false
8863+
linux_intel_fips: true
8864+
linux_arm_fips: false
8865+
docker:
8866+
docker_image: cockroachdb/cockroach
8867+
docker_arm: true
8868+
docker_arm_experimental: false
8869+
docker_arm_limited_access: false
8870+
source: true
8871+
previous_release: v24.1.16
8872+
8873+
8874+
- release_name: v24.3.11
8875+
major_version: v24.3
8876+
release_date: '2025-04-28'
8877+
release_type: Production
8878+
go_version: go1.23.7
8879+
sha: 48c74189a0dabf38e990e4a2d94431e630945822
8880+
has_sql_only: true
8881+
has_sha256sum: true
8882+
mac:
8883+
mac_arm: true
8884+
mac_arm_experimental: true
8885+
mac_arm_limited_access: false
8886+
windows: true
8887+
linux:
8888+
linux_arm: true
8889+
linux_arm_experimental: false
8890+
linux_arm_limited_access: false
8891+
linux_intel_fips: true
8892+
linux_arm_fips: false
8893+
docker:
8894+
docker_image: cockroachdb/cockroach
8895+
docker_arm: true
8896+
docker_arm_experimental: false
8897+
docker_arm_limited_access: false
8898+
source: true
8899+
previous_release: v24.3.10
8900+
8901+
8902+
- release_name: v25.1.5
8903+
major_version: v25.1
8904+
release_date: '2025-04-28'
8905+
release_type: Production
8906+
go_version: go1.23.7
8907+
sha: d148d3abe6cb84ecc15c470c524f05c1e726c671
8908+
has_sql_only: true
8909+
has_sha256sum: true
8910+
mac:
8911+
mac_arm: true
8912+
mac_arm_experimental: true
8913+
mac_arm_limited_access: false
8914+
windows: true
8915+
linux:
8916+
linux_arm: true
8917+
linux_arm_experimental: false
8918+
linux_arm_limited_access: false
8919+
linux_intel_fips: true
8920+
linux_arm_fips: false
8921+
docker:
8922+
docker_image: cockroachdb/cockroach
8923+
docker_arm: true
8924+
docker_arm_experimental: false
8925+
docker_arm_limited_access: false
8926+
source: true
8927+
previous_release: v25.1.4
8928+
8929+
8930+
- release_name: v25.2.0-beta.3
8931+
major_version: v25.2
8932+
release_date: '2025-04-28'
8933+
release_type: Testing
8934+
go_version: go1.23.7
8935+
sha: 2ca5649d32f7b0920421be7dcebbd842c9fc757b
8936+
has_sql_only: true
8937+
has_sha256sum: true
8938+
mac:
8939+
mac_arm: true
8940+
mac_arm_experimental: true
8941+
mac_arm_limited_access: false
8942+
windows: true
8943+
linux:
8944+
linux_arm: true
8945+
linux_arm_experimental: false
8946+
linux_arm_limited_access: false
8947+
linux_intel_fips: true
8948+
linux_arm_fips: false
8949+
docker:
8950+
docker_image: cockroachdb/cockroach-unstable
8951+
docker_arm: true
8952+
docker_arm_experimental: false
8953+
docker_arm_limited_access: false
8954+
source: true
8955+
previous_release: v25.2.0-beta.2
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v23.2.24
2+
3+
Release Date: April 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v23-2-24-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a rare corruption bug that impacts import and materialized views. [#144659][#144659]
10+
11+
[#144659]: https://github.com/cockroachdb/cockroach/pull/144659
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v24.1.17
2+
3+
Release Date: April 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-1-17-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a rare corruption bug that impacts import and materialized views. [#144660][#144660]
10+
11+
[#144660]: https://github.com/cockroachdb/cockroach/pull/144660
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v24.3.11
2+
3+
Release Date: April 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v24-3-11-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a rare corruption bug that impacts import and materialized views. [#144661][#144661]
10+
11+
[#144661]: https://github.com/cockroachdb/cockroach/pull/144661
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v25.1.5
2+
3+
Release Date: April 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-1-5-bug-fixes">Bug fixes</h3>
8+
9+
- Fixed a rare corruption bug that impacts import and materialized views. [#144662][#144662]
10+
11+
[#144662]: https://github.com/cockroachdb/cockroach/pull/144662
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## v25.2.0-beta.3
2+
3+
Release Date: April 28, 2025
4+
5+
{% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+
<h3 id="v25-2-0-beta-3-sql-language-changes">SQL language changes</h3>
8+
9+
- `CREATE VECTOR INDEX` and `ALTER PRIMARY KEY` now send a notice that vector indexes will be offline during the change operation when the `sql_safe_updates` session setting is disabled. [#144601][#144601]
10+
- Vector indexes do not support mutation while being created with `CREATE INDEX` or rebuilt with `ALTER PRIMARY KEY`. To prevent inadvertent application downtime, set the `sql_safe_updates` session setting to `false` when using `CREATE INDEX` or `ALTER PRIMARY KEY` with a vector index. [#144601][#144601]
11+
- The variable arguments of polymorphic built-in functions (e.g., `concat`, `num_nulls`, `format`, `concat_ws`, etc.) no longer need to have the same type, matching PostgreSQL behavior. As a result, CockroachDB's type inference engine will no longer be able to infer argument types in some cases where it previously could, and there is a possibility that CockroachDB applications will encounter new errors. The new session variable `use_pre_25_2_variadic_builtins` restores the previous behavior (and limitations). [#144600][#144600]
12+
13+
<h3 id="v25-2-0-beta-3-bug-fixes">Bug fixes</h3>
14+
15+
- Fixed a bug that could cause a changefeed to complete erroneously when one of its watched tables encounters a schema change. [#144717][#144717]
16+
- Fixed a bug in the DB Console where tables with page size dropdowns failed to update when a new page size option was selected. Tables now update correctly.
17+
[#144666][#144666]
18+
- Fixed the following bugs in the **Schedules** page of the DB Console:
19+
- Where the **Schedules** page displayed only a subset of a cluster's schedules. The **Schedules** page now correctly displays all schedules.
20+
- Where manually updating the `show` or `status` parameters in the URL (e.g., `http://127.0.0.1:8080/#/schedules?status=ACTIVE&show=50`) caused the **Schedules** page to fail to load.
21+
[#144807][#144807]
22+
- Fixed a bug in the **SQL Activity Statements** page where filtering by **Statement Type** returned no results. The filter now works as expected.
23+
[#144851][#144851]
24+
- Fixed a bug in the DB Console where the **Drop unused index** tag appeared multiple times for an index on the **Indexes** tab of the **Table Details** page.
25+
[#144656][#144656]
26+
27+
<h3 id="v25-2-0-beta-3-performance-improvements">Performance improvements</h3>
28+
29+
- Triggers now perform the descriptor lookup for `TG_TABLE_SCHEMA` against a cache. This can significantly reduce trigger planning latency in multi-region databases. [#144521][#144521]
30+
- The vector search optimizer rule now supports additional projections beyond the distance column, including the implicit projections added for virtual columns. [#144583][#144583]
31+
32+
33+
[#144656]: https://github.com/cockroachdb/cockroach/pull/144656
34+
[#144521]: https://github.com/cockroachdb/cockroach/pull/144521
35+
[#144583]: https://github.com/cockroachdb/cockroach/pull/144583
36+
[#144601]: https://github.com/cockroachdb/cockroach/pull/144601
37+
[#144600]: https://github.com/cockroachdb/cockroach/pull/144600
38+
[#144807]: https://github.com/cockroachdb/cockroach/pull/144807
39+
[#144851]: https://github.com/cockroachdb/cockroach/pull/144851
40+
[#144717]: https://github.com/cockroachdb/cockroach/pull/144717
41+
[#144666]: https://github.com/cockroachdb/cockroach/pull/144666

src/current/_includes/v23.1/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

src/current/_includes/v23.2/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

src/current/_includes/v24.1/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

src/current/_includes/v24.3/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

src/current/_includes/v25.1/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

src/current/_includes/v25.2/sidebar-data/self-hosted-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"/${VERSION}/recommended-production-settings.html"
99
]
1010
},
11+
{
12+
"title": "Deployment and Operations Skills Taxonomy",
13+
"urls": [
14+
"/${VERSION}/deployment-operations-skills-taxonomy.html"
15+
]
16+
},
1117
{
1218
"title": "Deploy Locally",
1319
"items": [

0 commit comments

Comments
 (0)