- How To Deadlock Your Python With getaddrinfo()
On Mac, multiprocessing plus multithreading can easily lead you to hang your process.
- Announcing PyMongo 3.2
Supports all the new MongoDB 3.2 features.
- Announcing libbson and libmongoc 1.3.0
Supports MongoDB 3.2.
- Announcing libbson and libmongoc 1.3.0-rc0
A couple fixes and features since the 1.3.0 beta.
- Black Pipe Testing: In Summary
Black pipe testing does not replace other kinds of tests, but there are two scenarios where it shines.
- Announcing libbson and libmongoc 1.2.2
A fix for hidden secondaries, and an improvement to the build system.
- Announcing Motor 0.5 with asyncio, Python 3.5, and "async" / "await"
This version is compatible with Python 2.6 through 3.5, and it can use either Tornado or asyncio as its async framework.
- Announcing libbson and libmongoc 1.3.0-beta0
MongoDB 3.2 features, many fixes and improvements in GridFS, better findAndModify API.
- Motor 0.5 Beta: asyncio, async and await, simple aggregation
My async driver for MongoDB now supports asyncio, and allows "async" and "await" in Python 3.5. Collection.aggregate() is more concise.
- This Blog Runs MongoDB 3.2 rc2
I'm dogfooding the latest release candidate.