File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
8.5.1 / 2024-07-12
2
13
==================
3
14
* perf(model): performance improvements for insertMany() #14724
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.5.1 " ,
4
+ "version" : " 8.5.2 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments