File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.2.0 / 2024-02-22
2
+ ==================
3
+ * feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
4
+ * feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
5
+ * feat(model): add ` hydratedPopulatedDocs ` option to make hydrate recursively hydrate populated docs #14352 #4727
6
+ * feat(connection): add withSession helper #14339 #14330
7
+
1
8
8.1.3 / 2024-02-16
2
9
==================
3
10
* fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
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.1.3 " ,
4
+ "version" : " 8.2.0 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments