Skip to content

Commit

Permalink
minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-crl committed Jan 17, 2025
1 parent c28a382 commit 1a8342f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/current/_includes/releases/v25.1/v25.1.0-beta.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release Date: January 20, 2025
<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
- `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]

Expand All @@ -22,7 +22,7 @@ Release Date: January 20, 2025

<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. This leak had been present since v20.2. [#138804][#138804]
- 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
Expand Down

0 comments on commit 1a8342f

Please sign in to comment.