0.3.0
0.3.0
- Replace
$pushAllwith$push + $each. - Aggregate methods (
max,sum, etc) must use cursor in MongoDB 3.6+. - Config
safe: trueshould send WriteConcern: Acknowledgedw: 1to 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).