Skip to content

Releases: mongoeye/mongoeye

v0.5

08 Mar 16:13
Compare
Choose a tag to compare
  • Fixed CI builds.
  • Tested MongoDB versions 4.0, 4.2 and 4.4.

v0.4

22 Nov 22:59
Compare
Choose a tag to compare
  • Document fields can be included/excluded from the analysis using --project option.
  • --scope option renamed to --sample
  • --query option renamed to --match

v0.3

30 Aug 11:03
Compare
Choose a tag to compare
  • Simplified processing of dates in the desired time zone, using: SERVER-28611, SERVER-28613.
  • Simplified authentication process, eliminated unnecessary checks that caused problems with minimal user privileges.
  • Increased required version for use of aggregation algorithm to MongoDB 3.5.10

v0.2

18 Jul 20:58
Compare
Choose a tag to compare
  • JSON and YAML output improvements (added and renamed keys).
  • Script to generate demo.
  • Documentation enhancements.

v0.1

12 Jul 14:47
Compare
Choose a tag to compare
  • Added support for process objectId as date in aggregation algorithm (local analysis has supported it before). Made possible by SERVER-9406
  • Increased required version for aggregation algorithm to MongoDB 3.5.9.
  • Default authentication database is no longer admin, but it is the same as the work database. It can by modified with --auth-db flag. This change unifies the behavior with the official MongoDB tools.

v0.0.1

27 May 23:10
Compare
Choose a tag to compare

First release.