Skip to content

Commit ec4191e

Browse files
committed
chore: release 8.0.4
1 parent 3bc4482 commit ec4191e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
7.6.8 / 2024-01-08
219
==================
320
* perf(schema): remove unnecessary lookahead in numeric subpath check

package.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "8.0.4",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)