File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.12.2 / 2025-03-21
2
+ ===================
3
+ * fix(document): avoid stripping out fields in discriminator schema after select: false field #15322 #15308
4
+ * fix(AggregationCursor): make next() error if schema pre('aggregate') middleware throws error #15293 #15279
5
+ * fix(populate): correctly get schematypes when deep populating under a map #15302 #9359
6
+ * fix(model): avoid returning null from bulkSave() if error doesn't have writeErrors property #15323
7
+ * types: add WithTimestamps utility type #15318 [baruchiro](https://github.com/baruchiro)
8
+ * docs: update references to the ms module in date schema documentation #15319 [baruchiro](https://github.com/baruchiro)
9
+ * docs: fix typo in schematypes.md #15305 [skyran1278](https://github.com/skyran1278)
10
+
1
11
8.12.1 / 2025-03-04
2
12
===================
3
13
* fix: match bson version with mongodb's bson version #15297 [hasezoey](https://github.com/hasezoey)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.12.1 " ,
4
+ "version" : " 8.12.2 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments