Skip to content

Commit

Permalink
Fix an unbalanced h3 causing rendering issues (#19097)
Browse files Browse the repository at this point in the history
* Fix an unbalanced h3 causing rendering issues
  • Loading branch information
mdlinville authored Nov 6, 2024
1 parent 05793e3 commit bd78757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/current/_includes/releases/v24.3/v24.3.0-beta.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Release Date: November 5, 2024

- Client authentication errors using LDAP now log more details to help with troubleshooting authentication and authorization issues. [#133812][#133812]

<h3 id="v24-3-0-beta-3-sql-changes">SQL changes</h4>
<h3 id="v24-3-0-beta-3-sql-changes">SQL changes</h3>

- [Physical Cluster Replication]({% link v24.3/physical-cluster-replication-overview.md %}) reader catalogs now bypass AOST timestamps using the `bypass_pcr_reader_catalog_aos`t session variable, which can be used to modify cluster settings within the reader. [#133876][#133876]
- [Physical Cluster Replication]({% link v24.3/physical-cluster-replication-overview.md %}) reader catalogs now bypass AOST timestamps using the `bypass_pcr_reader_catalog_aost` session variable, which can be used to modify cluster settings within the reader. [#133876][#133876]

<h3 id="v24-3-0-beta-3-operational-changes">Operational changes</h3>

Expand Down

0 comments on commit bd78757

Please sign in to comment.