You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2023/04/17 16:59:56 UTC

[iceberg-docs] branch main updated: Landing page and release notes updates for 1.2.1

This is an automated email from the ASF dual-hosted git repository.

dweeks 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 30cafae0 Landing page and release notes updates for 1.2.1
     new 44cd4c13 Merge pull request #226 from danielcweeks/docs/1.2.1-landing
30cafae0 is described below

commit 30cafae0d7b3db5ef5f62fbd5f6d9ce10a9dff08
Author: Daniel Weeks <dw...@apache.org>
AuthorDate: Mon Apr 17 09:59:24 2023 -0700

    Landing page and release notes updates for 1.2.1
---
 docs/config.toml                             |  2 +-
 landing-page/config.toml                     |  3 ++-
 landing-page/content/common/release-notes.md | 24 ++++++++++++++++++++++--
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 76951c42..230b5e60 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -10,7 +10,7 @@ theme= "iceberg-theme"
   search = true
   versions.iceberg = "" # This is populated by the github deploy workflow and is equal to the branch name
   versions.nessie = "0.50.0"
-  latestVersions.iceberg = "1.2.0"  # This is used for the version badge on the "latest" site version
+  latestVersions.iceberg = "1.2.1"  # This is used for the version badge on the "latest" site version
   BookSection='docs' # This determines which directory will inform the left navigation menu
   disableHome=true
 
diff --git a/landing-page/config.toml b/landing-page/config.toml
index 876f748c..c7a9b18c 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -8,7 +8,7 @@ sectionPagesMenu = "main"
   siteType = "landing-page"
   search = true
   description = "The open table format for analytic datasets."
-  latestVersions.iceberg = "1.2.0"
+  latestVersions.iceberg = "1.2.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "1.2.1", url = "/docs/1.2.1", weight = 991 },
     { name = "1.2.0", url = "/docs/1.2.0", weight = 992 },
     { name = "1.1.0", url = "/docs/1.1.0", weight = 993 },
     { name = "1.0.0", url = "/docs/1.0.0", weight = 994 },
diff --git a/landing-page/content/common/release-notes.md b/landing-page/content/common/release-notes.md
index 692efea9..1b524758 100644
--- a/landing-page/content/common/release-notes.md
+++ b/landing-page/content/common/release-notes.md
@@ -67,7 +67,28 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`:
 </dependencies>
 ```
 
-## 1.2.0 release
+## 1.2.1 release
+
+Apache Iceberg 1.2.1 was released on April 11th, 2023.
+The 1.2.1 release is a patch release to address various issues identified in the prior release.
+Here is an overview:
+
+* CORE
+  - REST: fix previous locations for refs-only load [\#7284](https://github.com/apache/iceberg/pull/7284)
+  - Parse snapshot-id as long in remove-statistics update [\#7235](https://github.com/apache/iceberg/pull/7235)
+* Spark
+  - Broadcast table instead of file IO in rewrite manifests [\#7263](https://github.com/apache/iceberg/pull/7263)
+  - Revert "Spark: Add "Iceberg" prefix to SparkTable name string for SparkUI [\#7273](https://github.com/apache/iceberg/pull/7273)
+* AWS
+  - Make AuthSession cache static [\#7289](https://github.com/apache/iceberg/pull/7289)
+  - Abort S3 input stream on close if not EOS [\#7262](https://github.com/apache/iceberg/pull/7262)
+  - Disable local credentials if remote signing is enabled [\#7230](https://github.com/apache/iceberg/pull/7230)
+  - Prevent token refresh scheduling on every sign request [\#7270](https://github.com/apache/iceberg/pull/7270)
+  - S3 Credentials provider support in DefaultAwsClientFactory [\#7066](https://github.com/apache/iceberg/pull/7066)
+
+## Past releases
+
+### 1.2.0 release
 
 Apache Iceberg 1.2.0 was released on March 20th, 2023. 
 The 1.2.0 release adds a variety of new features and bug fixes.
@@ -128,7 +149,6 @@ Here is an overview:
 
 For more details, please visit [Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.2.0).
 
-## Past releases
 
 ### 1.1.0 release