nastra commented on code in PR #10224:
URL: https://github.com/apache/iceberg/pull/10224#discussion_r1579716696


##########
site/docs/releases.md:
##########
@@ -73,6 +73,21 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
+### 1.5.1 release
+Apache Iceberg 1.5.1 was released on April 25, 2024.
+
+The 1.5.1 patch release contains fixes for JDBC Catalog, fixing a FileIO 
regression 
+where an extra head request was performed when reading manifests and REST 
client retries
+for 5xx failures. The release also includes fixes for system function pushdown 
for CoW tables
+in Spark 3.4 and 3.5.
+
+- Core: Fix FileIO regression where extra head request was performed when 
reading manifests ([\#10114](https://github.com/apache/iceberg/pull/10114))
+- Core: Mark 502 and 504 HTTP status codes as retryable in REST 
Client([\#10113](https://github.com/apache/iceberg/pull/10113))
+- Core: Fix JDBC Catalog table commits when migrating from V0 to V1 
schema([\#10152](https://github.com/apache/iceberg/pull/10152))
+- Core: Fix JDBC Catalog namespaces SQL to use the proper escape character 
which generalizes to different database backends like Postgres and 
MySQL([\#10167](https://github.com/apache/iceberg/pull/10167))
+- Spark: Fix system function pushdown in CoW row level commands for Spark 
3.5([\#9873](https://github.com/apache/iceberg/pull/9873))

Review Comment:
   minor: we might want to split this into `Core` / `Spark` sections, similar 
to it's done right in the section below



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