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 0aac16a commit 9e11102Copy full SHA for 9e11102
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.16.3 / 2025-07-10
2
+===================
3
+ * fix(document): clean modified subpaths if unsetting map #15520 #15519
4
+ * fix: make DocumentArray SchemaType pass all options to embedded SchemaType #15523
5
+ * types: support readonly array in query.select #15527 [omermizr](https://github.com/omermizr)
6
+
7
8.16.2 / 2025-07-07
8
===================
9
* fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #15498 #15494
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.16.2",
+ "version": "8.16.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments