nastra commented on code in PR #9835: URL: https://github.com/apache/iceberg/pull/9835#discussion_r1519286131
########## site/docs/releases.md: ########## @@ -67,6 +66,74 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: </dependencies> ``` +### 1.5.0 release + +Apache Iceberg 1.5.0 was released on March 11, 2024. +The 1.5.0 release adds a variety of new features and bug fixes. + +* API + - Extend FileIO and add EncryptingFileIO. ([\#9592](https://github.com/apache/iceberg/pull/9592)) + - Track partition statistics in TableMetadata ([\#8502](https://github.com/apache/iceberg/pull/8502)) + - Add sqlFor API to views to handle resolving a representation for a dialect([\#9247](https://github.com/apache/iceberg/pull/9247)) +* Core + - Add View support for REST catalog ([\#7913](https://github.com/apache/iceberg/pull/7913)) + - Add view support on the JDBC catalog ([\#9487](https://github.com/apache/iceberg/pull/9487)) Review Comment: ```suggestion - Add view support for JDBC catalog ([\#9487](https://github.com/apache/iceberg/pull/9487)) ``` ########## site/docs/releases.md: ########## @@ -67,6 +66,74 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: </dependencies> ``` +### 1.5.0 release + +Apache Iceberg 1.5.0 was released on March 11, 2024. +The 1.5.0 release adds a variety of new features and bug fixes. + +* API + - Extend FileIO and add EncryptingFileIO. ([\#9592](https://github.com/apache/iceberg/pull/9592)) + - Track partition statistics in TableMetadata ([\#8502](https://github.com/apache/iceberg/pull/8502)) + - Add sqlFor API to views to handle resolving a representation for a dialect([\#9247](https://github.com/apache/iceberg/pull/9247)) +* Core + - Add View support for REST catalog ([\#7913](https://github.com/apache/iceberg/pull/7913)) Review Comment: ```suggestion - Add view support for REST catalog ([\#7913](https://github.com/apache/iceberg/pull/7913)) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org