Skip to content

Commit

Permalink
v24.3.1 binaries and release note from an additional commit (#19241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeCRL authored Dec 16, 2024
1 parent b672e6b commit 2636d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
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

0 comments on commit 2636d63

Please sign in to comment.