Skip to content

Commit 8123ef3

Browse files
committed
chore: release 6.8.4
1 parent 8b99ca7 commit 8123ef3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.8.4 / 2023-01-17
2+
==================
3+
* fix(collection): handle creating model when connection disconnected with bufferCommands = false #12889
4+
* fix(populate): merge instead of overwrite when match is on _id #12891
5+
* fix: add guard to stop loadClass copying Document if Document is used as base of loaded class (same hack as implemented for Model already) #12820 [sgpinkus](https://github.com/sgpinkus)
6+
* fix(types): correctly infer types on document arrays #12884 #12882 [JavaScriptBach](https://github.com/JavaScriptBach)
7+
* fix(types): added omit for ArraySubdocument type in LeanType declaration #12903 [piyushk96](https://github.com/piyushk96)
8+
* fix(types): add returnDocument type safety #12906 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
9+
* docs(typescript): add notes about virtual context to Mongoose 6 migration and TypeScript virtuals docs #12912 #12806
10+
* docs(schematypes): removed dead link and fixed formatting #12897 #12885 [lpizzinidev](https://github.com/lpizzinidev)
11+
* docs: fix link to lean api #12910 [manniL](https://github.com/manniL)
12+
* docs: list all possible strings for schema.pre in one place #12868
13+
* docs: add list of known incompatible npm packages #12892 [IslandRhythms](https://github.com/IslandRhythms)
14+
115
6.8.3 / 2023-01-06
216
==================
317
* perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867 [Uzlopak](https://github.com/Uzlopak)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.8.3",
4+
"version": "6.8.4",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)