3.2.0
Java Driver 3.2.0 (December 7, 2015)
The 3.2.0 MongoDB Java Driver is a minor release that includes bug fixes, new features, and improvements. It supports MongoDB server versions from the 2.4 release through the 3.2 release. It is binary and source compatible with the 3.1.x driver release series.
New Features to Support the 3.2 Server Release
- Support for bypassing document validation for all write operations on collections where document validation has been enabled.
- Support for write concern on all DBCollection helpers for the findandmodify command.
- Support for read concern.
- Builder support for new aggregation stages and new accumulators in the $group stage.
- Support for version 3 text indexes.
Downloads
On maven central.
API Documentation
http://api.mongodb.org/java/3.2/
README
https://github.com/mongodb/mongo-java-driver/blob/master/README.md
Bug fixes
You can find a full list of bug fixes here.
New Features
You can find a full list of new features here.
Improvements
You can find a full list of improvements here.