Skip to content

Commit 88afc33

Browse files
committed
chore: release 8.3.4
1 parent 13db408 commit 88afc33

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.3.4 / 2024-05-06
2+
==================
3+
* perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
4+
* fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #14562 #14521
5+
* fix(model): consistent top-level timestamps option for bulkWrite operations
6+
#14546 #14536
7+
* docs(connections): improve description of connection creation patterns #14564 #14528
8+
19
8.3.3 / 2024-04-29
210
==================
311
* perf(document): add fast path for applying non-nested virtuals to JSON #14543

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

0 commit comments

Comments
 (0)