Skip to content

Commit e0751d7

Browse files
release: v7.0.0-beta.29
1 parent 75d805f commit e0751d7

File tree

7 files changed

+38
-11
lines changed

7 files changed

+38
-11
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [7.0.0-beta.29](https://github.com/nodkz/mongodb-memory-server/compare/v7.0.0-beta.28...v7.0.0-beta.29) (2021-03-12)
2+
3+
4+
### Features
5+
6+
* **utils:** uriTemplate: allow "port" to be undefined so that "host" can be an list of hosts ([e101162](https://github.com/nodkz/mongodb-memory-server/commit/e101162c2ca870ed34d420b2b7a8fa5cc47bb5db))
7+
8+
9+
### Fixes
10+
11+
* **MongoInstance:** remove interface "MongoInstanceOpts" in favor of "MongoMemoryInstanceProp" ([7efb4ff](https://github.com/nodkz/mongodb-memory-server/commit/7efb4ffe19ae676de4f69be283ac6a51f04c49c2))
12+
* **MongoMemoryReplSet:** dont generate an "otherDb" if "othereDb" is false ([63497c0](https://github.com/nodkz/mongodb-memory-server/commit/63497c0ae4d8a67cfcab36beb8727a02eae7711e))
13+
* **MongoMemoryReplSet:** getUri: loop over less arrays ([dec9bac](https://github.com/nodkz/mongodb-memory-server/commit/dec9bac889e334317f872d51109c27e268ae58c8))
14+
* **MongoMemoryReplSet:** getUri: use "uriTemplate" instead of re-doing ([c6c9321](https://github.com/nodkz/mongodb-memory-server/commit/c6c9321cdcd55b4f305280b4f5783513200870ff))
15+
* **MongoMemoryServer:** dont trigger "otherDb" if "otherDbName" is false ([ffb096d](https://github.com/nodkz/mongodb-memory-server/commit/ffb096dd3530fb4fb98d8660e1c0fc88f645a66e))
16+
17+
18+
### Style
19+
20+
* **MongoInstance:** move comment into tsdoc ([d749abb](https://github.com/nodkz/mongodb-memory-server/commit/d749abbd756436c2eff7cdca80622531557992bb))
21+
* **MongoInstance:** remove "null" from "port" ([75d805f](https://github.com/nodkz/mongodb-memory-server/commit/75d805f1472e570bc1a081a7593ad94cc2b1fe5d))
22+
* **MongoInstance:** rename interface to have an better name ([60858b1](https://github.com/nodkz/mongodb-memory-server/commit/60858b10264389605cd698d87d95fff79edd0033))
23+
* **MongoInstance:** rename interface to have an better name ([916aa11](https://github.com/nodkz/mongodb-memory-server/commit/916aa1127ff22b5b52bebfec75c899b351c2799c))
24+
* **MongoMemoryReplSet:** add tsdoc to "initAllServers" ([ba46aee](https://github.com/nodkz/mongodb-memory-server/commit/ba46aee6efbff6228279d60e0ac260214b2ea331))
25+
* **MongoMemoryServer:** change "StartupInstanceData" to depend on "MongoMemoryInstanceOpts" ([26af098](https://github.com/nodkz/mongodb-memory-server/commit/26af098e25707aff1976eb7ba06a9aa6fa8b6514))
26+
* **MongoMemoryServer:** inherit type instead of redefining ([eb41f81](https://github.com/nodkz/mongodb-memory-server/commit/eb41f8112e40a810b6c675b89083db737be7b458))
27+
128
## [7.0.0-beta.28](https://github.com/nodkz/mongodb-memory-server/compare/v7.0.0-beta.27...v7.0.0-beta.28) (2021-03-10)
229

330

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-core",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "lib/index",
66
"types": "lib/index.d.ts",

packages/mongodb-memory-server-global-3.6/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-3.6",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"mongodb_version": "3.6.20",
55
"description": "MongoDB Server for testing (auto-download 3.6 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"mongomem"
2626
],
2727
"dependencies": {
28-
"mongodb-memory-server-core": "7.0.0-beta.28",
28+
"mongodb-memory-server-core": "7.0.0-beta.29",
2929
"tslib": "^2.0.3"
3030
},
3131
"scripts": {

packages/mongodb-memory-server-global-4.2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.2",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"mongodb_version": "4.2.10",
55
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"mongomem"
2626
],
2727
"dependencies": {
28-
"mongodb-memory-server-core": "7.0.0-beta.28",
28+
"mongodb-memory-server-core": "7.0.0-beta.29",
2929
"tslib": "^2.0.3"
3030
},
3131
"scripts": {

packages/mongodb-memory-server-global-4.4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.4",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"mongodb_version": "4.4.1",
55
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"mongomem"
2626
],
2727
"dependencies": {
28-
"mongodb-memory-server-core": "7.0.0-beta.28",
28+
"mongodb-memory-server-core": "7.0.0-beta.29",
2929
"tslib": "^2.0.3"
3030
},
3131
"scripts": {

packages/mongodb-memory-server-global/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -24,7 +24,7 @@
2424
"mongomem"
2525
],
2626
"dependencies": {
27-
"mongodb-memory-server-core": "7.0.0-beta.28",
27+
"mongodb-memory-server-core": "7.0.0-beta.29",
2828
"tslib": "^2.0.3"
2929
},
3030
"scripts": {

packages/mongodb-memory-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server",
3-
"version": "7.0.0-beta.28",
3+
"version": "7.0.0-beta.29",
44
"description": "MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -24,7 +24,7 @@
2424
"mongomem"
2525
],
2626
"dependencies": {
27-
"mongodb-memory-server-core": "7.0.0-beta.28",
27+
"mongodb-memory-server-core": "7.0.0-beta.29",
2828
"tslib": "^2.0.3"
2929
},
3030
"scripts": {

0 commit comments

Comments
 (0)