Skip to content

Commit 7666bb8

Browse files
committed
chore: release 9.3.0
1 parent 39feb64 commit 7666bb8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
9.3.0 / 2026-03-10
2+
==================
3+
* feat(schema): support `discriminators` option inline for better TypeScript support #16053
4+
* feat(aggregate): add `pipelineForUnionWith()` helper to allow reusing pipelines with `$unionWith` in TypeScript #16033
5+
* feat(setDefaultsOnInsert): pass query as context to default functions #16041 #16025
6+
* fix: resolve deeply nested discriminator paths in arrayFilters #16072 [Yatin81](https://github.com/Yatin81)
7+
* fix(changeStream): emit ready on next tick to allow stream to initialize
8+
* fix(connection): handle calling watch() on disconnected connection
9+
* fix: remove references to mongodb option "promiseLibrary" [hasezoey](https://github.com/hasezoey)
10+
* fix(model+query): backwards compatible validateBeforeSave handling and avoid TypeError in removeUnusedArrayFilters on nullish update
11+
* perf(model): remove unnecessary overhead when saving new doc
12+
* types(InferRawDocType): fall back to using InferRawDocType instead of pulling non-raw inferred doc type if EnforcedDocType not set #16053
13+
* types: add type constraints for `Document#$model()` and `Document#model()` [mrazauskas](https://github.com/mrazauskas)
14+
* docs: fix broken links and update MongoDB documentation links #16037 [hasezoey](https://github.com/hasezoey)
15+
* docs(contributing): update issue tracker links to Automattic org [AkaHarshit](https://github.com/AkaHarshit)
16+
117
9.2.4 / 2026-03-03
218
==================
319
* types(models): allow unknown keys in subdocs while retaining autocomplete suggestions #16048

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": "9.2.4",
4+
"version": "9.3.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)