Skip to content

Commit 136cab5

Browse files
committed
chore: release 8.7.0
1 parent 49b0339 commit 136cab5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.7.0 / 2024-09-27
2+
==================
3+
* feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
4+
* feat: upgrade mongodb -> 6.9.0 #14914
5+
* feat(query): cast $rename to string #14887 #3027
6+
* feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389
7+
* fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763
8+
* fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727
9+
* fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635
10+
* types: make __v a number, only set __v on top-level documents #14892
11+
112
8.6.4 / 2024-09-26
213
==================
314
* fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897

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

0 commit comments

Comments
 (0)