From 27c6924cfef94e8d18c43925f0b00dc50efbcccc Mon Sep 17 00:00:00 2001 From: Yong Date: Sun, 12 Oct 2025 12:29:43 -0500 Subject: [PATCH] Python client: update CHANGELOG.MD for recent changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257fbedb78..249bed70d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,8 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti 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) +- Python client: added support for custom realm and header +- Python client: added support for policy management ### Changes