mongotail

Command line tool to log all MongoDB queries in a "tail"able way

GPL-3.0 License

Downloads
653
Stars
190
Committers
8

Bot releases are hidden (Show)

mongotail - 3.1.1 Latest Release

Published by mrsarm over 1 year ago

Recognize and support alternate casings of findAndModify and mapReduce.

Thanks @jsbohnert for reporting the issue and making the patch.

๐Ÿ“ฆ โ†’ https://pypi.org/project/mongotail/3.1.1/

mongotail - 3.1.1b1

Published by mrsarm over 1 year ago

Pre-release that recognize and support alternate casings of findAndModify and mapReduce.

๐Ÿ“ฆ โ†’ https://pypi.org/project/mongotail/3.1.1b1

mongotail - 3.1.0

Published by mrsarm over 2 years ago

  • 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.

๐Ÿ“ฆ https://pypi.org/project/mongotail/3.1.0/

mongotail - 3.1b2

Published by mrsarm over 2 years ago

Fix password handling when empty + changes from 3.1b1.

mongotail - 3.1b1

Published by mrsarm over 2 years ago

Features and fixes in connection and authentication (https://github.com/mrsarm/mongotail/pull/40).

mongotail - 3.0.0

Published by mrsarm over 2 years ago

  • Add support to the new PyMongo driver version 4.0 (#34)
  • Add support to the types MinKey / MaxKey from MongoDB (#35)
  • Remove deprecated SSL arguments 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

๐Ÿ“ฆ https://pypi.org/project/mongotail/3.0.0/

mongotail - 3.0b3

Published by mrsarm over 2 years ago

  • Add support to the new PyMongo driver version 4.0 (#34)
  • Add support to the types MinKey / MaxKey from MongoDB (#35)
  • Remove deprecated SSL arguments 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

๐Ÿ“ฆ https://pypi.org/project/mongotail/3.0b3/

mongotail - 3.0b2

Published by mrsarm over 2 years ago

  • Add support to the new PyMongo driver version 4.0 (#34)
  • Add support to the types MinKey / MaxKey from MongoDB (#35)
  • Remove deprecated SSL arguments 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

๐Ÿ“ฆ https://pypi.org/project/mongotail/3.0b2/

mongotail - 3.0b1

Published by mrsarm over 2 years ago

  • Add support to the new PyMongo driver version 4.0 (#34)
  • Add support to the types MinKey / MaxKey from MongoDB (#35)
  • Remove deprecated SSL arguments in favor of the new TLS arguments
  • Remove support to Python 2.6, 3.3, and 3.4

๐Ÿ“ฆ https://pypi.org/project/mongotail/3.0b1/

mongotail - 2.4.1

Published by mrsarm over 3 years ago

  • Fix bug cause "aggregate" queries not be logged.
  • Minor rewording of the messages used when the user checks or changes the profiling level.
mongotail - 2.4.0

Published by mrsarm over 4 years ago

Added support to cursor pagination arguments in queries: limit and skip

mongotail - 2.3.0

Published by mrsarm over 5 years ago

  • Added BSON Timestamp type support.
  • Moved address parsing code to a new library called res-address that now it's a Mongotail's dependency.
  • Support addresses as :PORT/DBNAME, eg. mongotail :123/test.
  • Improved address validations.
mongotail - 2.2.0

Published by mrsarm over 6 years ago

  • Added support to MongoDB 3.6 log format.
  • Added binary data support (BinData type).
  • Added python version info to --version option.
  • Now insert operations with just one document inserted
    are showed without [] notation
  • Fixed error when insert operations doesn't have
    recorded the document saved in the profiler
mongotail - 2.1.2

Published by mrsarm over 7 years ago

  • Fixed #20 CPU runaway using -f option with local
    connections.
  • Avoid IOError: [Errno 32] Broken pipe that some
    times is launched when Ctrl+C is used.
mongotail - 2.1.1

Published by mrsarm over 7 years ago

  • On TypeError exceptions dump the output with
    warn message instead of exit the program.
  • Filtered explain queries from the log.
mongotail - 2.1.0

Published by mrsarm almost 8 years ago

  • Support sort parameters logging (compatible with MongoDB 3.2+).
  • Support NumberDecimal type (MongoDB 3.4+).
  • Added Docker support.
  • Fixed #15 Exception when list collection indexes.
Package Rankings
Top 10.9% on Pypi.org