From 43c0ad6cca99ec5ed6ff4e2a8fd38cd97fcc3d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Tue, 10 Oct 2023 09:40:04 +0000 Subject: [PATCH] [DOP-9653] Prepare for release --- docs/changelog/0.9.5.rst | 20 +++++++++++++++++++ docs/changelog/NEXT_RELEASE.rst | 7 ++++--- docs/changelog/index.rst | 1 + docs/changelog/next_release/159.feature.rst | 1 - docs/changelog/next_release/163.feature.rst | 1 - docs/changelog/next_release/164.bugfix.rst | 1 - .../next_release/164.improvement.rst | 1 - 7 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 docs/changelog/0.9.5.rst delete mode 100644 docs/changelog/next_release/159.feature.rst delete mode 100644 docs/changelog/next_release/163.feature.rst delete mode 100644 docs/changelog/next_release/164.bugfix.rst delete mode 100644 docs/changelog/next_release/164.improvement.rst diff --git a/docs/changelog/0.9.5.rst b/docs/changelog/0.9.5.rst new file mode 100644 index 000000000..c374f601e --- /dev/null +++ b/docs/changelog/0.9.5.rst @@ -0,0 +1,20 @@ +0.9.5 (2023-10-10) +================== + +Features +-------- + +- Add ``XML`` file format support. (:github:pull:`163`) +- Tested compatibility with Spark 3.5.0. ``MongoDB`` and ``Excel`` are not supported yet, but other packages do. (:github:pull:`159`) + + +Improvements +------------ + +- Add check to all DB and FileDF connections that Spark session is alive. (:github:pull:`164`) + + +Bug Fixes +--------- + +- Fix ``Hive.check()`` behavior when Hive Metastore is not available. (:github:pull:`164`) diff --git a/docs/changelog/NEXT_RELEASE.rst b/docs/changelog/NEXT_RELEASE.rst index 5e26856b4..a598be017 100644 --- a/docs/changelog/NEXT_RELEASE.rst +++ b/docs/changelog/NEXT_RELEASE.rst @@ -1,5 +1,6 @@ -.. copy this file with new release name -.. then fill it up using towncrier build -.. and add it to index.rst +.. fill up this file using ``towncrier build`` +.. then delete everything up to the header with version number +.. then rename file to ``{VERSION}.rst`` and add it to index.rst +.. and restore ``NEXT_RELEASE.rst`` content`` as it was before running the command above .. towncrier release notes start diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 6130bfdc8..276dd3cf6 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ DRAFT NEXT_RELEASE + 0.9.5 0.9.4 0.9.3 0.9.2 diff --git a/docs/changelog/next_release/159.feature.rst b/docs/changelog/next_release/159.feature.rst deleted file mode 100644 index 90363f312..000000000 --- a/docs/changelog/next_release/159.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Tested compatibility with Spark 3.5.0. ``MongoDB`` and ``Excel`` are not supported yet, but other packages do. diff --git a/docs/changelog/next_release/163.feature.rst b/docs/changelog/next_release/163.feature.rst deleted file mode 100644 index f6663484e..000000000 --- a/docs/changelog/next_release/163.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add ``XML`` file format support. diff --git a/docs/changelog/next_release/164.bugfix.rst b/docs/changelog/next_release/164.bugfix.rst deleted file mode 100644 index e9c591100..000000000 --- a/docs/changelog/next_release/164.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``Hive.check()`` behavior when Hive Metastore is not available. diff --git a/docs/changelog/next_release/164.improvement.rst b/docs/changelog/next_release/164.improvement.rst deleted file mode 100644 index 09799b8d2..000000000 --- a/docs/changelog/next_release/164.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Add check to all DB and FileDF connections that Spark session is alive.