Skip to content

Commit

Permalink
Release Notes v23.2.0-beta.1 (#18097)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Nov 27, 2023
1 parent f2f5174 commit b0e0983
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5190,3 +5190,30 @@
docker_arm_limited_access: false
source: true
previous_release: v23.2.0-alpha.6

- release_name: v23.2.0-beta.1
major_version: v23.2
release_date: '2023-11-27'
release_type: Testing
go_version: go1.21
sha: 6164c87419fa34e42b349c8206774090fc023af4
has_sql_only: true
has_sha256sum: true
mac:
mac_arm: true
mac_arm_experimental: true
mac_arm_limited_access: false
windows: true
linux:
linux_arm: true
linux_arm_experimental: false
linux_arm_limited_access: false
linux_intel_fips: true
linux_arm_fips: false
docker:
docker_image: cockroachdb/cockroach-unstable
docker_arm: true
docker_arm_experimental: false
docker_arm_limited_access: true
source: true
previous_release: v23.2.0-alpha.7
31 changes: 31 additions & 0 deletions src/current/_includes/releases/v23.2/v23.2.0-beta.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## v23.2.0-beta.1

Release Date: November 27, 2023

{% include releases/release-downloads-docker-image.md release=include.release %}

<h3 id="v23-2-0-beta-1-sql-language-changes">SQL language changes</h3>

- [`COPY`](../v23.2/copy-from.html) commands now use the [`background` quality-of-service level](../v23.2/admission-control.html#set-quality-of-service-level-for-a-session) by default, which makes `COPY` commands subject to [admission control](../v23.2/admission-control.html). The new session variable `copy_transaction_quality_of_service` controls the quality-of-service level for `COPY` commands. Previously, `COPY` used the same level as other commands, determined by the `default_transaction_quality_of_service` session variable, which is set to `regular` by default. `regular` is not subject to admission control. [#114535][#114535]

<h3 id="v23-2-0-beta-1-db-console-changes">DB Console changes</h3>

- The [Overview page](../v23.2/ui-overview.html) now correctly renders the background color for the email signup, which fixes an issue where it was difficult to read the text. [#114547][#114547]
- Fixed a bug where selecting the internal application name prefix `$ internal` from the **Application Name** dropdown on the [**SQL Activity Statements** page](../v23.2/ui-statements-page.html) was not showing internal queries. The filtering logic will now show if there are statements with the `$ internal` application name prefix. [#114517][#114517]

<h3 id="v23-2-0-beta-1-bug-fixes">Bug fixes</h3>

- Fixed a bug where an empty [range](../v23.2/architecture/overview.html#architecture-range) corresponding to a [`DROP TABLE`](../v23.2/drop-table.html) did not respect system-level span configurations such as [protected timestamps](../v23.2/architecture/storage-layer.html#protected-timestamps), which potentially caused reads above the protected timestamp to fail. [#114833][#114833]
- Fixed error handling for `GetFiles` so that it does not cause a nil pointer dereference. [#114830][#114830]

<h3 id="v23-2-0-beta-1-contributors">Contributors</h3>

This release includes 33 merged PRs by 21 authors.

</div>

[#114517]: https://github.com/cockroachdb/cockroach/pull/114517
[#114535]: https://github.com/cockroachdb/cockroach/pull/114535
[#114547]: https://github.com/cockroachdb/cockroach/pull/114547
[#114830]: https://github.com/cockroachdb/cockroach/pull/114830
[#114833]: https://github.com/cockroachdb/cockroach/pull/114833

0 comments on commit b0e0983

Please sign in to comment.