-
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)