Skip to content

Commit

Permalink
[DOP-20393] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 25, 2024
1 parent 6523620 commit 493f8af
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 7 deletions.
23 changes: 23 additions & 0 deletions docs/changelog/0.12.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
0.12.1 (2024-10-28)
===================

Features
--------

- Log detected JDBC dialect while using ``DBWriter``.


Bug Fixes
---------

- Fix ``SparkMetricsRecorder`` failing when receiving ``SparkListenerTaskEnd`` without ``taskMetrics`` (e.g. executor was killed by OOM). (:github:pull:`313`)
- Call ``kinit`` before checking for HDFS active namenode.
- Wrap ``kinit`` with ``threading.Lock`` to avoid multithreading issues.
- Immediately show ``kinit`` errors to user, instead of hiding them.
- Use ``AttributeError`` instead of ``ImportError`` in module's ``__getattr__`` method, to make code compliant with Python spec.


Doc only Changes
----------------

- Add note about `spark-dialect-extension <https://github.com/MobileTeleSystems/spark-dialect-extension>`_ package to Clickhouse connector documentation. (:github:pull:`310`)
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:caption: Changelog

DRAFT
0.12.1
0.12.0
0.11.2
0.11.1
Expand Down
1 change: 0 additions & 1 deletion docs/changelog/next_release/+.bugfix.1.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/310.doc.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 493f8af

Please sign in to comment.