Skip to content

mtools 1.7.1

Compare
Choose a tag to compare
@stennie stennie released this 28 Oct 22:26
· 20 commits to develop since this release

Highlights of this release are:

  • mlaunch: Bump PyMongo requirement to 4.0+ (#884)
  • mlaunch: Fix TLS issues (#885)
  • mlaunch: Print rs initialization announcement prior to init (#868)
  • mlaunch: Exit with unsuccessful status if replica set can't be
    initiated after retries (#659)
  • mlaunch: Fix version detection using configured mongod (#866)
  • mlaunch: Sharded Cluster creation fails (#849)
  • mlaunch: Use default SASL/SCRAM mechanisms when creating users (#880)
  • mlaunch: Remove support for legacy SCCC config servers (#888)
  • mlaunch: Improve diagnostics in mlaunch (#869)
  • mlaunch: Output the log path when mongod/mongos launch (#877)
  • mlaunch: Update default mongodb version to "0.0.0" (#878)
  • mlaunch: Do not pass invalid option --auth to mongos (#870)
  • mlaunch: docs incorrectly suggest --config can be used
    for config file (#872)
  • mloginfo: Improve --clients with more metadata info (#850)
  • mloginfo: Cannot extract metadata from some log lines (#871)
  • Fix dateutil dependency bug (#864)
  • mtools[mlaunch] does not install with pymongo 4 (#856)
  • Update dependencies and set upper version constraints (#889)

To install, run:

pip3 install mtools --upgrade

See Changes to mtools for a full change history.