-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL-1722 v25.1.0-beta.1: [Docs] Generate Release notes for download/SH (
#19314) * edited release notes. * fixed versions.csv: for v25.1set crdb_branch_name to release-24.3 so that sql-grammar page does not have a 404 error. * Incorporated Ryan’s feedback.
- Loading branch information
1 parent
e6df952
commit ac7f95c
Showing
3 changed files
with
89 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## v25.1.0-beta.1 | ||
|
||
Release Date: January 20, 2025 | ||
|
||
{% include releases/new-release-downloads-docker-image.md release=include.release %} | ||
|
||
<h3 id="v25-1-0-beta-1-general-changes">General changes</h3> | ||
|
||
- CockroachDB binaries are no longer built with profile-guided optimization (PGO) enabled. [#139092][#139092] | ||
|
||
<h3 id="v25-1-0-beta-1-sql-language-changes">SQL language changes</h3> | ||
|
||
- When you run `CREATE LOGICALLY REPLICATED TABLE`, you must specify one of the following options: | ||
- `UNIDIRECTIONAL`: Sets up a unidirectional stream with fast initial scan. | ||
- `BIDIRECTIONAL ON {destination uri}`: Sets up a bidirectional stream from the original destination to the original source. [#138297][#138297] | ||
- Logical data replication (LDR) and physical cluster replication (PCR) may now use the `crdb_route=gateway` query option to route the replication streams over a load balancer. [#138697][#138697] | ||
|
||
<h3 id="v25-1-0-beta-1-operational-changes">Operational changes</h3> | ||
|
||
- The `node decommission` CLI command now waits until the target node is fully drained before marking it as decommissioned. Previously, the command would initiate the drain process but not wait for its completion, leaving the target node in a state where it could not communicate with the cluster but would still accept client requests, causing them to hang or encounter unexpected errors. [#138732][#138732] | ||
- The cluster setting `changefeed.frontier_highwater_lag_checkpoint_threshold` has been renamed to `changefeed.span_checkpoint.lag_threshold`. The previous name is still available for backward compatibility. [#139064][#139064] | ||
|
||
<h3 id="v25-1-0-beta-1-bug-fixes">Bug fixes</h3> | ||
|
||
- Fixed a bounded memory leak that could occur when evaluating some memory-intensive queries using the vectorized engine. This leak had been present since v20.2. [#138804][#138804] | ||
- Fixed a bug where columns created with `GENERATED ... BY IDENTITY` with the `SERIAL` type could incorrectly fail internal validations. [#139084][#139084] | ||
|
||
[#136879]: https://github.com/cockroachdb/cockroach/pull/136879 | ||
[#137319]: https://github.com/cockroachdb/cockroach/pull/137319 | ||
[#138283]: https://github.com/cockroachdb/cockroach/pull/138283 | ||
[#138297]: https://github.com/cockroachdb/cockroach/pull/138297 | ||
[#138697]: https://github.com/cockroachdb/cockroach/pull/138697 | ||
[#138732]: https://github.com/cockroachdb/cockroach/pull/138732 | ||
[#138804]: https://github.com/cockroachdb/cockroach/pull/138804 | ||
[#138849]: https://github.com/cockroachdb/cockroach/pull/138849 | ||
[#139041]: https://github.com/cockroachdb/cockroach/pull/139041 | ||
[#139042]: https://github.com/cockroachdb/cockroach/pull/139042 | ||
[#139064]: https://github.com/cockroachdb/cockroach/pull/139064 | ||
[#139084]: https://github.com/cockroachdb/cockroach/pull/139084 | ||
[#139092]: https://github.com/cockroachdb/cockroach/pull/139092 | ||
[00f75802a]: https://github.com/cockroachdb/cockroach/commit/00f75802a | ||
[067579e89]: https://github.com/cockroachdb/cockroach/commit/067579e89 | ||
[0d2b39732]: https://github.com/cockroachdb/cockroach/commit/0d2b39732 | ||
[1b1b1b763]: https://github.com/cockroachdb/cockroach/commit/1b1b1b763 | ||
[23806329e]: https://github.com/cockroachdb/cockroach/commit/23806329e | ||
[3708ee527]: https://github.com/cockroachdb/cockroach/commit/3708ee527 | ||
[4e3b377d8]: https://github.com/cockroachdb/cockroach/commit/4e3b377d8 | ||
[59e987a9f]: https://github.com/cockroachdb/cockroach/commit/59e987a9f | ||
[6e251fb53]: https://github.com/cockroachdb/cockroach/commit/6e251fb53 | ||
[780f5a6c6]: https://github.com/cockroachdb/cockroach/commit/780f5a6c6 | ||
[78a873fd4]: https://github.com/cockroachdb/cockroach/commit/78a873fd4 | ||
[87d99d96b]: https://github.com/cockroachdb/cockroach/commit/87d99d96b | ||
[a09069f29]: https://github.com/cockroachdb/cockroach/commit/a09069f29 | ||
[b0f2b656d]: https://github.com/cockroachdb/cockroach/commit/b0f2b656d | ||
[b8371641b]: https://github.com/cockroachdb/cockroach/commit/b8371641b | ||
[b957e65c3]: https://github.com/cockroachdb/cockroach/commit/b957e65c3 | ||
[cc8e09034]: https://github.com/cockroachdb/cockroach/commit/cc8e09034 | ||
[d4d9811d8]: https://github.com/cockroachdb/cockroach/commit/d4d9811d8 | ||
[d4ea7302d]: https://github.com/cockroachdb/cockroach/commit/d4ea7302d | ||
[f2f1b2ced]: https://github.com/cockroachdb/cockroach/commit/f2f1b2ced |