Fokko commented on code in PR #9835:
URL: https://github.com/apache/iceberg/pull/9835#discussion_r1519393811


##########
site/docs/releases.md:
##########
@@ -67,6 +66,74 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
+### 1.5.0 release
+
+Apache Iceberg 1.5.0 was released on March 11, 2024.
+The 1.5.0 release adds a variety of new features and bug fixes.
+
+* API
+  - Extend FileIO and add EncryptingFileIO. 
([\#9592](https://github.com/apache/iceberg/pull/9592))
+  - Track partition statistics in TableMetadata 
([\#8502](https://github.com/apache/iceberg/pull/8502))
+  - Add sqlFor API to views to handle resolving a representation for a 
dialect([\#9247](https://github.com/apache/iceberg/pull/9247))
+* Core
+  - Add View support for REST catalog 
([\#7913](https://github.com/apache/iceberg/pull/7913))
+  - Add view support on the JDBC catalog 
([\#9487](https://github.com/apache/iceberg/pull/9487))
+  - Add catalog type for glue,jdbc,nessie 
([\#9647](https://github.com/apache/iceberg/pull/9647))
+  - Support Avro file encryption with AES GCM streams 
([\#9436](https://github.com/apache/iceberg/pull/9436))
+  - Add ApplyNameMapping for Avro 
([\#9347](https://github.com/apache/iceberg/pull/9347))
+  - Add StandardEncryptionManager 
([\#9277](https://github.com/apache/iceberg/pull/9277))
+  - Add REST catalog table session cache 
([\#8920](https://github.com/apache/iceberg/pull/8920))
+  - Support view metadata compression 
([\#8552](https://github.com/apache/iceberg/pull/8552))
+  - Track partition statistics in TableMetadata 
([\#8502](https://github.com/apache/iceberg/pull/8502))
+  - Enable column statistics filtering after planning 
([\#8803](https://github.com/apache/iceberg/pull/8803))
+* Spark
+  - Remove support for Spark 3.2 
([\#9295](https://github.com/apache/iceberg/pull/9295))
+  - Support creating, dropping and renaming views via SQL 
([\#9423](https://github.com/apache/iceberg/pull/9423), 
[\#9421](https://github.com/apache/iceberg/pull/9421), 
[\#9343](https://github.com/apache/iceberg/pull/9343))
+  - Support executor cache locality 
([\#9563](https://github.com/apache/iceberg/pull/9563))
+  - Added support for delete manifest rewrites 
([\#9020](https://github.com/apache/iceberg/pull/9020))
+  - Support encrypted output files 
([\#9435](https://github.com/apache/iceberg/pull/9435))
+  - Add Spark UI metrics from Iceberg scan metrics 
([\#8717](https://github.com/apache/iceberg/pull/8717))
+  - Parallelize reading files in add_files procedure 
([\#9274](https://github.com/apache/iceberg/pull/9274))
+  - Support file and partition delete granularity 
([\#9384](https://github.com/apache/iceberg/pull/9384))
+* Flink
+  - Remove Flink 1.15
+  - Adds support for 1.18 version 
[\#9211](https://github.com/apache/iceberg/pull/9211)
+  - Emit watermarks from the IcebergSource 
([\#8553](https://github.com/apache/iceberg/pull/8553))
+  - Watermark read options 
([\#9346](https://github.com/apache/iceberg/pull/9346))
+* Parquet
+  - Support reading INT96 column in row group filter 
([\#8988](https://github.com/apache/iceberg/pull/8988))
+  - Add system config for unsafe Parquet ID fallback. 
([\#9324](https://github.com/apache/iceberg/pull/9324))
+* Kafka-Connect
+  - Sink connector with data writers and converters 
([\#9466](https://github.com/apache/iceberg/pull/9466))                    
+  - Initial project setup and event data structures 
([\#8701](https://github.com/apache/iceberg/pull/8701))

Review Comment:
   Swap ordering:
   ```suggestion
     - Initial project setup and event data structures 
([\#8701](https://github.com/apache/iceberg/pull/8701))
     - Sink connector with data writers and converters 
([\#9466](https://github.com/apache/iceberg/pull/9466))                  
   ```



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