forked from michaelmosmann/embedmongo.flapdoodle.de
-
-
Notifications
You must be signed in to change notification settings - Fork 160
Changelog
Martin Jöhren edited this page Aug 27, 2013
·
1 revision
- syncDelay set to 0 (no sync)
- process listener added (can copy db files after test into custom directory)
- added builder for mongod and mongos config
- dependencies updated
- added 2.5.0 as new development version
- added example for custom download path
- minor bugfixes
- deprecate old versions (left current production(2.4.1) and previous version left(2.2.3))
- coming versions will change use the 2.4 branch of mongodb as production version
- no release time check for deprecated versions, so use with care
- major api changes, speed improvement, easier configuration, need to update documentation
- mongod config refactor
- configurable startup timeout
- added windows2008 support
- dep version change
- bind_ip configuration parameter support (MongodConfig constructor)
- dep version change
- dep version change
- added 2.0.7, 2.2.0
- mongodb java driver update to 2.9.0 (test dependency)
- maven dep version range does not work as expected -> disabled
- dependency version range for de.flapdoodle.embed.process
- NPE fix with custom database directory
- custom database directory will not be deleted
- massive refactoring, some api breaks
- project split
- some relevant process.stop() improvements
- added some unit test support (thanx to trajano)
- added some logging only runtime config option
- added 2.0.7-rc1, 2.2.0-rc0
- command line post processor hock
- added version 2.0.6 and 2.1.2
- version refactoring
- you can now have a custom version, so you do not depend on a new release of this project
- added version 2.0.5 (main version 2.0 now points to it)
- changed http user agent
- customizeable mongod process output
- better loopback device detection for mongod process shutdown via command
- now we send ctrl+c on linux and osx, then send shutdown to server, then taskkill on windows (may the force be with us)
- disable journal for faster turnaround times
- noauth added
- customize artifact storage path
- detection if localhost is not loopback (command shutdown on mongod does not work for remote access)
- formated process output
- much better windows support
- changed back to send ctrl+c and then send shutdown
- mongod process management improvement (windows mongod shutdown improvement (alpha) (some trouble stopping process on windows - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4770092))
- send shutdown to server
- send ctrl+c to mongod will perform clean shutdown (untested on windows using taskkill)
- now with 2.1.1
- NUMA support (alpha) - http://www.mongodb.org/display/DOCS/NUMA
- timeout fix on slow systems
- stability on win plattforms (hopefully)
- race condition and cleanup of mongod process
- fixed 64Bit detection - amd64
- now with main versions 1.6, 1.8, 2.0, 2.1