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


##########
site/docs/releases.md:
##########
@@ -69,6 +69,81 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
+### 1.9.0 release
+
+Apache Iceberg 1.9.0 was released on April 28, 2025.
+
+The 1.9.0 release contains bug fixes and new features. For full release notes 
visit 
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.9.0)
+
+* Deprecation / End of Support
+    - Spark: Remove Spark 3.3 support 
([\#12279](https://github.com/apache/iceberg/pull/12279))
+    - Build: Remove Hadoop 2 
([\#12348](https://github.com/apache/iceberg/pull/12348))
+* Spec
+    - Spec: Support geo type 
([\#10981](https://github.com/apache/iceberg/pull/10981))
+    - Spec: Allow Equality Deletes with Row Lineage and Define Behavior 
([\#12230](https://github.com/apache/iceberg/pull/12230))
+    - Spec: Add implementation note on current-snapshot-id 
([\#12334](https://github.com/apache/iceberg/pull/12334))
+    - Spec: update to reflect lineage is required 
([\#12580](https://github.com/apache/iceberg/pull/12580))
+    - Spec: Update row lineage requirements for upgrading tables 
([\#12781](https://github.com/apache/iceberg/pull/12781))
+    - Spec: Clarify variant lower/upper bounds 
([\#12658](https://github.com/apache/iceberg/pull/12658))
+    - Spec: Allow the use of source-id in V3 
([\#12644](https://github.com/apache/iceberg/pull/12644))
+* API
+    - Support default values in UpdateSchema 
([\#12211](https://github.com/apache/iceberg/pull/12211))
+    - Move variant to API and add extract expression 
([\#12304](https://github.com/apache/iceberg/pull/12304))
+    - Implement Variant#toString 
([\#12531](https://github.com/apache/iceberg/pull/12531))
+* Core
+    - Add partition stats writer and reader 
([\#11216](https://github.com/apache/iceberg/pull/11216))
+    - Auth Manager API enablement 
([\#12197](https://github.com/apache/iceberg/pull/12197))
+    - Add InternalData read and write builders 
([\#12060](https://github.com/apache/iceberg/pull/12060))
+    - Enable row lineage for all v3 tables 
([\#12593](https://github.com/apache/iceberg/pull/12593))
+    - FileRewritePlanner implementation 
([\#12493](https://github.com/apache/iceberg/pull/12493))
+    - Interface changes for separating rewrite planner and runner 
([\#12306](https://github.com/apache/iceberg/pull/12306))
+    - Add variant type support to utils and visitors 
([\#11831](https://github.com/apache/iceberg/pull/11831))
+    - Add Variant logical type for Avro 
([\#12238](https://github.com/apache/iceberg/pull/12238))
+    - Add variant readers and writers 
([\#12457](https://github.com/apache/iceberg/pull/12457))
+    - Remove namespace/table/view HEAD endpoints from defaults 
([\#12351](https://github.com/apache/iceberg/pull/12351))
+    - Support timestamp(9) and unknown types 
([\#12455](https://github.com/apache/iceberg/pull/12455))
+    - Write null for current-snapshot-id for V3+ 
([\#12335](https://github.com/apache/iceberg/pull/12335))
+    - Apply correct metric configs in GenericAppenderFactory 
([\#12366](https://github.com/apache/iceberg/pull/12366))
+    - Close FileIO instance in JdbcCatalog 
([\#12540](https://github.com/apache/iceberg/pull/12540))
+    - Add view-override catalog property 
([\#12534](https://github.com/apache/iceberg/pull/12534))
+    - Use InternalData with Avro for readers. 
([\#12476](https://github.com/apache/iceberg/pull/12476))

Review Comment:
   ```suggestion
       - Use InternalData with Avro for readers 
([\#12476](https://github.com/apache/iceberg/pull/12476))
   ```



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