Skip to content

Commit 072e847

Browse files
committed
chore: release 6.1.0
1 parent 4540a29 commit 072e847

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.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+
113
6.0.15 / 2021-12-06
214
===================
315
* fix(document): avoid overwriting schema methods when creating a new document with `new Model()` and `strict: false` #11001

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

0 commit comments

Comments
 (0)