Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v24.3.1 binaries and release note from an additional commit #19241

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7616,11 +7616,4 @@
docker_arm_experimental: false
docker_arm_limited_access: false
source: true
previous_release: v24.3.0
cloud_only: true
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
cloud_only_message: >
This version is currently available only for select
CockroachDB Cloud clusters. To request to upgrade
a CockroachDB self-hosted cluster to this version,
[contact support](https://support.cockroachlabs.com/hc/requests/new).
previous_release: v24.3.0
2 changes: 2 additions & 0 deletions src/current/_includes/releases/v24.3/v24.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Release Date: December 12, 2024
- `security.certificate.*` metrics now update correctly when certificates are reloaded during node runtime. Previously, these metrics would not reflect changes to certificates after node startup. [#136227][#136227]
- SQL roles created from LDAP groups that contain periods (.) or hyphens (-) in their Common Names (CN) no longer result in authorization failures. [#134942][#134942]
- LDAP authorization now supports partial group mapping, allowing users to authenticate even when some LDAP groups do not have corresponding CockroachDB roles. Previously, authentication would fail if any LDAP group lacked a matching database role. [#135587][#135587]
- Regional by row tables with uniqueness constraints where the region is not part of those uniqueness constraints and which also contain non-unique indices will now have those constraints properly enforced when modified at `READ COMMITTED` isolation. This bug was introduced in v24.3.0. [#137367][#137367]

<h3 id="v24-3-1-performance-improvements">Performance improvements</h3>

Expand Down Expand Up @@ -67,6 +68,7 @@ Release Date: December 12, 2024
[#136011]: https://github.com/cockroachdb/cockroach/pull/136011
[#136227]: https://github.com/cockroachdb/cockroach/pull/136227
[#136481]: https://github.com/cockroachdb/cockroach/pull/136481
[#137367]: https://github.com/cockroachdb/cockroach/pull/137367
[0d7f6eed3]: https://github.com/cockroachdb/cockroach/commit/0d7f6eed3
[1f2b1b084]: https://github.com/cockroachdb/cockroach/commit/1f2b1b084
[3cbd07fbd]: https://github.com/cockroachdb/cockroach/commit/3cbd07fbd
Expand Down
Loading