This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new eb1df915 First version of the changelog (#185)
eb1df915 is described below
commit eb1df915ef7d5465947f4e286afc6d23b5fcc44e
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Dec 19 18:49:57 2022 +0100
First version of the changelog (#185)
---
landing-page/content/common/release-notes.md | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
diff --git a/landing-page/content/common/release-notes.md
b/landing-page/content/common/release-notes.md
index c8a6076f..e443d207 100644
--- a/landing-page/content/common/release-notes.md
+++ b/landing-page/content/common/release-notes.md
@@ -69,8 +69,32 @@ To add a dependency on Iceberg in Maven, add the following
to your `pom.xml`:
## 1.1.0 release
+Has been released on 28 November 2022. The 1.1.0 release deprecates various
pre-1.0.0 methods, and adds a variety of new features. An overview:
+
+* Core
+ - Puffin statistics have been [added to the Table
API](https://github.com/apache/iceberg/pull/4945)
+ - Support for [Table scan
reporting](https://github.com/apache/iceberg/pull/5268), which enables
collection of statistics of the table scans.
+ - [Add file sequence number to
ManifestEntry](https://github.com/apache/iceberg/pull/6002)
+ - [Support register table](https://github.com/apache/iceberg/pull/5037) for
all the catalogs (previously it was only for Hive)
+ - [Support performing merge appends and delete files on
branches](https://github.com/apache/iceberg/pull/5618)
+ - [Improved Expire Snapshots
FileCleanupStrategy](https://github.com/apache/iceberg/pull/5669)
+ - [SnapshotProducer supports branch
writes](https://github.com/apache/iceberg/pull/4926)
+* Spark
+ - [Support for aggregate
expressions](https://github.com/apache/iceberg/pull/5961)
+ - [SparkChangelogTable for querying
changelogs](https://github.com/apache/iceberg/pull/5740)
+ - Dropped support for Apache Spark 3.0
+* Flink
+ - [FLIP-27 reader is supported in
SQL](https://github.com/apache/iceberg/pull/5318)
+ - Added support for Flink 1.16, dropped support for Flink 1.13
+* Dependencies
+ - [AWS SDK: 2.17.257](https://github.com/apache/iceberg/pull/5612)
+ - [Nessie: 0.44](https://github.com/apache/iceberg/pull/6008)
+ - [Apache ORC: 1.8.0](https://github.com/apache/iceberg/pull/5699) (Also,
supports [setting bloom filters on row
groups](https://github.com/apache/iceberg/pull/5313/files))
+
For more details, please visit
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.1.0).
+## Past releases
+
## 1.0.0 release
The 1.0.0 release officially guarantees the stability of the Iceberg API.
@@ -83,9 +107,6 @@ This release removes deprecated APIs that are no longer part
of the API. To make
* Bump Spark patch versions for CVE-2022-33891
([#5292](https://github.com/apache/iceberg/pull/5292))
* Exclude Scala from Spark runtime Jars
([#5884](https://github.com/apache/iceberg/pull/5884))
-
-## Past releases
-
### 0.14.1 release
This release includes all bug fixes from the 0.14.x patch releases.