0.3.0
0.3.0
- Replace
$pushAll
with$push + $each
. - Aggregate methods (
max
,sum
, etc) must use cursor in MongoDB 3.6+. - Config
safe: true
should send WriteConcern: Acknowledgedw: 1
to database (and notsafe: true
).
$pushAll
with $push + $each
.max
, sum
, etc) must use cursor in MongoDB 3.6+.safe: true
should send WriteConcern: Acknowledged w: 1
to database (and not safe: true
).