We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c2ad0 commit e12ae3fCopy full SHA for e12ae3f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+7.4.5 / 2023-08-25
2
+==================
3
+ * fix(debug): avoid putting virtuals and getters in debug output #13778
4
+ * fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
5
+ * fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
6
+
7
6.12.0 / 2023-08-24
8
===================
9
* feat: use mongodb driver v4.17.1
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "7.4.4",
+ "version": "7.4.5",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments