Skip to content

Releases: nodkz/mongodb-memory-server

v2.0.0

17 Aug 06:04
Compare
Choose a tag to compare

2.0.0 (2018-08-17)

BREAKING CHANGES

  • change default mongodb version to latest (#70) (742bead)
  • remove NodeJS v4 support (dc57509)

Most users will not have problems with migration to a new version if:

  • you use Node >= 6.0.0 (if not upgrade node version or use [email protected])
  • your tests work with latest version of MongoDB (before was hardcoded default version 3.4.4). Anyway you may set explicitly any MongoDB version via configuration options:
const mongod = new MongodbMemoryServer({
  binary: {
    version: '3.4.4', 
  },
});

v1.9.3

02 Aug 06:53
Compare
Choose a tag to compare

1.9.3 (2018-08-02)

Bug Fixes

  • update get-port dependency (0c030fc)

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