Skip to content

Commit

Permalink
[DOP-9653] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 10, 2023
1 parent db6caec commit 43c0ad6
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
20 changes: 20 additions & 0 deletions docs/changelog/0.9.5.rst
Original file line number Diff line number Diff line change
@@ -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`)
7 changes: 4 additions & 3 deletions docs/changelog/NEXT_RELEASE.rst
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

DRAFT
NEXT_RELEASE
0.9.5
0.9.4
0.9.3
0.9.2
Expand Down
1 change: 0 additions & 1 deletion docs/changelog/next_release/159.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/163.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/164.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/164.improvement.rst

This file was deleted.

0 comments on commit 43c0ad6

Please sign in to comment.