We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec74347 commit eb34bd3Copy full SHA for eb34bd3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+6.12.0 / 2023-08-24
2
+===================
3
+ * feat: use mongodb driver v4.17.1
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.11.6 / 2023-08-21
8
===================
9
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13701 #13684 [JavaScriptBach](https://github.com/JavaScriptBach)
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.11.6",
+ "version": "6.12.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments