Skip to content

Commit

Permalink
chore: release 8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 30, 2024
1 parent e6918a4 commit 986f5eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
8.5.2 / 2024-07-30
==================
* perf(clone): avoid further unnecessary checks if cloning a primitive value #14762 #14394
* fix: allow setting document array default to null #14769 #14717 #6691
* fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage #14744 #14736
* fix(model+document): avoid depopulating manually populated doc as getter value #14760 #14759
* fix: correct shardkey access in buildBulkWriteOps #14753 #14752 [adf0nt3s](https://github.com/adf0nt3s)
* fix(query): handle casting $switch in $expr #14755 #14751
* types: allow calling SchemaType.cast() without parent and init parameters #14756 #14748 #9076
* docs: fix a wrong example in v6 migration guide #14758 [abdelrahman-elkady](https://github.com/abdelrahman-elkady)

8.5.1 / 2024-07-12
==================
* perf(model): performance improvements for insertMany() #14724
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.5.1",
"version": "8.5.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 986f5eb

Please sign in to comment.