Skip to content

Commit 10a3aed

Browse files
committed
chore: release 8.8.0
1 parent 326f9ab commit 10a3aed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
8.8.0 / 2024-10-31
2+
==================
3+
* feat: upgrade mongodb -> ~6.10 #14991 #14877
4+
* feat(query): add schemaLevelProjections option to query to disable schema-level select: false #14986 #11474
5+
* feat: allow defining virtuals on arrays, not just array elements #14955 #2326
6+
* feat(model): add applyTimestamps() function to apply all schema timestamps, including subdocuments, to a given POJO #14943 #14698
7+
* feat(model): add hideIndexes option to syncIndexes() and cleanIndexes() #14987 #14868
8+
* fix(query): make sanitizeFilter disable implicit $in #14985 #14657
9+
* fix(model): avoid unhandled error if createIndex() throws a sync error #14995
10+
* fix(model): avoid throwing TypeError if bulkSave()'s bulkWrite() fails with a non-BulkWriteError #14993
11+
* types: added toJSON:flattenObjectIds effect #14989
12+
* types: add `__v` to lean() result type and ModifyResult #14990 #12959
13+
* types: use globalThis instead of global for NativeDate #14992 #14988
14+
* docs(change-streams): fix markdown syntax highlighting for script output example #14994
15+
16+
117
8.7.3 / 2024-10-25
218
==================
319
* fix(cursor): close underlying query cursor when calling destroy() #14982 #14966

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.7.3",
4+
"version": "8.8.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)