2.14.0
Java Driver 2.14.0 (December 7, 2015)
The 2.14.0 MongoDB Java Driver includes bug fixes, new features, and improvements. It is binary compatible with the 2.13 release line and supports all MongoDB server versions from the 2.4 release through the 3.2 release.
Note that it's recommended that users upgrade instead to the 3.2 Java driver when upgrading to the 3.2 server. The 2.14.0 driver is only being provided to assist users who are not yet in a position to upgrade to the 3.x Java driver series.
Note also that this is the last non-patch release in the 2.x series. All new feature development will be done in the 3.x 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.
Downloads
On maven central.
Reference documentation
The new documentation hub includes documentation of the 2.14 driver, including
- Quick Tour: A quick tour of the 2.14 driver
- Installation: how to get the driver
Docs
http://api.mongodb.org/java/2.14/
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.