Skip to content

2.6.4

Compare
Choose a tag to compare
@jyemin jyemin released this 13 Sep 14:41
· 7575 commits to main since this release

Java Driver 2.6.4 (August 08, 2011)

  • JAVA-319: JSON parser to not require quotes around keys
  • JAVA-382: NPE in ReplicaSetStatus.ensureMaster
  • JAVA-387: DBCollection#findOne(DBObject o, DBObject fields) doesn't markAsPartialObject
  • JAVA-390: Make it possible to override the bson decoder, not just the callback
  • JAVA-396: improve javadocs for connection options, they confuse people
  • JAVA-397: authentication for replica set fails frequently because 'getnonce' and 'authenticate' command is issued to different server
  • JAVA-398: Configure max connection retry time
  • JAVA-406: Java driver does not accept empty keys
  • JAVA-407: some source files do not include licence information
  • JAVA-409: when creating Mongo to single server, its address appears twice (ipv4/ipv6) and it gets exploded into a replica set
  • JAVA-410: if using DBAddress instead of ServerAddress, server matching in replica set doesnt work
  • JAVA-395: Date Time values do not preserve milliseconds when serialized to or deserialized from JSON

Tickets

Full ticket information can be seen at https://jira.mongodb.org/browse/JAVA/fixforversion/10490