File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.0.4 / 2024-01-08
2
+ ==================
3
+ * fix(update): set CastError path to full path if casting update fails #14161 #14114
4
+ * fix: cast error when there is an elemMatch in the and clause #14171 [ tosaka-n] ( https://github.com/tosaka-n )
5
+ * fix: allow defining index on base model that applies to all discriminators #14176 [ peplin] ( https://github.com/peplin )
6
+ * fix(model): deep clone bulkWrite() updateOne arguments to avoid mutating documents in update #14197 #14164
7
+ * fix(populate): handle deselecting _ id with array of fields in populate() #14242 #14231
8
+ * types(model+query): use stricter typings for updateX(), replaceOne(),deleteX() Model functions #14228 #14204
9
+ * types: fix return types for findByIdAndDelete overrides #14196 #14190
10
+ * types(schema): add missing omit() method #14235 [ amitbeck] ( https://github.com/amitbeck )
11
+ * types(model): add missing strict property to bulkWrite() top level options #14239
12
+ * docs(compatibility): add note that Mongoose 5.13 is fully compatible with MongoDB server 5 #14230 #14149
13
+ * docs: add shared schemas guide #14211
14
+ * docs: update TLS/SSL guide for Mongoose v8 - MongoDB v6 driver deprecations #14170 [ andylwelch] ( https://github.com/andylwelch )
15
+ * docs: update findOneAndUpdate tutorial to use includeResultMetadata #14208 #14207
16
+ * docs: clarify disabling _ id on subdocs #14195 #14194
17
+
1
18
7.6.8 / 2024-01-08
2
19
==================
3
20
* perf(schema): remove unnecessary lookahead in numeric subpath check
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.0.3 " ,
4
+ "version" : " 8.0.4 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments