Skip to content

Commit

Permalink
version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Aug 1, 2024
1 parent 2965fdf commit b0680b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Ming News / Release Notes
=====================================

The latest releases support PyMongo 3. The older 0.5.x releases support PyMongo 2 and Python 2.
The latest releases support PyMongo v3 and v4

0.14.0 (Aug 1, 2024)
--------------------

Support PyMongo 4.x (3.x should still work too). There are several breaking changes, whether you update pymongo or not:

Pre-Release
---------------------
* Prepare for PyMongo 4.0 support
* Replace ``find_and_modify()`` session methods with ``find_one_and_update()``, ``find_one_and_replace()``,
and ``find_one_and_delete()`` to closer match pymongo4's API
* Remove ``group()`` session methods as they are unsupported in pymongo4. Use the aggregation pipeline.
Expand Down
2 changes: 1 addition & 1 deletion ming/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '13', '0')
__version_info__ = ('0', '14', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit b0680b8

Please sign in to comment.