Skip to content

1.0.0: Stability

Choose a tag to compare

@thekid thekid released this 25 Mar 21:43
· 270 commits to master since this release

This first major release supports working with replica sets as well as with standalone MongoDB servers. There is no support for read and write
concerns yet, and no support for client-side encryption.

  • Fixed com.mongodb.Decimal128 for large negative numbers - @thekid
  • Fixed com.mongodb.NoSuitableCandidate::candidates() - @thekid
  • Fixed equality comparisons for com.mongodb.result.Cursor - @thekid
  • Increased code coverage significantly by adding a variety of unittests
    (@thekid)