You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
6.1.0 / 2021-12-07
2
+
==================
3
+
* feat(populate): support ref on subdocuments #10856
4
+
* feat(document): add `ownerDocument()` method to top-level document for consistency with subdocs #10884[IslandRhythms](https://github.com/IslandRhythms)
5
+
* fix: upgrade to mongodb driver 4.2.1 #11032#10985[lorand-horvath](https://github.com/lorand-horvath)[has-n](https://github.com/has-n)
6
+
* feat(schema): support `timeseries` option for MongoDB 5 time series collections support #10611
7
+
* feat(mongoose): add global `strictPopulate` option #10694[IslandRhythms](https://github.com/IslandRhythms)
8
+
* feat(mongoose+connection): add global `mongoose.syncIndexes()` and `Connection.prototype.syncIndexes()`#10893[IslandRhythms](https://github.com/IslandRhythms)
9
+
* feat(query): support removing fields from projections #10630[canac](https://github.com/canac)
10
+
* feat(aggregate): add unionWith method to aggregate #10961[saeidasadi](https://github.com/saeidasadi)
11
+
* fix(index.d.ts): types for aggregation pipeline stages #10971[jeremyben](https://github.com/jeremyben)
12
+
1
13
6.0.15 / 2021-12-06
2
14
===================
3
15
* fix(document): avoid overwriting schema methods when creating a new document with `new Model()` and `strict: false`#11001
0 commit comments