Skip to content

Releases: mrsarm/mongotail

3.1.1

17 Apr 22:57
Compare
Choose a tag to compare

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/

3.1.1b1

02 Apr 23:27
Compare
Choose a tag to compare
3.1.1b1 Pre-release
Pre-release

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

📦 → https://pypi.org/project/mongotail/3.1.1b1

3.1.0

30 Mar 18:44
3643a97
Compare
Choose a tag to compare
  • 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/

3.1b2

29 Mar 20:35
Compare
Choose a tag to compare
3.1b2 Pre-release
Pre-release

Fix password handling when empty + changes from 3.1b1.

3.1b1

28 Mar 19:47
Compare
Choose a tag to compare
3.1b1 Pre-release
Pre-release

Features and fixes in connection and authentication (#40).

3.0.0

11 Feb 14:10
Compare
Choose a tag to compare
  • 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/

3.0b3

09 Feb 18:29
Compare
Choose a tag to compare
3.0b3 Pre-release
Pre-release
  • 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/

3.0b2

04 Feb 00:14
Compare
Choose a tag to compare
3.0b2 Pre-release
Pre-release
  • 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/

3.0b1

28 Jan 22:08
Compare
Choose a tag to compare
3.0b1 Pre-release
Pre-release
  • 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/

2.4.1

03 May 23:53
Compare
Choose a tag to compare
  • Fix bug cause "aggregate" queries not be logged.
  • Minor rewording of the messages used when the user checks or changes the profiling level.