Added ``jaraco.mongodb.insert-doc`` to take a JSON document from the command-line and insert it into the indicated collection.
7.4
===
18: Allow pmxbot command to connect to the MongoDB database other than localhost.
7.3
===
Add ``jaraco.mongodb.fields`` for escaping values for document fields.
7.2.3
=====
17: Remove ``--nohttpinterface`` when constructing MongoDB instances, following the `same approach taken by MongoDB <https://jira.mongodb.org/browse/TOOLS-1679>`_.
7.2.2
=====
16: Fixed monitor-index-creation script for MongoDB 3.2+.
7.2.1
=====
Corrected oplog replication issues for MongoDB 3.6 (13, 14).