Skip to content

Releases: typegoose/mongodb-memory-server

v10.2.0-beta.6

17 Jul 12:41
Compare
Choose a tag to compare
v10.2.0-beta.6 Pre-release
Pre-release

10.2.0-beta.6 (2025-07-17)

Fixes

  • MongoBinaryDownload: add tests for httpDownload (bbdad60)

v10.2.0-beta.5

17 Jul 10:35
Compare
Choose a tag to compare
v10.2.0-beta.5 Pre-release
Pre-release

10.2.0-beta.5 (2025-07-17)

Fixes

  • errors: add more properties to "DownloadError" (45007b1), closes #929
  • MongoBinaryDownload::attempDownload: add experimental feature "EXP_RESUME_DOWNLOAD" (185c840)
  • MongoBinaryDownload::download: print full error object to debug logs (b907cb0)

v10.2.0-beta.4

15 Jul 07:25
Compare
Choose a tag to compare
v10.2.0-beta.4 Pre-release
Pre-release

10.2.0-beta.4 (2025-07-15)

Fixes

  • add more retryable status and error codes during downloads (#936) (dc82f62)

v10.2.0-beta.3

14 Jul 13:27
Compare
Choose a tag to compare
v10.2.0-beta.3 Pre-release
Pre-release

10.2.0-beta.3 (2025-07-14)

Fixes

  • add retry logic for downloads with configurable retries and backoff (27c7d71)
  • use DownloadError on max retries exceeded (b90e086)

v10.2.0-beta.2

24 Jun 12:54
Compare
Choose a tag to compare
v10.2.0-beta.2 Pre-release
Pre-release

10.2.0-beta.2 (2025-06-24)

Reverts

  • Revert "deps(mongodb): upgrade to version 6.17.0" (beba000)

v10.2.0-beta.1

24 Jun 11:54
Compare
Choose a tag to compare
v10.2.0-beta.1 Pre-release
Pre-release

10.2.0-beta.1 (2025-06-24)

Features

  • MongoBinaryDownloadUrl: adjust fedora-rhel mapping based on official documentation (4031b74), closes #928
  • MongoBinaryDownloadUrl: support rhel93 binaries (dd66037)

Style

  • utils.test: remove random non-error "ts-expect-error" (873aa6b)

Dependencies

  • debug: upgrade to version 4.4.1 (93b56dd)
  • https-proxy-agent: upgrade to version 7.0.6 (39a3393)
  • mongodb: upgrade to version 6.17.0 (76b6d66)
  • semver: upgrade to version 7.7.2 (b7140b1)
  • tslib: upgrade to version 2.8.1 (a94d970)
  • yauzl: upgrade to version 3.2.0 (25b2619)

Dev-Dependencies

  • @types/jest: upgrade to version 29.5.14 (5d8ae09)
  • @types/semver: upgrade to version 7.7.0 (fed0d70)
  • @types/tar-stream: upgrade to version 3.1.4 (1b2cba4)
  • @types/yazl: upgrade to version 3.3.0 (d946c4a)
  • eslint-plugin-prettier: upgrade to version 5.5.0 (7452a8d)
  • prettier: upgrade to version 3.6.0 (39fe52f)
  • ts-jest: upgrade to version 29.4.0 (600b708)
  • yazl: upgrade to version 3.3.1 (4be97b1)

v10.1.4

20 Feb 10:25
Compare
Choose a tag to compare

10.1.4 (2025-02-20)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912

v10.1.4-beta.1

04 Feb 15:41
Compare
Choose a tag to compare
v10.1.4-beta.1 Pre-release
Pre-release

10.1.4-beta.1 (2025-02-04)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912

v10.1.3

30 Dec 15:02
Compare
Choose a tag to compare

10.1.3 (2024-12-30)

Fixes

  • DryMongoBinary::getPath: always absoluteize System_Binary path (c0975c3)
  • MongoBinary::getPath: check that "stdout" actually exists (613e670), closes #742 #issuecomment-2528284865
  • MongoBinary: dont execute systembinary "--version" cmd if version check is false (03c8412)

v10.1.3-beta.1

09 Dec 15:46
Compare
Choose a tag to compare
v10.1.3-beta.1 Pre-release
Pre-release

10.1.3-beta.1 (2024-12-09)

Fixes

  • DryMongoBinary::getPath: always absoluteize System_Binary path (c0975c3)
  • MongoBinary::getPath: check that "stdout" actually exists (613e670), closes #742 #issuecomment-2528284865
  • MongoBinary: dont execute systembinary "--version" cmd if version check is false (03c8412)