Skip to content

Commit b336ed8

Browse files
committed
chore: release 7.3.2
1 parent 7ad5eef commit b336ed8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
7.3.2 / 2023-07-06
2+
==================
3+
* fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
4+
* fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
5+
* fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
6+
* types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
7+
* docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
8+
* docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
9+
* docs(schemas): fix typo in schemas.md #13540 [Metehan-Altuntekin](https://github.com/Metehan-Altuntekin)
10+
111
7.3.1 / 2023-06-21
212
==================
313
* fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507

package.json

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

0 commit comments

Comments
 (0)