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 7f00685 commit 0c5f56fCopy full SHA for 0c5f56f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.15.1 / 2025-05-26
2
+===================
3
+ * types: correct handling of _id in ProjectionType #15432 #15418
4
+ * types: fix definition of VectorSearch.$vectorSearch #15429 [chriskrycho](https://github.com/chriskrycho)
5
+ * docs: add Document#save to list of function with callbacks removed #15433 [SethFalco](https://github.com/SethFalco)
6
+
7
8.15.0 / 2025-05-16
8
===================
9
* feat: CSFLE support #15390 [baileympearson](https://github.com/baileympearson)
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.15.0",
+ "version": "8.15.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments