Skip to content

Commit 02f5156

Browse files
committed
docs(mongodb-server-versions): add section for "global-*" packages
1 parent 8e9e560 commit 02f5156

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/guides/mongodb-server-versions.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,24 @@ The versions with a brocken default binary may get deprecated (when possible).
2323

2424
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.
2525

26-
## Version Table
26+
## `mongodb-memory-server-core` Version Table
2727

2828
| `mongodb-memory-server-core` Version | Default MongoDB Version |
2929
| :----------------------------------: | :---------------------: |
3030
| 7.5.x - 7.5.x | 4.0.27 |
3131
| 7.0.x - 7.4.x | 4.0.25 |
3232
| 6.4.x - 6.9.x | 4.0.14 |
3333
| 6.0.x - 6.4.x | 4.0.3 |
34+
35+
## `mongodb-memory-server-global-*` Version Table
36+
37+
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.
38+
39+
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)
40+
41+
| Package Name | Provided MongoDB Version | Current Branch |
42+
| :---------------------------------: | :----------------------: | :------------: |
43+
| `mongodb-memory-server-global-4.4` | 4.4.10 | `master` |
44+
| `mongodb-memory-server-global-4.2` | 4.2.17 | `master` |
45+
| `mongodb-memory-server-global-3.6` | 3.6.23 | `master` |
46+
| `mongodb-memory-server-global-3.4` | 3.4.20 | `old/6.x` |

0 commit comments

Comments
 (0)