jbonofre commented on code in PR #10752: URL: https://github.com/apache/iceberg/pull/10752#discussion_r1689221137
########## site/docs/releases.md: ########## @@ -71,6 +71,35 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: ... </dependencies> ``` + +### 1.6.0 release +Apache Iceberg 1.6.0 was released on July 23, 2024. + +The 1.6.0 release contains fixes and dependency updates. + +* Build + - Upgrade to Gradle 8.9 ([\#10686](https://github.com/apache/iceberg/pull/10686)) + - Move to goooler shadow plugin ([\#10568](https://github.com/apache/iceberg/pull/10568)) +* Core + - Fix NPE during conflict handling of NULL partitions ([\#10680](https://github.com/apache/iceberg/pull/10680)) + - Fix ParallelIterable memory leak where queue continues to be populated even after iterator close ([\#9402](https://github.com/apache/iceberg/pull/9402)) + - REST Catalog: deprecate oauth/tokens endpoint ([\#10603](https://github.com/apache/iceberg/pull/10603)) + - REST Catalog: fix create v1 table ([\#10369](https://github.com/apache/iceberg/pull/10369)) + - REST Catalog: disallow overriding "credential" in table sessions ([\#10345](https://github.com/apache/iceberg/pull/10345)) + - REST Catalog: assume issued_token_type is access_token to fully comply with RFC 6749 )[\#10314](https://github.com/apache/iceberg/pull/10314)) + - JDBC Catalog: exclude unexpected namespaces ([\#10498](https://github.com/apache/iceberg/pull/10498)) +* Spark Review Comment: I updated the highlights mixing community sync notes and full changelog. -- 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