diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index bbb6e389486..cdcc6328cf5 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -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 diff --git a/src/current/_includes/releases/v23.2/v23.2.0-beta.1.md b/src/current/_includes/releases/v23.2/v23.2.0-beta.1.md new file mode 100644 index 00000000000..1c1aafc07bb --- /dev/null +++ b/src/current/_includes/releases/v23.2/v23.2.0-beta.1.md @@ -0,0 +1,31 @@ +## v23.2.0-beta.1 + +Release Date: November 27, 2023 + +{% include releases/release-downloads-docker-image.md release=include.release %} + +

SQL language changes

+ +- [`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] + +

DB Console changes

+ +- 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] + +

Bug fixes

+ +- 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] + +

Contributors

+ +This release includes 33 merged PRs by 21 authors. + + + +[#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 \ No newline at end of file