-
Notifications
You must be signed in to change notification settings - Fork 332
Update changelog prior to 1.1.0 release #2406
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
Changes from 1 commit
b42eaf7
097629c
2221d46
2344793
6b518ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,16 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti | |
|
|
||
| ### Highlights | ||
|
|
||
| - **HMS Federation Support**: Added support for Hive Metastore (HMS) federation, enabling integration with existing Hive metastores. | ||
|
|
||
| - **Generic Table Federation**: Introduced modularized federation architecture to support multiple catalog types and improve extensibility. | ||
|
|
||
| - **External Authentication**: Added comprehensive support for external identity providers including Keycloak integration and Helm chart configuration options. | ||
|
|
||
| - **Python Client Distribution**: The Python client is now packaged and distributed as a proper Python package for easier installation and usage. | ||
|
|
||
| - **Catalog Federation CLI**: Extended the CLI with support for managing federated catalogs, making it easier to configure and operate catalog federation. | ||
|
|
||
| ### Upgrade notes | ||
|
|
||
| ### Breaking changes | ||
|
|
@@ -41,12 +51,32 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti | |
| - Added Catalog configuration for S3 and STS endpoints. This also allows using non-AWS S3 implementations. | ||
|
|
||
| - The `IMPLICIT` authentication type enables users to create federated catalogs without explicitly | ||
| providing authentication parameters to Polaris. When the authentication type is set to `IMPLICIT`, | ||
| the authentication parameters are picked from the environment or configuration files. | ||
| providing authentication parameters to Polaris. When the authentication type is set to `IMPLICIT`, | ||
| the authentication parameters are picked from the environment or configuration files. | ||
|
|
||
| - The `DEFAULT_LOCATION_OBJECT_STORAGE_PREFIX_ENABLED` feature was added to support placing tables | ||
| at locations that better optimize for object storage. | ||
|
|
||
pingtimeout marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Added support for generic table `baseLocation` field in both server and client implementations. | ||
pingtimeout marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Introduced S3 path-style access support for improved compatibility with S3-compatible storage systems. | ||
|
|
||
| - Added MinIO integration support with comprehensive getting started documentation. | ||
|
||
|
|
||
| - Enhanced Python client with integration tests and improved error handling. | ||
pingtimeout marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Added ability to override active roles provider configuration per realm for more flexible authentication setups. | ||
pingtimeout marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Introduced extensible pagination token implementation for better API performance. | ||
pingtimeout marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - Added support for `s3a` scheme in addition to existing S3 schemes. | ||
|
|
||
| - Enhanced Helm chart with support for external authentication configuration and relational JDBC backend options. | ||
pingtimeout marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - Added comprehensive diagnostics and monitoring capabilities throughout the system. | ||
pingtimeout marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - Introduced bootstrap command options to specify custom schema files for database initialization. | ||
pingtimeout marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ### Changes | ||
|
|
||
| - Polaris Management API clients must be prepared to deal with new attributes in `AwsStorageConfigInfo` objects. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.