Skip to content

2.12.2

Compare
Choose a tag to compare
@jyemin jyemin released this 20 May 13:31
· 6331 commits to master since this release

Java Driver 2.12.2 (May 20, 2014)

The 2.12.2 Java driver is a patch release. It is a recommended upgrade for all users.

Downloads

Below and on maven central

Docs

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

Bugs:

  • JAVA-1202: Driver should dedicate a thread to monitor each server
  • JAVA-1192: BasicBSONObject.equals method broken for BasicDBList
  • JAVA-1194: Stop logging that the primary has changed when it's stayed the same
  • JAVA-1207: Driver incorrectly converts nanoseconds to milliseconds in Level.FINE log message
  • JAVA-1221: Avoid possible NPEs in JMXConnectionPoolListener

Improvements:

  • JAVA-1216: Remove special handling of setVersion reported by ismaster
  • JAVA-1217: Increase retry frequency of heartbeat only when necessary
  • JAVA-1218: Remove DBPort.finalize() method
  • JAVA-1219: Delay creation of DBDecoder in DBPort until after the socket is successfully opened
  • JAVA-1220: DBPort should avoid turning the active query into a string unless it's needed.