Skip to content

Releases: typegoose/mongodb-memory-server

v8.0.0-beta.7

19 Oct 14:15

Choose a tag to compare

v8.0.0-beta.7 Pre-release
Pre-release

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

⚠ BREAKING CHANGES

  • resolveConfig: Default MongoDB Binary version is now "5.0.3"

Features

  • resolveConfig: upgrade default mongodb version to 5.0.3 (75a722a), closes #555

Fixes

  • resolveConfig: change default version to be a constant (non-changeable) (11c9547)

v8.0.0-beta.6

19 Oct 12:45

Choose a tag to compare

v8.0.0-beta.6 Pre-release
Pre-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

v7.5.1

19 Oct 15:42

Choose a tag to compare

7.5.1 (2021-10-19)

Fixes

  • MongoInstance: try to fix some CodeQL redos (9fc3a33)

v7.5.0

19 Oct 14:51

Choose a tag to compare

7.5.0 (2021-10-19)

Features

  • upgrade default mongodb binary version to 4.0.27 (c82e56c)
  • upgrade mongodb patch version for "-global-*" packages (01a6ded)

Style

v7.4.6

19 Oct 13:51

Choose a tag to compare

7.4.6 (2021-10-19)

Fixes

  • resolveConfig: change default version to be a constant (non-changeable) (11c9547)

v7.4.5

19 Oct 12:09

Choose a tag to compare

7.4.5 (2021-10-19)

Fixes

  • add "@types/mongodb" to dependencies, because of exposing a mongodb type (6346922), closes #558

v7.4.4

14 Oct 19:40

Choose a tag to compare

7.4.4 (2021-10-14)

Fixes

  • MongoMemoryServer: change that "instance.auth" is not required to be set for enabling auth (4e4a41d)
  • MongoMemoryServer: change to log value "createAuth" (9c3fea0)

Style

  • MongoInstance: add more tsdoc (36c1971)

v8.0.0-beta.5

08 Oct 13:59

Choose a tag to compare

v8.0.0-beta.5 Pre-release
Pre-release

8.0.0-beta.5 (2021-10-08)

Features

  • MongoBinaryDownloadUrl: change to throw a error when debian 10 used for versions below 4.2.0 (bfb0ec4), closes #554 #448

Style

  • MongoBinaryDownloadUrl: add note for debian 11 (81c85f1)

v8.0.0-beta.4

05 Oct 16:31

Choose a tag to compare

v8.0.0-beta.4 Pre-release
Pre-release

8.0.0-beta.4 (2021-10-05)

Features

  • resolveConfig::findPackageJson: re-write internals to be more maintainable (8f16a2a)

Style

  • DryMongoBinary::generatePaths: log options (02befa8)

v7.4.3

05 Oct 16:42

Choose a tag to compare

7.4.3 (2021-10-05)

Fixes

  • resolveConfig::findPackageJson: actually apply processing to path options (25c4119), closes #548