mchades commented on code in PR #135: URL: https://github.com/apache/gravitino-site/pull/135#discussion_r3490027084
########## blog/2026-06-29-gravitino-1-3-0-release-notes.mdx: ########## @@ -0,0 +1,86 @@ +--- +title: Apache Gravitino 1.3.0 Release Notes +slug: gravitino-1-3-0-release-notes +authors: [Minghuang Li] +tags: [apache,gravitino,metadata,multicloud,model,security,government] +--- + +We are glad to announce the release of Apache Gravitino 1.3.0! This release focuses on logical view management, hierarchical namespaces, AWS Glue catalog and engine connector support, built-in identity provider support, Iceberg REST Catalog improvements, and built-in table maintenance jobs. + +It also includes important behavior changes for credential vending, Docker image layout, and Iceberg REST Catalog upgrades, plus broad improvements across authorization, connectors, clients, Web UI, observability, and deployment. + +For the complete list of commits and pull requests included in this release, see the [full changelog](https://github.com/apache/gravitino/compare/v1.2.0...v1.3.0). + +## Highlights + +### AWS Glue Catalog and Engine Connector Support +Added AWS Glue Catalog support and Trino/Spark connector adapters, allowing Hive and Iceberg metadata in Glue to be governed and queried through Gravitino. + +### Unified View Management +Added a unified view definition model and view support across Hive, Iceberg, and Apache Paimon, covering APIs, persistence, Java client support, and Web UI management. + +### Core Cache and Authorization Consistency +Improved multi-node cache correctness with version-validated authorization caches, entity-change-log tracking, and global cache invalidation. + +### Enterprise-Grade Iceberg REST Catalog +Added federated Iceberg REST Catalog support, nested multi-level namespaces, vended-credential refresh, freshness-aware table loading, and asynchronous cleanup. + +### Table Maintenance Jobs +Added built-in Iceberg compaction and statistics-update jobs, an optimizer client, and support for Iceberg snapshot maintenance procedures through the Trino connector. Review Comment: Sorry for the mistake, I removed the `Table Maintenance Jobs` highlight and the New Features bullet, moved Iceberg snapshot maintenance procedures under Trino Connector Enhancements, and kept only a lightweight Selected Improvements item for the existing TMS workflow cleanup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
