Skip to content

Commit fc847b0

Browse files
PyMongoArrow v1.6 (#23)
1 parent 616bc10 commit fc847b0

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix /docs/languages/python/pymongo-arrow-driver/
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.3 v1.4 v1.5 master
3+
define: versions v1.3 v1.4 v1.5 v1.6 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ toc_landing_pages = []
1111
[constants]
1212
driver-short = "PyMongoArrow"
1313
driver-long = "MongoDB PyMongoArrow"
14-
version-number = "1.5"
14+
version-number = "1.6"
1515
version = "v{+version-number+}"
16-
patch-version-number = "{+version-number+}.1"
16+
patch-version-number = "{+version-number+}.0"
1717
legacy-documentation = "https://mongo-arrow.readthedocs.io/en"
1818
api-root = "https://mongo-arrow.readthedocs.io/en/{+patch-version-number+}/api/index.html"

source/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ System Compatibility
2828
Python Compatibility
2929
--------------------
3030

31-
{+driver-short+} is compatible with CPython versions 3.8, 3.9, 3.10, 3.11, and 3.12.
31+
{+driver-short+} is compatible with CPython versions 3.9, 3.10, 3.11, 3.12, and 3.13.
3232

3333
Installation
3434
------------
@@ -100,7 +100,7 @@ Dependencies
100100
{+driver-short+} requires the following dependencies:
101101

102102
- PyMongo version 4.4 or later
103-
- PyArrow version 17.0
103+
- PyArrow version 17.0 or later
104104

105105
Installing from source on Linux requires the following additional dependencies:
106106

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ What's New
1717
.. meta::
1818
:keywords: change, update, upgrade, compatible, backwards
1919

20+
Changes in Version 1.6.0
21+
------------------------
22+
23+
.. warning:: Potential Breaking Change
24+
25+
This version of {+driver-short+} removes support for Python v3.8.
26+
27+
- Adds support for PyArrow 18.0 and Python 3.13
28+
- Fixes an issue that caused data loss on documents with nested data containing null or extension types
29+
- Adds support for PyArrow's ``null`` type
30+
- Checks the status of all PyArrow C API calls to prevent segmentation faults
31+
2032
Changes in Version 1.5.0
2133
------------------------
2234

0 commit comments

Comments
 (0)