Skip to content

2.13.2

Compare
Choose a tag to compare
@jyemin jyemin released this 28 May 16:44

Java Driver 2.13.2 (May 28, 2015)

The 2.13.2 MongoDB Java Driver is a patch to the 2.13.0 release. It contains fixes for the following issues:

  • JAVA-1815: Remove from the topology a replica set member whose "me" hostname:port does not match the one that was used to connect to it
  • JAVA-1799: Use electionId reported by ismaster to avoid sending operations to false primaries
  • JAVA-1814: Cluster manager behaves incorrectly when server addresses are given as DBAddress
  • JAVA-1780: A socket will be returned to the pool in an undefined state if an Error subclass is thrown while reading from it
  • JAVA-1842: listCollections and listIndexes commands are forced to the primary

Downloads

Below and on maven central

Docs

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