- Update to embedmongo.flapdoodle.de 1.46.0 for performance improvements and latest versions.
- Update to embedmongo.flapdoodle.de 1.40 (thanks @cortiz)
- Add support for MongoDB authorization (thanks @chapmbk)
- Add
downloadPath
configuration option (thanks @dietrichatadobe)
- Add
randomPort
configuration option (thanks @jumarko)
- Add
logFile
/logFileEncoding
configuration options (thanks @matthewadams) - Update to embedmongo.flapdoodle.de 1.31
- Add
proxyUser
/proxyPassword
configuration options
- Update default mongo version to latest stable (2.2.1)
- Update to embedmongo.flapdoodle.de 1.27 (mkdir -p for databaseDirectory)
- Add
bindIp
configuration option (thanks @GTExcalibur) - Update to embedmongo.flapdoodle.de 1.23 for explicit 2.0.7/2.2.0 support (thanks @davidmc24)
- Add support for any/all MongoDB versions, including new releases
- Update default mongo version from 2.1.1 (unstable) to 2.0.6 (stable)
- Add
logging
configuration with support forconsole
,file
andnone
mode
- Add
wait
configuration options tostart
goal to block immediately and wait until MongoDB is explicitly stopped (thanks @jeremynorris) - Update to embedmongo.flapdoodle.de 1.16
- Add
proxyHost
/proxyPort
configuration options for downloads via a proxy
- Add
port
,version
anddatabaseDirectory
configuration options - Add
start
andstop
goals