We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b27bc commit 47ebbd9Copy full SHA for 47ebbd9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.12.0 / 2025-03-03
2
+===================
3
+ * feat: bump mongodb driver to 6.14
4
+ * feat: expose "SchemaTypeOptions" in browser #15277 [hasezoey](https://github.com/hasezoey)
5
+ * docs: update field-level-encryption.md #15272 [dphrag](https://github.com/dphrag)
6
+
7
8.11.0 / 2025-02-26
8
===================
9
* feat(model): make bulkWrite results include MongoDB bulk write errors as well as validation errors #15271 #15265
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.11.0",
+ "version": "8.12.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments