jbonofre commented on code in PR #10752:
URL: https://github.com/apache/iceberg/pull/10752#discussion_r1689157041


##########
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
+    - Writes/actions should only perform cleanup if failure is cleanable 
([\#10373](https://github.com/apache/iceberg/pull/10373))
+    - Fix issue when partitioning by UUID 
([\#8250](https://github.com/apache/iceberg/pull/8250))
+* Kafka Connect
+    - Add commit coordinator 
([\#10351](https://github.com/apache/iceberg/pull/10351))
+* Azure
+    - Make AzureProperties with shared-key credentials serializable 
([\#10045](https://github.com/apache/iceberg/pull/10045))
+
+For more details, please visit 
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.6.0).

Review Comment:
   I checked and multi-engine-support doc is already up to date.



-- 
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

Reply via email to