We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa42d4 commit 81384ccCopy full SHA for 81384cc
bindings/python/docs/source/changelog.rst
@@ -4,6 +4,12 @@ Changelog
4
Changes in Version 0.2.0
5
------------------------
6
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``.
13
14
Changes in Version 0.1.1
15
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = '0.2.0.dev0'
+__version__ = '0.2.0'
16
17
_MIN_LIBBSON_VERSION = '1.17.0'
0 commit comments