Skip to content

Commit

Permalink
chore: release 8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 19, 2024
1 parent 4317850 commit efae3ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
8.9.2 / 2024-12-19
==================
* fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
* fix(map): clean modified subpaths when overwriting values in map of subdocs #15114 #15108
* fix(aggregate): pull session from transaction local storage for aggregation cursors #15094 [IchirokuXVI](https://github.com/IchirokuXVI)
* types: correctly handle union types in BufferToBinary and related helpers #15103 #15102 #15057
* types: add UUID to RefType #15115 #15101
* docs: remove link to Mongoose 5.x docs from dropdown #15116
* docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #15113 #15107

8.9.1 / 2024-12-16
==================
* fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
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.9.1",
"version": "8.9.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit efae3ba

Please sign in to comment.