Skip to content

Commit a9870e8

Browse files
release: v11.0.1
1 parent 72433ca commit a9870e8

File tree

7 files changed

+36
-18
lines changed

7 files changed

+36
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.0.1](https://github.com/typegoose/mongodb-memory-server/compare/v11.0.0...v11.0.1) (2025-12-23)
2+
3+
### Fixes
4+
5+
* **MongoBinaryDownload:** use "http" module for "USE_HTTP" requests ([9c967f3](https://github.com/typegoose/mongodb-memory-server/commit/9c967f3018f1d8ba91102cd7efb74397e642b1c7)), closes [#962](https://github.com/typegoose/mongodb-memory-server/issues/962)
6+
17
## [11.0.0](https://github.com/typegoose/mongodb-memory-server/compare/v10.4.1...v11.0.0) (2025-12-15)
28

39
### ⚠ BREAKING CHANGES

package-lock.json

Lines changed: 21 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "11.0.0",
3+
"version": "11.0.1",
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-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": "11.0.0",
3+
"version": "11.0.1",
44
"mongodb_version": "4.2.25",
55
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "11.0.0",
32+
"mongodb-memory-server-core": "11.0.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"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": "11.0.0",
3+
"version": "11.0.1",
44
"mongodb_version": "4.4.29",
55
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "11.0.0",
32+
"mongodb-memory-server-core": "11.0.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"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": "11.0.0",
3+
"version": "11.0.1",
44
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "11.0.0",
31+
"mongodb-memory-server-core": "11.0.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"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": "11.0.0",
3+
"version": "11.0.1",
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",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "11.0.0",
31+
"mongodb-memory-server-core": "11.0.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)