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
Copy file name to clipboardExpand all lines: docs/version-support.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Version Support
2
2
3
-
Mongoose 7.x (released February 27, 2023) is the current Mongoose major version.
3
+
Mongoose 8.x (released October 31, 2023) is the current Mongoose major version.
4
+
We ship all new bug fixes and features to 8.x.
5
+
6
+
## Mongoose 7
7
+
8
+
Mongoose 7.x (released February 27, 2023) is currently in legacy support.
4
9
We ship all new bug fixes and features to 7.x.
5
10
6
11
## Mongoose 6
@@ -14,14 +19,15 @@ We are **not** actively backporting any new features from Mongoose 7 into Mongoo
14
19
Until August 24, 2023, we will backport requested features into Mongoose 6; please open a [feature request on GitHub](https://github.com/Automattic/mongoose/issues/new?assignees=&labels=enhancement%2Cnew+feature&template=feature.yml) to request backporting a feature into Mongoose 6.
15
20
After August 24, 2023, we will not backport any new features into Mongoose 6.
16
21
17
-
We do not currently have a formal end of life (EOL) date for Mongoose 6.
18
-
However, we will not end support for Mongoose 6 until at least January 1, 2024.
22
+
Mongoose 6.x end of life (EOL) is January 1, 2025.
23
+
Mongoose 6.x will no longer receive any updates, security or otherwise, after that date.
19
24
20
25
## Mongoose 5
21
26
22
27
Mongoose 5.x (released January 17, 2018) is currently only receiving security fixes and requested bug fixes.
23
28
Please open a [bug report on GitHub](https://github.com/Automattic/mongoose/issues/new?assignees=&labels=&template=bug.yml) to request backporting a fix to Mongoose 5.
24
29
We will **not** backport any new features from Mongoose 6 or Mongoose 7 into Mongoose 5.
30
+
This includes support for newer versions of MongoDB: we do not intend to add support for MongoDB 5 or higher to Mongoose 5.x.
25
31
26
32
Mongoose 5.x end of life (EOL) is March 1, 2024.
27
33
Mongoose 5.x will no longer receive any updates, security or otherwise, after that date.
0 commit comments