PyMongo 3.0b0 released

13 views
Skip to first unread message

Bernie Hackett

unread,
Mar 12, 2015, 12:22:06 AM3/12/15
to mongodb-...@googlegroups.com
Version 3.0b0 (Beta0) of the MongoDB python driver (PyMongo) has been released.

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 Beta release, and includes a number of backward breaking changes, we have not released 3.0b0 to pypi. You can install it using pip:

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

or easy_install:

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

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

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

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

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