Skip to content

Commit 1972f7f

Browse files
committed
chore: release 8.5.1
1 parent 70e8e19 commit 1972f7f

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.5.1 / 2024-07-12
2+
==================
3+
* perf(model): performance improvements for insertMany() #14724
4+
* fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
5+
* fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
6+
* types: make _id required on Document type #14735 #14660
7+
* types: fix ChangeStream.close to return a Promise<void> like the driver #14740 [orgads](https://github.com/orgads)
8+
19
8.5.0 / 2024-07-08
210
==================
311
* perf: memoize toJSON / toObject default options #14672

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.5.0",
4+
"version": "8.5.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)