Skip to content

Releases: typegoose/mongodb-memory-server

v3.1.1

14 Feb 04:17
Compare
Choose a tag to compare

3.1.1 (2019-02-14)

Bug Fixes

  • MD5 check failing due to validating minimum size for MD5 file itself (09723ce)

v3.1.0

12 Feb 08:20
Compare
Choose a tag to compare

3.1.0 (2019-02-12)

Features

  • MongoMemoryServer: start mongod if was requested instance data for not running DB (88e9460)

v3.0.0

16 Jan 16:43
Compare
Choose a tag to compare

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?

v2.9.3

10 Jan 16:22
739c99a
Compare
Choose a tag to compare

2.9.3 (2019-01-10)

Bug Fixes

  • MongoInstance: 'Mongod shutting down' fires FAIL only if instance does not started (#130) (739c99a)

v2.9.2

10 Jan 11:17
Compare
Choose a tag to compare

2.9.2 (2019-01-10)

Bug Fixes

  • MongoInstance: kill the killerProcess on instance kill (#129) (545d098)

v2.9.1

22 Dec 10:21
Compare
Choose a tag to compare

2.9.1 (2018-12-22)

Bug Fixes

  • promisfy fs.access in getSystemPath (85af3cf)

v2.9.0

19 Dec 18:00
Compare
Choose a tag to compare

2.9.0 (2018-12-19)

Features

  • add SYSTEM_BINARY option (89a6b73)

v2.8.0

07 Dec 10:41
Compare
Choose a tag to compare

v2.7.4

02 Dec 18:06
Compare
Choose a tag to compare

2.7.4 (2018-12-02)

Bug Fixes

  • add auth to the command line arguments (d1f73ed)

v2.7.3

23 Nov 08:49
Compare
Choose a tag to compare

2.7.3 (2018-11-23)

Bug Fixes

  • Update getos package to fix Manjaroo os detection issue (1b9e617)