We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff75c75 commit 44f391bCopy full SHA for 44f391b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+6.12.4 / 2023-12-27
2
+===================
3
+ * fix: upgrade mongodb driver -> 4.17.2
4
+ * fix(document): avoid treating nested projection as inclusive when applying defaults #14173 #14115
5
+ * fix: account for null values when assigning isNew property #14172 #13883
6
+
7
6.12.3 / 2023-11-07
8
===================
9
* fix(ChangeStream): correctly handle hydrate option when using change stream as stream instead of iterator #14052
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.12.3",
+ "version": "6.12.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments