Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v1.9.1
1.9.1 (2018-07-23)
Bug Fixes
v1.9.0
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
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
1.7.4 (2018-05-16)
Bug Fixes
v1.7.3
1.7.3 (2018-03-29)
Bug Fixes
- MongoBinaryDownloadUrl: removed
ssl
from options (#57) (64a435b)
v1.7.2
1.7.2 (2018-03-27)
Bug Fixes
- MongoBinaryDownloadUri: new download urls for Win32 (5dc0b3d)
v1.7.1
1.7.1 (2018-03-27)
Bug Fixes
v1.7.0
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
1.6.5 (2018-02-01)
Bug Fixes
v1.6.4
1.6.4 (2018-01-13)
Bug Fixes
- DownloadUrl: added Mint download url (thanks to @StepanYurtsiv) (75fa143)
- MemoryServer: use instance.kill() instead of childProcess.kill() (c003c23)
- add explicitly
request
package (thanks @robinvdvleuten) (f70e30c), closes #39
- expose Flowtype defs (b15a789)
- semantic-release (3fb5326)