Fokko commented on code in PR #161: URL: https://github.com/apache/iceberg-docs/pull/161#discussion_r972174385
########## landing-page/content/common/release-notes.md: ########## @@ -69,6 +69,29 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: ``` +## 0.14.1 release + +This release includes all bug fixes from the 0.14.x patch releases. + +### Notable bug fixes + +* API + - API: Fix ID assignment in schema merging ([#5395](https://github.com/apache/iceberg/pull/5395)) +* Core + - Core: Fix snapshot log with intermediate transaction snapshots ([#5568](https://github.com/apache/iceberg/pull/5568)) + - Core: Fix exception handling in BaseTaskWriter ([#5683](https://github.com/apache/iceberg/pull/5683)) + - Core: Support deleting tables without metadata files ([#5510](https://github.com/apache/iceberg/pull/5510)) + - Core: Add CommitStateUnknownException handling to REST ([#5694](https://github.com/apache/iceberg/pull/5694)) +* Spark + - Spark: Fix stats in rewrite metadata action ([#5691](https://github.com/apache/iceberg/pull/5691)) +* File Formats + - Parquet: Close zstd input stream early to avoid memory pressure ([#5681](https://github.com/apache/iceberg/pull/5681)) +* Vendor Integrations + - Core, AWS: Fix Kryo serialization failure for FileIO ([#5437](https://github.com/apache/iceberg/pull/5437)) + - AWS: S3OutputStream - failure to close should persist on subsequent close calls ([#5311](https://github.com/apache/iceberg/pull/5311)) + +## Past releases + ## 0.14.0 release Review Comment: ```suggestion ### 0.14.0 release ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
