Skip to content

Commit 81384cc

Browse files
authored
PYTHON-3055 Release pymongoarrow 0.2 (#43)
1 parent 5aa42d4 commit 81384cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
Changes in Version 0.2.0
55
------------------------
66

7+
- Support for PyMongo 4.0.
8+
- Support for Python 3.10.
9+
- Support for Windows.
10+
- ``find_arrow_all`` now accepts a user-provided ``projection``.
11+
- ``find_raw_batches`` now accepts a ``session`` object.
12+
- Note: The supported version of ``pyarrow`` is now ``>=6,<6.1``.
713

814
Changes in Version 0.1.1
915
------------------------

bindings/python/pymongoarrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.2.0.dev0'
15+
__version__ = '0.2.0'
1616

1717
_MIN_LIBBSON_VERSION = '1.17.0'

0 commit comments

Comments
 (0)