Skip to content

2.11.3

Compare
Choose a tag to compare
@jyemin jyemin released this 12 Sep 20:42
· 6683 commits to master since this release

Java Driver 2.11.3 (September 12, 2013)

The 2.11.3 Java driver is a bug fix release. It is a recommended upgrade for all users.

Downloads

Below and on maven central

Docs

http://api.mongodb.org/java/2.11.3/

Regressions:

  • JAVA-853: Client runs out of connections with nested calls to DB.requestStart
  • JAVA-812: Setting slaveOK() does not result in a secondary read preference through mongos
  • JAVA-872: MongoOptions neglects to copy alwaysUseMBeans property

Bugs:

  • JAVA-790: Wrong type for option 'unique' in GridFS constructor
  • JAVA-905: BasicBSONObject.equals doesn't handle Number values correctly
  • JAVA-891: Document fields accept NULL characters

Improvements:

  • JAVA-836: Only log on server availability state changes
  • JAVA-851: Increase GridFS max chunk size