ebyhr commented on code in PR #13996: URL: https://github.com/apache/iceberg/pull/13996#discussion_r2324389166
########## site/docs/releases.md: ########## @@ -67,16 +67,145 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: </dependencies> ``` +### 1.10.0 release + +Apache Iceberg 1.10.0 was released on September ??, 2025. + +The 1.10.0 release contains bug fixes and new features. For full release notes visit [Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.10.0) + +* Deprecation / End of Support + - Flink: Remove Flink 1.18 support ([\#13191](https://github.com/apache/iceberg/pull/13191)) + - Common: Remove public visibility for deprecated methods in DynConstructors and DynMethods since 1.7.0 ([\#13053](https://github.com/apache/iceberg/pull/13053)) + - AWS, Core, Flink, Parquet: Remove deprecations targeted for 1.10.0 ([\#12909](https://github.com/apache/iceberg/pull/12909)) +* Behavior change + - Hive: Throw NoSuchNamespaceException when listing a non-exist namespace ([\#13130](https://github.com/apache/iceberg/pull/13130)). + Previously, an empty list was returned. + - Core: fix spec non-confirming field ids for partition stats files ([\#13329](https://github.com/apache/iceberg/pull/13329)) +* Spec + - Table: Clarify write requirement to prevent orphaned DVs ([\#13042](https://github.com/apache/iceberg/pull/13042)) + - Table: Clarify behavior of special geo objects for lower and upper bounds ([\#12956](https://github.com/apache/iceberg/pull/12956)) + - Table: Add encryption keys ([\#12162](https://github.com/apache/iceberg/pull/12162)) + - Table: Avoid struct field conflicts in default values ([\#12841](https://github.com/apache/iceberg/pull/12841)) + - REST: Add row lineage fields ([\#13010](https://github.com/apache/iceberg/pull/13010)) + - REST: Add encryption keys ([\#12987](https://github.com/apache/iceberg/pull/12987)) + - REST: remove update to enable row lineage as it is always on for V3 table Support multiple storage credential prefixes ([\#12986](https://github.com/apache/iceberg/pull/12986)) Review Comment: It seems two items are mixed up in this sentence. `#12986` is for row lineage. `#12799` and `#12881` are for multiple storage credential prefixes. -- 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