Skip to content

Commit efae3ba

Browse files
committed
chore: release 8.9.2
1 parent 4317850 commit efae3ba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.9.2 / 2024-12-19
2+
==================
3+
* fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
4+
* fix(map): clean modified subpaths when overwriting values in map of subdocs #15114 #15108
5+
* fix(aggregate): pull session from transaction local storage for aggregation cursors #15094 [IchirokuXVI](https://github.com/IchirokuXVI)
6+
* types: correctly handle union types in BufferToBinary and related helpers #15103 #15102 #15057
7+
* types: add UUID to RefType #15115 #15101
8+
* docs: remove link to Mongoose 5.x docs from dropdown #15116
9+
* docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #15113 #15107
10+
111
8.9.1 / 2024-12-16
212
==================
313
* fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812

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

0 commit comments

Comments
 (0)