Skip to content

Releases: nodkz/mongodb-memory-server

v1.6.1

06 Oct 15:26
Compare
Choose a tag to compare

1.6.1 (2017-10-06)

Bug Fixes

  • fix: win32 binary path (4e40bd9), closes #24 (thanks @cmosgh and congrat you with first PR to OSS 🎉)

v1.6.0

14 Sep 16:11
Compare
Choose a tag to compare

1.6.0 (2017-09-14)

Features

  • Implemented own downloader, removed mongodb-download package (9a865d6)
    • ~/.mongodb-binaries folder size decreased from 200MB till 20MB (now it much more pleasant for caching on CI)
    • mongod starts up about 30% faster

v1.5.0

24 Aug 15:22
Compare
Choose a tag to compare

1.5.0 (2017-08-24)

Features

  • config: Add instance.dbName option for providing custom db name (94c14b3)

v1.4.1

17 Aug 11:30
Compare
Choose a tag to compare

1.4.1 (2017-08-17)

Bug Fixes

  • regenerator: Use babel transform-runtime instead manual requiring (84b2322)

v1.4.0

16 Aug 09:43
Compare
Choose a tag to compare

1.4.0 (2017-08-16)

Features

  • Load regenerator-runtime explicitly. Now mongodb-memory-server should work without requiring babel-polyfill in your tests (a99d10e)

v1.3.4

08 Jun 10:55
Compare
Choose a tag to compare

1.3.4 (2017-06-08)

Bug Fixes

v1.3.3

07 Jun 21:40
Compare
Choose a tag to compare

1.3.3 (2017-06-07)

Bug Fixes

  • MongoBinary: it does not unlock dir if got DB from cache at second time (e293efb6)

v1.3.2

07 Jun 21:10
Compare
Choose a tag to compare

1.3.2 (2017-06-07)

Bug Fixes

  • MongoBinary: Check again cache after obtaining lock (97e1b6c9)

v1.3.1

07 Jun 20:44
Compare
Choose a tag to compare

1.3.1 (2017-06-07)

Bug Fixes

v1.3.0

07 Jun 18:56
Compare
Choose a tag to compare

1.3.0 (2017-06-07)

Bug Fixes

  • 3 minutes try to get lock when downloading binaries (f9310255)

Features

  • Avoid multi-download in parallel scrips via lockfile. (fca0f0c0)