mongo-java-driver 2.10.0 released

609 views
Skip to first unread message

Jeff Yemin

unread,
Nov 27, 2012, 12:15:32 PM11/27/12
to mongodb-...@googlegroups.com
Version 2.10.0 of the MongoDB Java driver has been released. The main new feature in this release is the introduction of a new top-level class: MongoClient. This class extends the existing Mongo class, but changes the default write concern to be WriteConcern.ACKNOWLEDGED (an alias of WriteConcern.SAFE). For the curious, please read the blog post on http://blog.mongodb.org/post/36666163412/introducing-mongoclient for the reasoning behind this change. Also, check out the updated Java driver tutorial for usage examples: http://www.mongodb.org/display/DOCS/Java+Tutorial.

Highlights:

* https://jira.mongodb.org/browse/JAVA-682 - Add MongoClient class, to supersede existing Mongo class, with a default WriteConcern.ACKNOWLEDGED. See http://api.mongodb.org/java/2.10.0/com/mongodb/MongoClient.html


Downloads: http://github.com/mongodb/mongo-java-driver/downloads and http://central.maven.org/maven2/org/mongodb/mongo-java-driver/2.10.0/
Release Notes: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10006&version=11681
Docs: http://api.mongodb.org/java/2.10.0/

As always, we greatly appreciate any feedback. Please report bugs at jira.mongodb.org in the JAVA project against the 2.10.0 release or start a discussion on the mongodb-user list.

-Jeff

Reply all
Reply to author
Forward
0 new messages