|
Author:
{'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}
Message: CXX-2637 Remove use of `collStats` and `currentOp` (#960)
- sync specification tests to commit 6632b7606e74c6e83ee2d80b7571f55485c7ff33
- remove runCommand Example 2
The example removed from DRIVERS-448.
- replace currentOp command with $currentOp aggregation stage
- remove check for server version 3.5.8
C driver 1.21.0 requires server version 3.6 (minWireVersion=6)
C++ driver 3.7.x requirees C driver 1.22.1 or higher.
Branch: master
https://github.com/mongodb/mongo-cxx-driver/commit/52a1150d6fcb8211a6fe6652813441551da3a63e
|