mongodb-async-driver
Last Published: 2014-08-07
|
Version: 2.0.1
Overview
Introduction
Download
JavaDocs
Getting Started
Blog
Support
Performance
YCSB Results
Asynchronous Performance
BSON Performance
Software Quality
Motivation
Project Documentation
Project Information
Project Reports
Upgrading
This version is source and binary compatible with the 1.0.1 version of the driver.
Updates
Update the
MongoDatabase
and
MongoCollection
interfaces to allow setting
ReadPreferences
and
Durability
.
Updated the
Aggregate
,
Distinct
,
GroupBy
, and
MapReduce
. to directly support
ReadPreferences
.
Updated the
GroupBy
JavaDoc to explicitly state that it is not supported with sharded collections per the MongoDB documentation.
Updated the
MapReduce
JavaDoc to explicitly state that
ReadPreference
in a sharded environment will not be honored by the
mongos
.
Updated the
ConditionBuilder.near
JavaDoc to explicitly state that the
$near
operator is not supported with a sharded collection.