This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new cd25937dc7 Docs: Adds Release notes for 1.6.1 (#11500)
cd25937dc7 is described below
commit cd25937dc7438637d11cd54d2065d391bdc6d405
Author: Russell Spitzer <[email protected]>
AuthorDate: Fri Nov 8 14:46:15 2024 -0600
Docs: Adds Release notes for 1.6.1 (#11500)
---
site/docs/releases.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/site/docs/releases.md b/site/docs/releases.md
index 2e37d55514..22456416da 100644
--- a/site/docs/releases.md
+++ b/site/docs/releases.md
@@ -151,6 +151,18 @@ The 1.7.0 release contains fixes, dependency updates, and
new features. For full
- Adds Row Lineage [\#11130](https://github.com/apache/iceberg/pull/11130))
- Deprecate the file system table scheme.
[\#10833](https://github.com/apache/iceberg/pull/10833))
+### 1.6.1 release
+
+Apache Iceberg 1.6.1 was released on August 27, 2024.
+
+The 1.6.1 Release contains bug fixes and performance improvements. For full
release notes visit
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.6.1)
+
+* Core
+ - Limit ParallelIterable memory consumption by yielding in tasks
([\#10787](https://github.com/apache/iceberg/#10787))
+ - Drop ParallelIterable's queue low water mark
([\#10979](https://github.com/apache/iceberg/#10979))
+* Dependencies
+ - ORC 1.9.4
+
### 1.6.0 release
Apache Iceberg 1.6.0 was released on July 23, 2024.