You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,18 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
29
29
30
30
### Highlights
31
31
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
+
32
44
### Upgrade notes
33
45
34
46
### Breaking changes
@@ -41,8 +53,8 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
41
53
- Added Catalog configuration for S3 and STS endpoints. This also allows using non-AWS S3 implementations.
42
54
43
55
- 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.
46
58
47
59
- The `DEFAULT_LOCATION_OBJECT_STORAGE_PREFIX_ENABLED` feature was added to support placing tables
48
60
at locations that better optimize for object storage.
@@ -55,6 +67,20 @@ at locations that better optimize for object storage.
55
67
56
68
- Feature configuration `PURGE_VIEW_METADATA_ON_DROP` was added to allow dropping views without purging their metadata files.
57
69
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
+
58
84
### Changes
59
85
60
86
- Polaris Management API clients must be prepared to deal with new attributes in `AwsStorageConfigInfo` objects.
0 commit comments