File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.8.2 / 2024-11-18
2
+ ==================
3
+ * fix(model): handle array filters when casting bulkWrite #15036 #14978
4
+ * fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #15035 #14984
5
+ * fix: save execution stack in query as string #15039 [durran](https://github.com/durran)
6
+ * types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #15038
7
+ * docs(migrating_to_8): add note about removing findByIdAndRemove #15024 [dragontaek-lee](https://github.com/dragontaek-lee)
8
+
1
9
8.8.1 / 2024-11-08
2
10
==================
3
11
* perf: make a few micro-optimizations to help speed up findOne() #15022 #14906
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.8.1 " ,
4
+ "version" : " 8.8.2 " ,
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