Skip to content

Commit 1db7cf4

Browse files
committed
chore: release 7.3.0
1 parent 3742d8f commit 1db7cf4

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+
7.3.0 / 2023-06-14
2+
==================
3+
* feat: upgrade mongodb -> 5.6.0 #13455 [lorand-horvath](https://github.com/lorand-horvath)
4+
* feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
5+
* feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
6+
* feat(model): add `ordered` option to `Model.create()` #13472 #4038
7+
* feat(schema): consistently add .get() function to all SchemaType classes
8+
* feat(populate): pass virtual to match function to allow merging match options #13477 #12443
9+
* types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
10+
* types(schema): add validateModifiedOnly as schema option #13503 #10153
11+
* docs: add note about validateModifiedOnly as a schema option #13503 #10153
12+
* docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 [Climax777](https://github.com/Climax777)
13+
* docs(further_reading): remove style for "img" [hasezoey](https://github.com/hasezoey)
14+
115
7.2.4 / 2023-06-12
216
==================
317
* fix(query): handle non-string discriminator key values in query #13496 #13492

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

0 commit comments

Comments
 (0)