We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343a1d3 commit 9dcd8aaCopy full SHA for 9dcd8aa
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+7.8.1 / 2024-08-19
2
+==================
3
+ * fix(query): handle casting $switch in $expr #14761
4
+ * docs(mongoose): remove out-of-date callback-based example for mongoose.connect() #14811 #14810
5
+
6
7.8.0 / 2024-07-23
7
==================
8
* feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14744 #14742 #14583 #13889
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "7.8.0",
+ "version": "7.8.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments