File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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+
1179.2.4 / 2026-03-03
218==================
319 * types(models): allow unknown keys in subdocs while retaining autocomplete suggestions #16048
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments