Skip to content

MongoDB Legacy C++ Driver 1.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 19 Dec 22:11
· 1829 commits to master since this release

Improvement

  • [CXX-395] - client examples should take both host and port arguments, not just port
  • [CXX-405] - Integration test that SCRAM is the default auth mechanism for wire version 3
  • [CXX-438] - ConnectionString should default to using the specified DB and use a default mechanism
  • [CXX-441] - Support cursor in listCollections command
  • [CXX-445] - SIGABRT on shutdown with SSL enabled
  • [CXX-446] - ConnectionString doesn't work with UNIX socket format
  • [CXX-450] - Support cursor in listIndexes command

New Feature

  • [CXX-193] - Validate driver functions on strictly aligned big-endian architecture