PyMongo 3.0rc0 released

15 views
Skip to first unread message

Bernie Hackett

unread,
Mar 25, 2015, 7:17:14 PM3/25/15
to mongodb-...@googlegroups.com
Version 3.0rc0 of the MongoDB python driver has been released. This is the first release candidate for PyMongo 3.0.

3.0 is a partial rewrite of the python driver with a large number of improvements including a unified client API, a new CRUD API, a rewritten pure python BSON library, and much, much more.

Since this is a release candidate, and includes a number of backward breaking changes, we have not released 3.0rc0 to pypi. You can install it using pip:

$ pip install https://github.com/mongodb/mongo-python-driver/archive/3.0rc0.tar.gz

or easy_install:

$ easy_install https://github.com/mongodb/mongo-python-driver/archive/3.0rc0.tar.gz

Please try it out and let us know what you think.

Docs - http://api.mongodb.org/python/3.0rc0/

Changelog - http://api.mongodb.org/python/3.0rc0/changelog.html

- The PyMongo dev team
Reply all
Reply to author
Forward
0 new messages