Skip to content

Releases: typegoose/mongodb-memory-server

v10.2.3

07 Oct 11:19

Choose a tag to compare

10.2.3 (2025-10-07)

Fixes

  • enable npm provenance publishing (6ec4d55)

Style

  • DryMongoBinary: fix "platform" using "version" type (#949) (efc8460)

v10.2.2

04 Oct 10:23

Choose a tag to compare

10.2.2 (2025-10-04)

Fixes

  • getos: allow os-release id's with dashes (a5626a6), closes #948

Refactor

  • getos: move function from utils to getos only used there (7d07e96)

v10.2.1

15 Sep 17:16

Choose a tag to compare

10.2.1 (2025-09-15)

Fixes

  • MongoBinaryDownloadUrl: add "cachyos" as arch-like (b32b3d2), closes #947
  • MongoBinaryDownloadUrl: use "rhel90" before mongodb 8.0.0 (7cc91e6), closes #942 #941

v10.2.1-beta.2

15 Sep 10:17

Choose a tag to compare

v10.2.1-beta.2 Pre-release
Pre-release

10.2.1-beta.2 (2025-09-15)

Fixes

  • MongoBinaryDownloadUrl: add "cachyos" as arch-like (b32b3d2), closes #947

v10.2.1-beta.1

06 Sep 13:57

Choose a tag to compare

v10.2.1-beta.1 Pre-release
Pre-release

10.2.1-beta.1 (2025-09-06)

Fixes

  • MongoBinaryDownloadUrl: use "rhel90" before mongodb 8.0.0 (7cc91e6), closes #942 #941

v10.2.0

02 Aug 11:27

Choose a tag to compare

10.2.0 (2025-08-02)

Features

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

Fixes

  • add more retryable status and error codes during downloads (#936) (dc82f62)
  • add retry logic for downloads with configurable retries and backoff (27c7d71)
  • 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)
  • MongoBinaryDownload: add tests for httpDownload (bbdad60)
  • use DownloadError on max retries exceeded (b90e086)

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)
  • 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.2.0-beta.6

17 Jul 12:41

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

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

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

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)