Skip to content

Releases: typegoose/mongodb-memory-server

v8.9.0

22 Aug 09:05
Compare
Choose a tag to compare

8.9.0 (2022-08-22)

Features

  • errors: add generic MMS Error (7fc4acc)
  • MongoBinaryDownload::extract: dont include ".dll" files in the filter anymore (a7c685b)

Style

  • MongoBinaryDownload::extractTarGz: rename some variables to current convention (bcb4dab)

Fixes

  • MongoBinaryDownload::extractTarGz: wrap error messages in "GenericMMSError" (a8733dc)
  • MongoMemoryReplSet::_initReplSet: use "extraConnectionOptions" when "_ranCreateAuth" is "true" (e116128)
  • MongoMemoryReplSet::cleanup: reset "_ranCreateAuth" on cleanup (2fc87e7)

Refactor

  • MongoBinaryDownloadUrl::translateArch: combine case "arm64" & "aarch64" (4eb48da)

Dependencies

  • @types/jest: upgrade to version 28.1.7 (db3e729)
  • @types/semver: upgrade to version 7.3.12 (8c61c71)
  • @typescript-eslint/*: upgrade to version 5.33.1 (cb0e223)
  • eslint: upgrade to version 8.22.0 (01591eb)
  • mongodb: upgrade to version 4.9.0 (a0b5599), closes #676
  • ts-jest: upgrade to version 28.0.8 (10bb530)

v8.9.0-beta.3

21 Aug 13:07
Compare
Choose a tag to compare
v8.9.0-beta.3 Pre-release
Pre-release

8.9.0-beta.3 (2022-08-21)

Dependencies

  • mongodb: upgrade to version 4.9.0 (a0b5599), closes #676

v8.9.0-beta.2

17 Aug 12:33
Compare
Choose a tag to compare
v8.9.0-beta.2 Pre-release
Pre-release

8.9.0-beta.2 (2022-08-17)

Refactor

  • MongoBinaryDownloadUrl::translateArch: combine case "arm64" & "aarch64" (4eb48da)

v8.9.0-beta.1

17 Aug 12:20
Compare
Choose a tag to compare
v8.9.0-beta.1 Pre-release
Pre-release

8.9.0-beta.1 (2022-08-17)

Features

  • errors: add generic MMS Error (7fc4acc)
  • MongoBinaryDownload::extract: dont include ".dll" files in the filter anymore (a7c685b)

Style

  • MongoBinaryDownload::extractTarGz: rename some variables to current convention (bcb4dab)

Fixes

  • MongoBinaryDownload::extractTarGz: wrap error messages in "GenericMMSError" (a8733dc)
  • MongoMemoryReplSet::_initReplSet: use "extraConnectionOptions" when "_ranCreateAuth" is "true" (e116128)
  • MongoMemoryReplSet::cleanup: reset "_ranCreateAuth" on cleanup (2fc87e7)

Dependencies

  • @types/jest: upgrade to version 28.1.7 (db3e729)
  • @types/semver: upgrade to version 7.3.12 (8c61c71)
  • @typescript-eslint/*: upgrade to version 5.33.1 (cb0e223)
  • eslint: upgrade to version 8.22.0 (01591eb)
  • ts-jest: upgrade to version 28.0.8 (10bb530)

v8.8.0

24 Jul 12:39
Compare
Choose a tag to compare

8.8.0 (2022-07-24)

Features

  • MongoBinaryDownloadUrl: change to use "aarch64" by default and map to "arm64" where needed (ddf1991), closes #678
  • MongoBinaryDownloadUrl::getRhelVersionString: add support for aarch64 (62d96e6)
  • make use of the "localhost exception" for creating users (b1f4dc0), closes #670 #671

Style

  • MongoBinaryDownloadUrl::getFedoraVersionString: add comment about 36 (c168c62), closes #673
  • MongoBinaryDownloadUrl::getLegacyVersionString: remove nonexistent parameter from tsdoc (417d946)
  • MongoMemoryServer::AutomaticAuth: fix typo in tsdoc (770791b)

Fixes

  • MongoMemoryServer: add some extra context to -86 error on macos-arm (1f0f045), closes #674

Dependencies

  • @types/jest: upgrade to version 28.1.4 (627a3b5)
  • @types/jest: upgrade to version 28.1.6 (dff909f)
  • @typescript-eslint/*: upgrade to version 5.30.5 (58cfeaf)
  • @typescript-eslint/*: upgrade to version 5.30.7 (f73a26e)
  • eslint: upgrade to version 8.19.0 (574c252)
  • eslint: upgrade to version 8.20.0 (76a4a48)
  • eslint-plugin-prettier: upgrade to version 4.2.1 (97145a8)
  • jest: upgrade to version 28.1.2 (c7c7303)
  • jest: upgrade to version 28.1.3 (2ade5c3)
  • mongodb: set version to be "~" (8a5552a)
  • ts-jest: upgrade to version 28.0.7 (fa9975d)

v8.8.0-beta.3

24 Jul 12:23
Compare
Choose a tag to compare
v8.8.0-beta.3 Pre-release
Pre-release

8.8.0-beta.3 (2022-07-24)

Features

  • MongoBinaryDownloadUrl: change to use "aarch64" by default and map to "arm64" where needed (ddf1991), closes #678
  • MongoBinaryDownloadUrl::getRhelVersionString: add support for aarch64 (62d96e6)

Dependencies

  • @types/jest: upgrade to version 28.1.6 (dff909f)
  • @typescript-eslint/*: upgrade to version 5.30.7 (f73a26e)
  • eslint: upgrade to version 8.20.0 (76a4a48)
  • jest: upgrade to version 28.1.3 (2ade5c3)
  • mongodb: set version to be "~" (8a5552a)
  • ts-jest: upgrade to version 28.0.7 (fa9975d)

v8.8.0-beta.2

13 Jul 11:38
Compare
Choose a tag to compare
v8.8.0-beta.2 Pre-release
Pre-release

8.8.0-beta.2 (2022-07-13)

Style

  • MongoBinaryDownloadUrl::getFedoraVersionString: add comment about 36 (c168c62), closes #673
  • MongoBinaryDownloadUrl::getLegacyVersionString: remove nonexistent parameter from tsdoc (417d946)

Fixes

  • MongoMemoryServer: add some extra context to -86 error on macos-arm (1f0f045), closes #674

v8.8.0-beta.1

05 Jul 14:26
Compare
Choose a tag to compare
v8.8.0-beta.1 Pre-release
Pre-release

8.8.0-beta.1 (2022-07-05)

Features

  • make use of the "localhost exception" for creating users (b1f4dc0), closes #670 #671

Style

  • MongoMemoryServer::AutomaticAuth: fix typo in tsdoc (770791b)

Dependencies

  • @types/jest: upgrade to version 28.1.4 (627a3b5)
  • @typescript-eslint/*: upgrade to version 5.30.5 (58cfeaf)
  • eslint: upgrade to version 8.19.0 (574c252)
  • eslint-plugin-prettier: upgrade to version 4.2.1 (97145a8)
  • jest: upgrade to version 28.1.2 (c7c7303)

v8.7.2

29 Jun 12:25
Compare
Choose a tag to compare

8.7.2 (2022-06-29)

Style

  • MongoInstance::closeHandler: add explanation in log what value is what (69f7261)
  • utils::killProcess: remove duplicated function identifier from log (6d49741)

Fixes

  • MongoMemoryReplSet::_initReplSet: attempt to fix "server selection timed out" when using auth (17522dc)

v8.7.1

22 Jun 19:25
Compare
Choose a tag to compare

8.7.1 (2022-06-22)

Fixes

  • utils::killProcess: handle case where input could be undefined at runtime (209520f), closes #666