This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f483f57f Corrected a typo in a key configuration parameter in the 
1.2.0 release notes (#3262)
8f483f57f is described below

commit 8f483f57f9809728dd0014f2ca3f076fca4c4122
Author: zgxme <[email protected]>
AuthorDate: Sun Dec 14 19:33:41 2025 +0800

    Corrected a typo in a key configuration parameter in the 1.2.0 release 
notes (#3262)
---
 CHANGELOG.md                     | 2 +-
 site/content/downloads/_index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 596b86316..4bcb28bbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -96,7 +96,7 @@ request adding CHANGELOG notes for breaking (!) changes and 
possibly other secti
 - The `ENABLE_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS` was added to support 
sub-catalog (initially namespace and table) RBAC for federated catalogs.
   The setting can be configured on a per-catalog basis by setting the catalog 
property: `polaris.config.enable-sub-catalog-rbac-for-federated-catalogs`.
   The realm-level feature flag 
`ALLOW_SETTING_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS` (default: true) 
controls whether this functionality can be enabled or modified at the catalog 
level.
-- Added support for S3-compatible storage that does not have STS (use 
`stsUavailable: true` in catalog storage configuration)
+- Added support for S3-compatible storage that does not have STS (use 
`stsUnavailable: true` in catalog storage configuration)
 - Python client: added support for custom realm and header
 - Python client: added support for policy management
 
diff --git a/site/content/downloads/_index.md b/site/content/downloads/_index.md
index 37d8df068..169ef4c96 100644
--- a/site/content/downloads/_index.md
+++ b/site/content/downloads/_index.md
@@ -53,7 +53,7 @@ Apache Polaris 1.2.0-incubating was released on October 23rd, 
2025.
   - The `ENABLE_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS` was added to support 
sub-catalog (initially namespace and table) RBAC for federated catalogs.
     The setting can be configured on a per-catalog basis by setting the 
catalog property: 
`polaris.config.enable-sub-catalog-rbac-for-federated-catalogs`.
     The realm-level feature flag 
`ALLOW_SETTING_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS` (default: true) 
controls whether this functionality can be enabled or modified at the catalog 
level.
-  - Added support for S3-compatible storage that does not have STS (use 
`stsUavailable: true` in catalog storage configuration)
+  - Added support for S3-compatible storage that does not have STS (use 
`stsUnavailable: true` in catalog storage configuration)
   - Added a Management API endpoint to reset principal credentials, controlled 
by the `ENABLE_CREDENTIAL_RESET` (default: true) feature flag.
   - **Events Persistence (Preview)**: Introduced new event types and added 
support for persisting events to both Relational JDBC Persistence and AWS 
CloudWatch.
   

Reply via email to