Skip to content

Commit 783a5de

Browse files
committedJan 6, 2023
chore: release 6.8.3
1 parent 0ccc498 commit 783a5de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
6.8.3 / 2023-01-06
2+
==================
3+
* perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867 [Uzlopak](https://github.com/Uzlopak)
4+
* fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true #12866
5+
* fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution #12836
6+
* fix(types): avoid inferring timestamps if methods, virtuals, or statics set #12871
7+
* fix(types): correctly infer string enums on const arrays #12870 [JavaScriptBach](https://github.com/JavaScriptBach)
8+
* fix(types): allow virtuals to be invoked in the definition of other virtuals #12874 [sffc](https://github.com/sffc)
9+
* fix(types): add type def for Aggregate#model without arguments #12864 [hasezoey](https://github.com/hasezoey)
10+
* docs(discriminators): add section about changing discriminator key #12861
11+
* docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type #12860 #12684
12+
113
6.8.2 / 2022-12-28
214
==================
315
* fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators #12827 #12796

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

0 commit comments

Comments
 (0)
Please sign in to comment.