Skip to content

Commit ebf7d07

Browse files
committed
chore: release 8.1.0
1 parent 3165a97 commit ebf7d07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.1.0 / 2024-01-16
2+
==================
3+
* feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
4+
* feat: add Atlas search index helpers to Models and Schemas #14251 #14232
5+
* feat(connection): add listCollections() helper to connections #14257
6+
* feat(schematype): merge rather than overwrite default schematype validators #14124 #14070
7+
* feat(types): support type hints in InferSchemaType #14008 [JavaScriptBach](https://github.com/JavaScriptBach)
8+
19
8.0.4 / 2024-01-08
210
==================
311
* fix(update): set CastError path to full path if casting update fails #14161 #14114

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.0.4",
4+
"version": "8.1.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)