Yesterday we released PyMongo 2.6.1, which fixes a memory leak in insert().
Exciting new features, and a breaking change to watch out for, in the new Python driver for MongoDB.
Saves you from refcount bugs and segfaults.
I implemented a new option for geo queries, "minDistance." I'll show you an example app that uses minDistance to quickly page through results.
The conference in Portland blew my mind, man.
I'm at Open Source Bridge Wednesday through Friday. Wednesday I'm speaking on async, and doing a MongoDB Birds of Feather session.
Another concurrency bug in old Python threadlocals. In Python 2.6, no one can hear you scream.