Skip to content

Commit

Permalink
chore: release 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 8, 2024
1 parent bd91b4f commit c4c932a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
8.5.0 / 2024-07-08
==================
* perf: memoize toJSON / toObject default options #14672
* feat(document): add $createModifiedPathsSnapshot(), $restoreModifiedPathsSnapshot(), $clearModifiedPaths() #14699 #14268
* feat(query): make sanitizeProjection prevent projecting in paths deselected in the schema #14691
* feat: allow setting array default value to null #14717 #6691
* feat(mongoose): allow drivers to set global plugins #14682
* feat(connection): bubble up monitorCommands events to Mongoose connection if monitorCommands option set #14681 #14611
* fix(document): ensure post('deleteOne') hooks are called when calling save() after subdoc.deleteOne() #14732 #9885
* fix(query): remove count() and findOneAndRemove() from query chaining #14692 #14689
* fix: remove default connection if setting createInitialConnection to false after Mongoose instance created #14679 #8302
* types(models+query): infer return type from schema for 1-level deep nested paths #14632
* types(connection): make transaction() return type match the executor function #14661 #14656
* docs: fix docs links in index.md [mirasayon](https://github.com/mirasayon)

8.4.5 / 2024-07-05
==================
* types: correct this for validate.validator schematype option #14720 #14696
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.4.5",
"version": "8.5.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c4c932a

Please sign in to comment.