Skip to content

Commit

Permalink
chore: release 8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 18, 2024
1 parent f450083 commit b34aba6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
8.8.2 / 2024-11-18
==================
* fix(model): handle array filters when casting bulkWrite #15036 #14978
* fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #15035 #14984
* fix: save execution stack in query as string #15039 [durran](https://github.com/durran)
* types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #15038
* docs(migrating_to_8): add note about removing findByIdAndRemove #15024 [dragontaek-lee](https://github.com/dragontaek-lee)

8.8.1 / 2024-11-08
==================
* perf: make a few micro-optimizations to help speed up findOne() #15022 #14906
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.8.1",
"version": "8.8.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b34aba6

Please sign in to comment.