Skip to content

Commit bfccde3

Browse files
release: v7.0.0-beta.16
1 parent cf14aa5 commit bfccde3

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.16](https://github.com/nodkz/mongodb-memory-server/compare/v7.0.0-beta.15...v7.0.0-beta.16) (2021-02-19)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **getos:** All "USE*" and "SKIP*" Environment Variables got removed in favor of an better handling
7+
8+
### Features
9+
10+
* **getos:** remove all "USE*" and "SKIP*" environment variables ([e389c3e](https://github.com/nodkz/mongodb-memory-server/commit/e389c3e68715f38e9012a7a758dd1dbaad38a3e6))
11+
* **getos:** simplify reading an release file ([e5e6521](https://github.com/nodkz/mongodb-memory-server/commit/e5e6521eb339e54de481c532062dd143bfb33a61))
12+
* **MongoBinaryDownloadUrl:** add support for "arch/manjaro" (ubuntu workaround) ([21449d6](https://github.com/nodkz/mongodb-memory-server/commit/21449d64e53204cb60b43451be5ed551420a0af3))
13+
* **MongoBinaryDownloadUrl:** refactor getUbuntuVersionString ([fc08c25](https://github.com/nodkz/mongodb-memory-server/commit/fc08c25d95964cffd6eee83037d60b228c38e2a4))
14+
* **MongoBinaryDownloadUrl:** remove function "getMintVersionString" ([d66e28a](https://github.com/nodkz/mongodb-memory-server/commit/d66e28ade0eeeaf3bc9b8bcc276c9e560920d439))
15+
16+
17+
### Fixes
18+
19+
* **getos:** add lsb-release file pattern to regex ([0cc7dd5](https://github.com/nodkz/mongodb-memory-server/commit/0cc7dd5e8e05b223a7ed3231b36f5dd46efe0364))
20+
* **getos:** add tests for "parseOS" and "parseLSB" ([6cdf482](https://github.com/nodkz/mongodb-memory-server/commit/6cdf4823341446c4b7c2f1ed2b97c03992ca29ea))
21+
* **getos:** tryFirstReleaseFile: simplify file match ([7a46fac](https://github.com/nodkz/mongodb-memory-server/commit/7a46fac70f3a1c8b398d4c9d6bc07499a84f7343))
22+
23+
24+
### Refactor
25+
26+
* **MongoBinaryDownloadUrl:** add helper function for regex de-duplication ([3d96e5e](https://github.com/nodkz/mongodb-memory-server/commit/3d96e5effbb0fced5c408633623fb8d360659494))
27+
128
## [7.0.0-beta.15](https://github.com/nodkz/mongodb-memory-server/compare/v7.0.0-beta.14...v7.0.0-beta.15) (2021-02-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.15",
3+
"version": "7.0.0-beta.16",
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.15",
3+
"version": "7.0.0-beta.16",
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.15"
28+
"mongodb-memory-server-core": "7.0.0-beta.16"
2929
},
3030
"scripts": {
3131
"postinstall": "node ./postinstall.js"

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.15",
3+
"version": "7.0.0-beta.16",
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.15"
28+
"mongodb-memory-server-core": "7.0.0-beta.16"
2929
},
3030
"scripts": {
3131
"postinstall": "node ./postinstall.js"

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.15",
3+
"version": "7.0.0-beta.16",
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.15"
28+
"mongodb-memory-server-core": "7.0.0-beta.16"
2929
},
3030
"scripts": {
3131
"postinstall": "node ./postinstall.js"

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.15",
3+
"version": "7.0.0-beta.16",
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.15"
27+
"mongodb-memory-server-core": "7.0.0-beta.16"
2828
},
2929
"scripts": {
3030
"postinstall": "node ./postinstall.js"

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.15",
3+
"version": "7.0.0-beta.16",
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.15"
27+
"mongodb-memory-server-core": "7.0.0-beta.16"
2828
},
2929
"scripts": {
3030
"postinstall": "node ./postinstall.js"

0 commit comments

Comments
 (0)