You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***MongoInstance:** try to fix some CodeQL redos ([9fc3a33](https://github.com/nodkz/mongodb-memory-server/commit/9fc3a338326f9e0d3e511aff5794236ba133ac5d))
* upgrade default mongodb binary version to 4.0.27 ([c82e56c](https://github.com/nodkz/mongodb-memory-server/commit/c82e56ce452f6859477f46c321cc6b44ac9e91ba))
115
+
* upgrade mongodb patch version for "-global-*" packages ([01a6ded](https://github.com/nodkz/mongodb-memory-server/commit/01a6deda21ffe8c52e5b7ebbab532ab7ef88583e))
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ And one of those (on Linux):
83
83
84
84
### Configuring which mongod binary to use
85
85
86
-
The default behavior is that version `4.0.25` for your OS will be downloaded. By setting [Environment variables](https://nodkz.github.io/mongodb-memory-server/docs/api/config-options) you are able to specify which version and binary will be downloaded:
86
+
The default behavior is that version `4.0.27` for your OS will be downloaded. By setting [Environment variables](https://nodkz.github.io/mongodb-memory-server/docs/api/config-options) you are able to specify which version and binary will be downloaded:
Copy file name to clipboardExpand all lines: docs/guides/mongodb-server-versions.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,32 @@ There are some exceptions:
21
21
22
22
The versions with a brocken default binary may get deprecated (when possible).
23
23
24
+
For Packages that are named with a version (like `mongodb-memory-server-global-4.2`), the patch version (`0.0.X`) of a binary may be changed with minor (`0.X.0`) releases.
25
+
24
26
:::note
25
27
Starting with MongoDB version 5.0, the default versions for `mongodb-memory-server-core` will only be major `X.0` versions (no `X.X` versions), see [MongoDB Versioning](https://docs.mongodb.com/manual/reference/versioning/#std-label-release-version-numbers).
26
28
:::
27
29
28
-
## Version Table
30
+
## `mongodb-memory-server-core`Version Table
29
31
30
32
|`mongodb-memory-server-core` Version | Default MongoDB Version |
This Section will show all `mongodb-memory-server-global-*` packages that ever existed for this Project, what Version they provide in the latest version and what Branch they will be updated from.
43
+
44
+
If the branch is named like `old/`, then it means that this package will not be updated for new major versions anymore. (Example if the package is in `old/6.x`, then it will not get any updates to 7.0 or higher)
45
+
46
+
| Package Name | Provided MongoDB Version | Current Branch |
0 commit comments