We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9572cbd commit 3169d92Copy full SHA for 3169d92
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.5.4 / 2024-08-23
2
+==================
3
+ * fix: add empty string check for collection name passed #14806 [Shubham2552](https://github.com/Shubham2552)
4
+ * docs(model): add 'throw' as valid strict value for bulkWrite() and add some more clarification on throwOnValidationError #14809
5
+
6
7.8.1 / 2024-08-19
7
==================
8
* fix(query): handle casting $switch in $expr #14761
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.5.3",
+ "version": "8.5.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments