Skip to content

v3.0.0

Compare
Choose a tag to compare
@nodkz nodkz released this 16 Jan 16:43
· 2228 commits to master since this release

3.0.0 (2019-01-16)

Bug Fixes

  • do not block packages instalation when occured problem with mongodb binary download (0f1dc61), closes #131
  • more strict checks for downloaded file (7aa708e)

Code Refactoring

  • reverse MD5 check logic. Now by default it's disabled. (a41a15d), closes #131

BREAKING CHANGES

  • Reverse MD5 check logic. Now by default it's disabled.
    • MONGOMS_SKIP_MD5_CHECK was removed
    • MONGOMS_MD5_CHECK was added. Should be true if you want to enable md5 check. But who cares this checks if we just need blazing fast tests?