mongodb-memory-server
Advanced tools
Changelog
9.1.0 (2023-11-16)
Changelog
9.1.0-beta.5 (2023-11-13)
Changelog
9.1.0-beta.1 (2023-10-26)
Changelog
9.0.0 (2023-10-06)
resolveConfig: Default binary version is now "6.0.9"
DryMongoBinary: "legacyHomeCache" has been renamed to "homeCache" when using "DryMongoBinary" directly
MongoMemoryReplSet: ReplSet option "auth" can now not be a boolean anymore, use as a object instead
Authentication now is only created when "{ enable: true }" is given also "disable" has been removed
MongoBinaryDownload: aliases for ".binaryOpts.*" have been removed, use ".binaryOpts.option" instead
".cleanup(boolean)" is now no longer supported, use object options instead
".stop(boolean)" is now no longer supported, use object options instead
tsconfig: potentially breaking change upgrading "target" to "es2020" in tsconfig
Lowest supported NodeJS version is now 14.0
MongoBinaryDownloadUrl::translateArch: "ia32" ("i386" / "i686") are now unsupported by mongodb-memory-server
tsconfig: potentially breaking change upgrading "target" to "es2019" in tsconfig
MongoInstance::checkErrorInLine: potentially breaking change not removing ", terminating" from error
MongoBinaryDownloadUrl::translatePlatform: potentially breaking change removing "sunos" from translation
tsconfig: update "target" to "es2019" (df41101)
tsconfig: update "target" to "es2020" (ff20382)