Skip to content

Commit b34aba6

Browse files
committed
chore: release 8.8.2
1 parent f450083 commit b34aba6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
8.8.1 / 2024-11-08
210
==================
311
* perf: make a few micro-optimizations to help speed up findOne() #15022 #14906

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.8.1",
4+
"version": "8.8.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)