-
Fix
skipPollfor queries with$notor$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 themongoproperty. -
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
$orderbyin favor of$sort
-
Don't add {_type: {$ne: null}} in Mongo queries unless necessary
-
Upgrade to Mongo driver 2.x
Beginning of changelog.