Skip to content

Commit f1ed13f

Browse files
committed
chore: release 8.2.0
1 parent 3508f5f commit f1ed13f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.2.0 / 2024-02-22
2+
==================
3+
* feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
4+
* feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
5+
* feat(model): add `hydratedPopulatedDocs` option to make hydrate recursively hydrate populated docs #14352 #4727
6+
* feat(connection): add withSession helper #14339 #14330
7+
18
8.1.3 / 2024-02-16
29
==================
310
* fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340

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

0 commit comments

Comments
 (0)