Releases: mrsarm/mongotail
Releases · mrsarm/mongotail
3.1.1
Recognize and support alternate casings of findAndModify
and mapReduce
.
Thanks @jsbohnert for reporting the issue and making the patch.
3.1.1b1
Pre-release that recognize and support alternate casings of findAndModify
and mapReduce
.
3.1.0
- Fix authentication mechanism: was broken with latest PyMongo versions.
- Allow to set the schema in the URI (
mongodb://
). - Add dependency to connect to MongoDB using the
mongodb+srv://
schema. - Minor fixes in script and configuration files for building the app.
- More guides in REAME.
Special thanks to Alex Eimer (@aeimer) for its help on reporting the bugs and testing the patches for this version.
3.1b2
3.1b1
3.0.0
- Add support to the new PyMongo driver version 4.0 (#34)
- Add support to the types
MinKey
/MaxKey
from MongoDB (#35) - Remove deprecated
SSLarguments in favor of the new TLS arguments - Remove support to Python 2.6, 3.3, and 3.4
- Fix when a query fails Mongo doesn't record
nreturned
(number of record returned) - Fix Mongo logs
killcursors
operations with different cases causing exception when parsing logs
3.0b3
- Add support to the new PyMongo driver version 4.0 (#34)
- Add support to the types
MinKey
/MaxKey
from MongoDB (#35) - Remove deprecated
SSLarguments in favor of the new TLS arguments - Remove support to Python 2.6, 3.3, and 3.4
- Fix when a query fails Mongo doesn't record
nreturned
(number of record returned) - Fix Mongo logs
killcursors
operations with different cases causing exception when parsing logs
3.0b2
- Add support to the new PyMongo driver version 4.0 (#34)
- Add support to the types
MinKey
/MaxKey
from MongoDB (#35) - Remove deprecated
SSLarguments in favor of the new TLS arguments - Remove support to Python 2.6, 3.3, and 3.4
- Fix when a query fails Mongo doesn't record
nreturned
(number of record returned) - Fix Mongo logs
killcursors
operations with different cases causing exception when parsing logs