File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.8.2 / 2022-12-28
2
+ ==================
3
+ * fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators #12827 #12796
4
+ * fix(model): respect discriminators with Model.validate() #12824 #12621
5
+ * fix(query): fix unexpected validation error when doing findOneAndReplace() with a nullish value #12826 #12821
6
+ * fix(discriminator): apply built-in plugins to discriminator schema even if mergeHooks and mergePlugins are both false #12833 #12696
7
+ * fix(types): add option "overwriteModels" as a schema option #12817 #12816 [ hasezoey] ( https://github.com/hasezoey )
8
+ * fix(types): add property "defaultOptions" #12818 [ hasezoey] ( https://github.com/hasezoey )
9
+ * docs: make search bar respect documentation version, so you can search 5.x docs #12548
10
+ * docs(typescript): make note about recommending strict mode when using auto typed schemas #12825 #12420
11
+ * docs: add section on sorting to query docs #12588 [ IslandRhythms] ( https://github.com/IslandRhythms )
12
+ * test(query.test): add write-concern option #12829 [ hasezoey] ( https://github.com/hasezoey )
13
+
1
14
6.8.1 / 2022-12-19
2
15
==================
3
16
* fix(query): avoid throwing circular dependency error if same object is used in multiple properties #12774 [ orgads] ( https://github.com/orgads )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.8.1 " ,
4
+ "version" : " 6.8.2 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments