Skip to content

Commit 986f5eb

Browse files
committed
chore: release 8.5.2
1 parent e6918a4 commit 986f5eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.5.2 / 2024-07-30
2+
==================
3+
* perf(clone): avoid further unnecessary checks if cloning a primitive value #14762 #14394
4+
* fix: allow setting document array default to null #14769 #14717 #6691
5+
* fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage #14744 #14736
6+
* fix(model+document): avoid depopulating manually populated doc as getter value #14760 #14759
7+
* fix: correct shardkey access in buildBulkWriteOps #14753 #14752 [adf0nt3s](https://github.com/adf0nt3s)
8+
* fix(query): handle casting $switch in $expr #14755 #14751
9+
* types: allow calling SchemaType.cast() without parent and init parameters #14756 #14748 #9076
10+
* docs: fix a wrong example in v6 migration guide #14758 [abdelrahman-elkady](https://github.com/abdelrahman-elkady)
11+
112
8.5.1 / 2024-07-12
213
==================
314
* perf(model): performance improvements for insertMany() #14724

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

0 commit comments

Comments
 (0)