Skip to content

Releases: typegoose/mongodb-memory-server

v7.4.0-beta.4

12 Aug 16:08

Choose a tag to compare

v7.4.0-beta.4 Pre-release
Pre-release

7.4.0-beta.4 (2021-08-12)

Fixes

  • resolveConfig: enable debug mode when defined through package config (20b121f)

v7.4.0-beta.3

12 Aug 15:58

Choose a tag to compare

v7.4.0-beta.3 Pre-release
Pre-release

7.4.0-beta.3 (2021-08-12)

Features

  • errors: add "EnsureInstanceError" (e5aaebf)
  • errors: add "Md5CheckFailedError" (6ca70f0)
  • errors: add "NoSystemBinaryFoundError" (e1206c7)
  • errors: add "StartBinaryFailedError" (83626e0)
  • errors: add "UnableToUnlockLockfileError" (c1d1426)
  • errors: add error "WaitForPrimaryTimeoutError" (db1a3aa)
  • errors: rename "UnknownArchitecture" to "UnknownArchitectureError" (c546ab0)
  • errors: rename "UnknownLockfileStatus" to "UnknownLockfileStatusError" (f0fb208)
  • errors: rename "UnknownPlatform" to "UnknownPlatformError" (2800029)

Style

  • fix some typos "an" -> "a" (ad0a930)

Fixes

  • MongoInstance: closeHandler: also log the exit signal (a9f42ea)
  • MongoInstance: stop: use "this.debug" over "log" (00740ac)
  • MongoInstance: use "shutdown" on all replset members instead of "replSetStepDown" on primary (40af0a0)
  • utils: killProcess: use better logging (aa75e42)

v7.4.0-beta.2

09 Aug 16:09

Choose a tag to compare

v7.4.0-beta.2 Pre-release
Pre-release

7.4.0-beta.2 (2021-08-09)

Features

  • MongoBinaryDownloadUrl: add support for Amazon Distro (a7e14b5), closes #527

Fixes

  • MongoBinaryDownloadUrl: getRhelVersionString: fallback to "70" (55293a1)

Dependencies

  • @types/debug: upgrade to 4.1.7 (557d40c)
  • @types/find-cache-dir: upgrade to version 3.2.1 (5814d48)
  • @types/jest: upgrade to version 26.0.24 (387c4da)
  • @types/mkdirp: upgrade to version 1.0.2 (4f273db)
  • @types/mongodb: upgrade to version 3.6.20 (02aef1a)
  • @types/semver: upgrade to version 7.3.8 (ae728f7)
  • @typescript-eslint/*: upgrade to version 4.29.0 (38b42a9)
  • commitlint: upgrade to version 13.1.0 (8497e9f)
  • eslint: upgrade to 7.32.0 (9202186)
  • husky: upgrade to version 7.0.1 (2b37bda)
  • lint-staged: upgrade to version 11.1.2 (e8d3575)
  • ts-jest: upgrade to version 27.0.4 (377a0d2)

v7.3.6

09 Aug 14:21

Choose a tag to compare

7.3.6 (2021-08-09)

Fixes

  • MongoBinaryDownloadUrl: getRhelVersionString: fallback to "70" (55293a1)

v7.4.0-beta.1

07 Aug 08:36

Choose a tag to compare

v7.4.0-beta.1 Pre-release
Pre-release

7.4.0-beta.1 (2021-08-07)

Features

  • getos: support multiple "id_like" (ce42fad), closes #525

v7.3.5

07 Aug 08:28

Choose a tag to compare

7.3.5 (2021-08-07)

Fixes

  • getos: fix OSRegex "id" & "id_like" including ending quotes (8609c49), closes #525

v7.3.4

27 Jul 14:32

Choose a tag to compare

7.3.4 (2021-07-27)

Fixes

  • MongoInstance: assert "this.mongodProcess.pid" before usage (childprocess pid can be undefined) (394ea3a)
  • MongoInstance: stdoutHandler: try to apply CodeQL suggestions for CWE-730 (e17dc7c)
  • utils: allow optional parameter and test if undefined (childprocess pid can be undefined) (84f59a5)

v7.3.3

27 Jul 13:01

Choose a tag to compare

7.3.3 (2021-07-27)

Fixes

  • MongoBinaryDownload: handle all options from "MongoBinaryOpts" in constructor (5ce583e), closes #514

v7.3.2

24 Jul 11:08

Choose a tag to compare

7.3.2 (2021-07-24)

Fixes

  • MongoBinaryDownload: getDownloadUrl: allow DOWNLOAD_MIRROR to add extra paths (ae7ddab), closes #512

v7.3.1

21 Jul 11:31

Choose a tag to compare

7.3.1 (2021-07-21)

Fixes

  • DryMongoBinary: generateDownloadPath: return sytemBinary if exists (91ab2b0)
  • DryMongoBinary: use provided systembinary (and not ignore it) (bc89da3)