Skip to content

Commit 1f57888

Browse files
committed
chore: release 8.17.0
1 parent a71f10b commit 1f57888

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.17.0 / 2025-07-30
2+
===================
3+
* feat: upgrade mongodb -> 6.18.0 #15552
4+
* feat(mongoose): export base Connection and Collection classes #15548
5+
* feat: make Schema.prototype.$conditionalHandlers public #15497
6+
* types: automatically infer discriminator type #15547 #15535
7+
* types: make versionKey: false disable __v from hydrated document #15524 #15511
8+
* types: indicate support for mongodb abort #15549 [GalacticHypernova](https://github.com/GalacticHypernova)
9+
* types: add options property to schemas #15524
10+
* types(schematype): make defaultOptions static and add schemaOptions to DocumentArray #15529 #15524
11+
112
8.16.5 / 2025-07-25
213
===================
314
* fix(map): avoid throwing required error if saving map of primitives with required: true #15542

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

0 commit comments

Comments
 (0)