Skip to content

Tags: statico/mongo-python-driver

Tags

1.2

Toggle 1.2's commit message
BUMP 1.2 see changelog in docs

1.1.2

Toggle 1.1.2's commit message
BUMP 1.1.2 faster insert speed (message creation happens in C now), u…

…se random number for request_id, fix some race conditions with AutoReconnect exceptions

1.1.1

Toggle 1.1.1's commit message
BUMP 1.1.1

Support for multi-update
Fix C extension w/ unicode regex patterns
Added Collection.distinct
Add database support for DBRefs
json_util w/ helpers for encoding / decoding to JSON
DEPRECATING Cursor.__len__ in favor of Cursor.count(True)
Major documentation work - switched to sphinx

1.1

Toggle 1.1's commit message
BUMP 1.1

__hash__ methods for DBRef & ObjectID
bulk insert takes any iterable
fix for ObjectId generation when using multiprocessing
collection property for Cursor instances
network_timeout option for Connection instances
deprecate slave_okay setting for individual queries
fix for safe mode w/ threading
safe option for remove
option to use tailable cursor for find

1.0

Toggle 1.0's commit message
BUMP 1.0 fixes for MasterSlaveConnection, finalize() support for grou…

…p, better insert speed, better GridFS speed, __getitem__ and __len__ support for cursors

0.16

Toggle 0.16's commit message
BUMP 0.16 support encoding uuid.UUID instances, fix for explain with …

…limits, removing some deprecated functionality

0.15.2

Toggle 0.15.2's commit message
BUMP 0.15.2 very minor - only doc changes (mainly to fix a bad build …

…on pypi

0.15.1

Toggle 0.15.1's commit message
BUMP 0.15.1 much faster. nicer API for create_index w/ a single key, …

…encode tuples as lists

0.15

Toggle 0.15's commit message
BUMP 0.15 fix ObjectId string representation. add option to turn off …

…cursor timeouts. allow scope for reduce function in group()

0.14.2

Toggle 0.14.2's commit message
BUMP 0.14.2 a couple of minor bugfixes