Skip to content

Commit 2047dc2

Browse files
authored
Update changelog prior to 1.1.0 release (#2406)
1 parent 7b68202 commit 2047dc2

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
2929

3030
### Highlights
3131

32+
- **HMS Federation Support**: Added support for Hive Metastore (HMS) federation, enabling integration with existing Hive metastores.
33+
34+
- **Modularized Federation**: Introduced modularized federation architecture to support multiple catalog types and improve extensibility.
35+
36+
- **External Authentication**: Added comprehensive support for external identity providers including Keycloak integration and Helm chart configuration options.
37+
38+
- **Python Client Distribution**: The Python client is now packaged and distributed as a proper Python package for easier installation and usage.
39+
40+
- **Catalog Federation CLI**: Extended the CLI with support for managing federated catalogs, making it easier to configure and operate catalog federation.
41+
42+
- **MinIO**: Added MinIO integration support with comprehensive getting started documentation.
43+
3244
### Upgrade notes
3345

3446
### Breaking changes
@@ -41,8 +53,8 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
4153
- Added Catalog configuration for S3 and STS endpoints. This also allows using non-AWS S3 implementations.
4254

4355
- The `IMPLICIT` authentication type enables users to create federated catalogs without explicitly
44-
providing authentication parameters to Polaris. When the authentication type is set to `IMPLICIT`,
45-
the authentication parameters are picked from the environment or configuration files.
56+
providing authentication parameters to Polaris. When the authentication type is set to `IMPLICIT`,
57+
the authentication parameters are picked from the environment or configuration files.
4658

4759
- The `DEFAULT_LOCATION_OBJECT_STORAGE_PREFIX_ENABLED` feature was added to support placing tables
4860
at locations that better optimize for object storage.
@@ -55,6 +67,20 @@ at locations that better optimize for object storage.
5567

5668
- Feature configuration `PURGE_VIEW_METADATA_ON_DROP` was added to allow dropping views without purging their metadata files.
5769

70+
- Introduced S3 path-style access support for improved compatibility with S3-compatible storage systems.
71+
72+
- Enhanced Python client with integration tests and improved error handling.
73+
74+
- Introduced extensible pagination token implementation for better API performance.
75+
76+
- Added support for `s3a` scheme in addition to existing S3 schemes.
77+
78+
- Enhanced Helm chart with support for external authentication configuration and relational JDBC backend options.
79+
80+
- Added comprehensive diagnostics and monitoring capabilities throughout the system.
81+
82+
- Introduced bootstrap command options to specify custom schema files for database initialization.
83+
5884
### Changes
5985

6086
- Polaris Management API clients must be prepared to deal with new attributes in `AwsStorageConfigInfo` objects.

0 commit comments

Comments
 (0)