diff --git a/docs/changelog/0.12.4.rst b/docs/changelog/0.12.4.rst new file mode 100644 index 000000000..71d44b1f3 --- /dev/null +++ b/docs/changelog/0.12.4.rst @@ -0,0 +1,7 @@ +0.12.4 (2024-11-27) +=================== + +Bug Fixes +--------- + +- Fix ``DBReader(conn=oracle, options={"partitioning_mode": "hash"})`` lead to data skew in last partition due to wrong ``ora_hash`` usage. (:github:pull:`319`) diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index bb23a9875..647dcc1f5 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -3,6 +3,7 @@ :caption: Changelog DRAFT + 0.12.4 0.12.3 0.12.2 0.12.1 diff --git a/docs/changelog/next_release/319.bugfix.rst b/docs/changelog/next_release/319.bugfix.rst deleted file mode 100644 index 82a6eebc4..000000000 --- a/docs/changelog/next_release/319.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``DBReader(conn=oracle, options={"partitioning_mode": "hash"})`` lead to data skew in last partition due to wrong ``ora_hash`` usage.