Skip to content

Commit fb1e00b

Browse files
committed
chore: release 8.2.1
1 parent 9288e15 commit fb1e00b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
8.2.1 / 2024-03-04
2+
==================
3+
* fix(document): make $clone avoid converting subdocs into POJOs #14395 #14353
4+
* fix(connection): avoid unhandled error on createConnection() if on('error') handler registered #14390 #14377
5+
* fix(schema): avoid applying default write concern to operations that are in a transaction #14391 #11382
6+
* types(querycursor): correct cursor async iterator type with populate() support #14384 #14374
7+
* types: missing typescript details on options params of updateMany, updateOne, etc. #14382 #14379 #14378 [FaizBShah](https://github.com/FaizBShah) [sderrow](https://github.com/sderrow)
8+
* types: allow Record<string, string> as valid query select argument #14371 [sderrow](https://github.com/sderrow)
9+
110
7.6.9 / 2024-02-26
211
==================
312
* fix(document): handle embedded recursive discriminators on nested path defined using Schema.prototype.discriminator #14256 #14245

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

0 commit comments

Comments
 (0)