-
Fix
skipPoll
for queries with$not
or$nor
-
Support Mongo 3.2
-
Add options argument to all public database adapter methods that read or write from snapshots or ops.
-
DB methods that get snapshots or ops no longer return metadata unless
{metadata: true}
option is passed. -
Deprecate
{new ShareDb({mongo: (mongo connection)})
. Instead, pass a callback in themongo
property. -
Change query format -- deprecate
$query
, support all Mongo methods as$
-prefixed properties and change meaning of some meta operators. See the query docs) for more details. -
Deprecate
$orderby
in favor of$sort
-
Don't add {_type: {$ne: null}} in Mongo queries unless necessary
-
Upgrade to Mongo driver 2.x
Beginning of changelog.