Skip to content

Releases: typegoose/mongodb-memory-server

v5.0.1

10 Apr 18:33

Choose a tag to compare

5.0.1 (2019-04-10)

Note: Version bump only for package lerna-monorepo

v4.2.2

08 Apr 07:25

Choose a tag to compare

4.2.2 (2019-04-08)

Bug Fixes

  • make mongodb dependency optional. Will throw error if package not installed only if used with ReplicaSet class. (9125a4c)

v4.2.1

14 Mar 09:56

Choose a tag to compare

4.2.1 (2019-03-14)

Bug Fixes

  • MongoMemoryReplSet: use correct import for EventEmitter (7c569b7), closes #157

v4.2.0

13 Mar 17:27

Choose a tag to compare

4.2.0 (2019-03-13)

Features

  • ReplicaSet: set electionTimeoutMillis to 500ms instead of 10s as default value (d21fe68)

v4.1.3

13 Mar 16:33

Choose a tag to compare

4.1.3 (2019-03-13)

Bug Fixes

  • build: disable flow definitions while be ready flowgen package (c8f115b)

v4.1.2

13 Mar 12:59

Choose a tag to compare

4.1.2 (2019-03-13)

Bug Fixes

  • MongoMemoryServer: rename getInstanceData() to ensureInstance(). Replace isRunning() on getInstanceInfo() sync method. (bcb1904), closes #152

v4.1.1

13 Mar 12:27

Choose a tag to compare

4.1.1 (2019-03-13)

Bug Fixes

  • build: add mongo_killer.js to the package (5629c17), closes #151

v4.1.0

12 Mar 16:43

Choose a tag to compare

4.1.0 (2019-03-12)

Bug Fixes

  • debug: improve debug messages for kill() command (4ef80d5), closes #151

Features

  • MongoMemoryServer: add isRunning() method (b8e4d23), closes #152

v4.0.2

11 Mar 07:09

Choose a tag to compare

4.0.2 (2019-03-11)

Bug Fixes

  • Flowtype: make proper definition files via updated flowgen (d5b9e01)

v4.0.1

09 Mar 19:09

Choose a tag to compare

4.0.1 (2019-03-09)

Bug Fixes

  • MongoInstance: display debug logs only if they were requested (803750a)