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+
1187.6.8 / 2024-01-08
219==================
320 * perf(schema): remove unnecessary lookahead in numeric subpath check
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 8.0.3 " ,
4+ "version" : " 8.0.4 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments