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
BREAKING CHANGES
- Reverse MD5 check logic. Now by default it's disabled.
MONGOMS_SKIP_MD5_CHECK
was removedMONGOMS_MD5_CHECK
was added. Should betrue
if you want to enable md5 check. But who cares this checks if we just need blazing fast tests?