From 9fa55a20611081ece5aa62fca70aaa1b10498670 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Tue, 1 Mar 2022 20:29:36 +0100 Subject: [PATCH] Prepare Nessie 0.21.0 (#3485) --- README.md | 4 ++-- SECURITY.md | 4 ++-- python/HISTORY.rst | 5 +++++ site/docs/try/releases.md | 9 +++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d2fc5c1a57..c4c590560e7 100644 --- a/README.md +++ b/README.md @@ -84,14 +84,14 @@ Nessie Iceberg's integration is compatible with Iceberg as in the following tabl | Nessie version | Iceberg version | Spark version | Hive version | Flink version | |----------------|-----------------|---------------|--------------|---------------| -| 0.20.1 | 0.13.1 | 3.0.X, 3.1.X | 2.3.9 | 1.12.1 | +| 0.21.0 | 0.13.1 | 3.0.X, 3.1.X | 2.3.9 | 1.12.1 | | 0.9.2 | 0.12.1, 0.12.0 | 3.0.X, 3.1.X | 2.3.9 | 1.12.1 | Nessie Delta Lake's integration is compatible with Delta Lake as in the following table: | Nessie version | Delta Lake version | Spark version | |----------------|---------------------------------|---------------| -| 0.20.1 | [Custom](#delta-lake-artifacts) | 3.2.X | +| 0.21.0 | [Custom](#delta-lake-artifacts) | 3.2.X | | 0.9.2 | [Custom](#delta-lake-artifacts) | 3.1.X | #### Delta Lake artifacts diff --git a/SECURITY.md b/SECURITY.md index d19edaccd38..f62c13553f7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Currently supported versions are listed below. | Version | Supported | |----------|--------------------| -| 0.20.1 | :white_check_mark: | -| < 0.20.1 | :x: | +| 0.21.0 | :white_check_mark: | +| < 0.21.0 | :x: | All Nessie 0.x.x versions are considered beta or even alpha releases and not supported after release of Nessie 1.0.0. diff --git a/python/HISTORY.rst b/python/HISTORY.rst index 9f47a4ff293..cd0bb5d6fdb 100644 --- a/python/HISTORY.rst +++ b/python/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.21.0 (2022-03-01) +------------------- + +* (No Python related highlights) + 0.20.1 (2022-02-17) ------------------- diff --git a/site/docs/try/releases.md b/site/docs/try/releases.md index bef2c430385..dcaf0b34b3b 100644 --- a/site/docs/try/releases.md +++ b/site/docs/try/releases.md @@ -1,5 +1,14 @@ # Releases +## 0.21.0 Release (March 1, 2022) + +* Add tracing to database-adapter internals +* Introduce compatibility and upgrade tests +* Refactor StreamingUtil class +* Support for Spark 3.1 + 3.2.1 in Nessie SQL extensions +* Proper usage of commit-id in Spark SQL extensions +* Add DELETE_DEFAULT_BRANCH access check + ## 0.20.1 Release (February 17, 2022) * (no user visible changes)