Skip to content

Commit ee8cd30

Browse files
committed
[DOP-22434] Prepare for release
1 parent 1507e44 commit ee8cd30

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

docs/changelog/0.13.4.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
0.13.4 (2025-03-20)
2+
===================
3+
4+
Doc only Changes
5+
----------------
6+
7+
- Prefer ``ReadOptions(partitionColumn=..., numPartitions=..., queryTimeout=...)``
8+
instead of ``ReadOptions(partition_column=..., num_partitions=..., query_timeout=...)``,
9+
to match Spark documentation. (:github:pull:`352`)
10+
11+
- Prefer ``WriteOptions(if_exists=...)`` instead of ``WriteOptions(mode=...)`` for IDE suggestions. (:github:pull:`354`)
12+
13+
- Document all options of supported file formats.
14+
(:github:pull:`355`, :github:pull:`356`, :github:pull:`357`, :github:pull:`358`, :github:pull:`359`, :github:pull:`360`, :github:pull:`361`, :github:pull:`362`)

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:caption: Changelog
44

55
DRAFT
6+
0.13.4
67
0.13.3
78
0.13.1
89
0.13.0

docs/changelog/next_release/352.doc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/next_release/354.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

onetl/connection/db_connection/mongodb/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ class MongoDB(DBConnection):
9595
Examples
9696
--------
9797
98-
MongoDB connection initialization.
99-
10098
.. code:: python
10199
102100
from onetl.connection import MongoDB

0 commit comments

Comments
 (0)