Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v2.0.1
21 Aug 15:24
Compare
Sorry, something went wrong.
No results found
2.0.1 (2018-08-21)
Bug Fixes
v2.0.0
17 Aug 06:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.9.3 (2018-08-02)
Bug Fixes
update get-port dependency (0c030fc )
v1.9.2
02 Aug 06:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.9.1 (2018-07-23)
Bug Fixes
v1.9.0
03 Jul 10:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.7.4 (2018-05-16)
Bug Fixes
v1.7.3
29 Mar 01:43
Compare
Sorry, something went wrong.
No results found
1.7.3 (2018-03-29)
Bug Fixes
MongoBinaryDownloadUrl: removed ssl from options (#57 ) (64a435b )
v1.7.2
27 Mar 08:23
Compare
Sorry, something went wrong.
No results found
1.7.2 (2018-03-27)
Bug Fixes
MongoBinaryDownloadUri: new download urls for Win32 (5dc0b3d )