Releases: typegoose/mongodb-memory-server
Releases · typegoose/mongodb-memory-server
v6.4.0
19 Mar 19:52
Compare
Sorry, something went wrong.
No results found
6.4.0 (2020-03-19)
Bug Fixes
Features
add try/catch for reinit of repl set (ab7f5f6 )
v6.3.3
11 Mar 15:15
Compare
Sorry, something went wrong.
No results found
6.3.3 (2020-03-11)
Bug Fixes
v6.3.2
03 Mar 19:31
Compare
Sorry, something went wrong.
No results found
6.3.2 (2020-03-03)
Bug Fixes
MongoBinaryDownload: handle Status Codes other than 200 (#273 ) (3d68233 ), closes #226
v6.3.1
28 Feb 20:38
Compare
Sorry, something went wrong.
No results found
6.3.1 (2020-02-28)
Add counter to replset spinup logging
remove this.admin in MongoMemoryReplSet because it was not used outside of one function
Note: Version bump only for package lerna-monorepo
v6.3.0
28 Feb 06:14
Compare
Sorry, something went wrong.
No results found
6.3.0 (2020-02-28)
Features
rewrite Logging via debug package under DEBUG=MongoMS:* or MONGOMS_DEBUG=1 keys (#270 ) (f2885c0 )
v6.2.4
27 Jan 04:39
Compare
Sorry, something went wrong.
No results found
6.2.4 (2020-01-27)
Bug Fixes
v6.2.3
20 Jan 11:29
Compare
Sorry, something went wrong.
No results found
6.2.3 (2020-01-20)
Bug Fixes
change import for tmp package (4477b9b )
v6.2.2
15 Jan 05:54
Compare
Sorry, something went wrong.
No results found
6.2.2 (2020-01-15)
Bug Fixes
add TSDoc to MongoInstance; code refactoring (#261 ) (6865520 )
v6.2.1
30 Dec 07:14
Compare
Sorry, something went wrong.
No results found
6.2.1 (2019-12-30)
Bug Fixes
ArchLinux: Warn because of no official mongodb binary
Alpine: Warn because of no official mongodb binary
Standardize more Environments Variables
Download would fail if archive size would be over 1000000 bytes
Changes
Added TSDoc to MongoBinaryDownload
Added TSDoc to MongoBinaryDownloadUrl
Improved some Errors
Changed FileSystem-Sync operations to Async operations
De-duplicated some environment variable code (envToBool)
closes #248 #255
v6.2.0
26 Dec 09:46
Compare
Sorry, something went wrong.
No results found
6.2.0 (2019-12-26)
Features
add static async MongoMemoryServer.create();
improve Example code
add TSDoc to MongoMemoryServer
(tnx @hasezoey ) (a2b0fc4 ),
closes #211
closes #184