Skip to content

v8.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 12:45
· 890 commits to beta since this release

8.0.0-beta.6 (2021-10-19)

Style

  • MongoInstance: add more tsdoc (36c1971)

Fixes

  • add "@types/mongodb" to dependencies, because of exposing a mongodb type (6346922), closes #558
  • MongoMemoryServer: change that "instance.auth" is not required to be set for enabling auth (4e4a41d)
  • MongoMemoryServer: change to log value "createAuth" (9c3fea0)
  • resolveConfig: fix debug enable (aff6838)
  • resolveConfig::findPackageJson: actually apply processing to path options (25c4119), closes #548