Skip to content

Releases: nodkz/mongodb-memory-server

v1.9.2

02 Aug 06:44
fc972a7
Compare
Choose a tag to compare

1.9.2 (2018-08-02)

Bug Fixes

  • drop fs-extra dependency to avoid memory leak on jest tests (27333bb), closes #68

v1.9.1

23 Jul 19:36
Compare
Choose a tag to compare

1.9.1 (2018-07-23)

Bug Fixes

v1.9.0

03 Jul 10:59
Compare
Choose a tag to compare

1.9.0 (2018-07-03)

Features

Now mongodb-memory-server automatically use a proxy for downloading binaries if present one of the following environment variables:

  • yarn_https-proxy
  • yarn_proxy
  • npm_config_https-proxy
  • npm_config_proxy
  • https_proxy
  • http_proxy

Thanks, @ChrisSG for the new great zero-config feature 👍

v1.8.0

31 May 05:15
Compare
Choose a tag to compare

1.8.0 (2018-05-31)

Bug Fixes

  • check MongoBinary module presense in postinstall script (90a9d35)

Features

  • install latest mongodb binaries on package install (e31265f)

v1.7.4

16 May 12:08
Compare
Choose a tag to compare

1.7.4 (2018-05-16)

Bug Fixes

v1.7.3

29 Mar 01:43
Compare
Choose a tag to compare

1.7.3 (2018-03-29)

Bug Fixes

  • MongoBinaryDownloadUrl: removed ssl from options (#57) (64a435b)

v1.7.2

27 Mar 08:23
Compare
Choose a tag to compare

1.7.2 (2018-03-27)

Bug Fixes

  • MongoBinaryDownloadUri: new download urls for Win32 (5dc0b3d)

v1.7.1

27 Mar 05:54
Compare
Choose a tag to compare

1.7.1 (2018-03-27)

Bug Fixes

v1.7.0

14 Feb 14:39
Compare
Choose a tag to compare

1.7.0 (2018-02-14)

Features

  • add binary.ssl option, use if mongodb dist has only ssl version binary. Related #48 (thanks @mathieug) (b515587)
  • add getDbName() async method (bbdaef8)

v1.6.5

01 Feb 13:33
Compare
Choose a tag to compare

1.6.5 (2018-02-01)

Bug Fixes