Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v8.11.1
8.11.1 (2023-01-13)
Fixes
- MongoMemoryReplSet: pass-through option "launchTimeout" correctly (575f07a)
v8.11.0
8.11.0 (2023-01-06)
Features
Fixes
- MongoBinaryDownloadUrl::getRhelVersionString: add warning for unhandled rhel versions (ad71f21)
- MongoBinaryDownloadUrl::getRhelVersionString: refactor to better compare versions (6a38d17), closes #726
Style
- MongoBinaryDownload: add status code to "status is not 200" error (ad304ee), closes #720
- MongoBinaryDownload: rename error variables from "e" to "err" (f7d811e)
- MongoBinaryDownloadUrl: update tsdoc comments (4af629c)
- MongoMemoryReplSet: rename error variables from "e" to "err" (57d034d)
Dependencies
- @google/semantic-release-replace-plugin: upgrade to version 1.2.0 (28f13d8)
- @typescript-eslint/*: upgrade to version 5.48.0 (7a919ab)
- eslint: upgrade to version 8.31.0 (16e5a8a)
- eslint-config-prettier: upgrade to version 8.6.0 (83d0ca9)
- mongodb: change "~" to "^" again (605614d)
- mongodb: upgrade to version 4.13.0 (dfbccc3)
- prettier: upgrade to version 2.8.1 (14e3e7d)
- uuid: upgrade to version 9.0.0 (1f32d9c)
v8.10.2
8.10.2 (2022-12-11)
Fixes
- MongoBinaryDownload::httpDownload: update 403 error message links (b9307bd)
v8.10.1
8.10.1 (2022-11-25)
Fixes
- MongoInstance: move getting / downloading the binary before creating the launchTimeout (619d1fa), closes #719
v8.10.0
8.10.0 (2022-11-09)
Features
- MongoBinaryDownloadUrl: support native macos arm64 binaries for 6.0.0 and up (9b0dfb1), closes #714
Dependencies
- @types/jest: upgrade to version 28.1.8 (7eaaeb1)
- @types/semver: upgrade to version 7.3.13 (aa5ca3b)
- @typescript-eslint/*: upgrade to version 5.42.1 (038b07e)
- doctoc: upgrade to version 2.2.1 (3c1deb9)
- eslint: upgrade to version 8.27.0 (31fece5)
- mongodb: upgrade to version 4.11.0 (999bc2c)
- semver: upgrade to version 7.3.8 (9e09446)
- tslib: upgrade to version 2.4.1 (5524cf6)
v8.9.5
8.9.5 (2022-10-31)
Fixes
- MongoMemoryServer: pass-through option "launchTimeout" correctly (6ffe62a), closes #710
v8.9.4
8.9.4 (2022-10-28)
Fixes
- MongoInstance: add a timeout for the "launch" promise (f822856), closes #710
v8.9.3
8.9.3 (2022-09-25)
Style
- MongoMemoryReplSet: update log to more current implementation (256d65b)
- MongoMemoryServer.test: remove unused "ts-expect-error" directive (5020be8)
Fixes
- MongoMemoryReplSet: fix creating auth regardless of "enableAuth" (78d5aee)
- MongoMemoryServer: dont set "extraConnectionOptions" when auth-object is disabled (80d6fe1)
v8.9.2
8.9.2 (2022-09-15)
Fixes
- errors::UnexpectedCloseError: add Error (ce6462e)
- errors::UnexpectedCloseError: add extra message on SIGILL (2c54e1f), closes #693 #692 #687
- MongoInstance::closeHandler: emit "instanceError" on non-0 (or non-12) code (fbd0747), closes #693
Style
- MongoInstance: change a arrow function to a named function for debugging (704bc64)
- MongoInstance::closeHandler: add note that "instanceError" gets emitted on signal (c01fec7)
- MongoInstance::closeHandler: correct parameter types to include "null" (e052aa1)
v8.9.1
8.9.1 (2022-09-01)
Fixes
- MongoInstance::checkErrorInLine: handle json output of error "DBException in initAndListen" (2131df2)