Skip to content

Commit c9877b6

Browse files
committed
chore: release 8.1.2
1 parent f164b44 commit c9877b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.1.2 / 2024-02-08
2+
==================
3+
* fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315
4+
* fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
5+
* fix(populate): call setter on virtual populated path with populated doc instead of undefined #14314
6+
* fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor #14299 [DevooKim](https://github.com/DevooKim)
7+
* types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions #14342 #14341 [FaizBShah](https://github.com/FaizBShah)
8+
* types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set #14336 #14303
9+
* types(connection): add type definition for `createCollections()` #14295 #14279
10+
* docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps #14337 #14309
11+
112
8.1.1 / 2024-01-24
213
==================
314
* fix(model): throw readable error when calling Model() with a string instead of model() #14288 #14281

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

0 commit comments

Comments
 (0)