Skip to content

Commit 8116374

Browse files
committed
chore: release 8.2.2
1 parent 7c726c2 commit 8116374

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.2.2 / 2024-03-15
2+
==================
3+
* fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
4+
* fix: add Null check in case schema.options['type'][0] is undefined #14431 [Atharv-Bobde](https://github.com/Atharv-Bobde)
5+
* types: consistently infer array of objects in schema as a DocumentArray #14430 #14367
6+
* types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue #14428 #14429 [jkorach](https://github.com/jkorach)
7+
* types: add pre and post function types on Query class #14433 #14432 [IICarst](https://github.com/IICarst)
8+
* types(model): make bulkWrite() types more flexible to account for casting #14423
9+
* docs: update version support documentation for mongoose 5 & 6 #14427 [hasezoey](https://github.com/hasezoey)
10+
111
7.6.10 / 2024-03-13
212
===================
313
* docs(model): add extra note about lean option for insertMany() skipping casting #14415

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.2.1",
4+
"version": "8.2.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)