Skip to content

Releases: mrsarm/mongotail

2.4.0

09 Apr 15:48
Compare
Choose a tag to compare

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

2.3.0

16 Mar 23:01
Compare
Choose a tag to compare
  • 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.

2.2.0

11 Feb 01:38
Compare
Choose a tag to compare
  • 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

2.1.2

30 May 23:46
Compare
Choose a tag to compare
  • 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.

2.1.1

20 Jan 12:03
Compare
Choose a tag to compare
  • On TypeError exceptions dump the output with
    warn message instead of exit the program.
  • Filtered explain queries from the log.

2.1.0

14 Jan 05:08
Compare
Choose a tag to compare
  • 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.