File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.1.8 / 2022-01-24
2
+ ==================
3
+ * fix(connection): stop leaking sessions in .transaction() #11259 #11256 [ Uzlopak] ( https://github.com/Uzlopak )
4
+ * perf: remove sliced in favor of Array.prototype.slice() #11238 [ Uzlopak] ( https://github.com/Uzlopak )
5
+ * perf: improve setDottedPath #11264 [ Uzlopak] ( https://github.com/Uzlopak )
6
+ * fix(document): handle edge case where NestJS sets String.type = String, mixing up schema definitions #11199
7
+ * fix: remove obsolete code after upgrading to bson4 #11265 [ Uzlopak] ( https://github.com/Uzlopak )
8
+ * fix: remove util.isArray in favor of Array.isArray #11234 [ Uzlopak] ( https://github.com/Uzlopak )
9
+ * fix(index.d.ts): avoid UnpackedIntersection making ` findOne().populate() ` result non-nullable #11041
10
+ * docs(migration): add note to change default functions to schema #11245 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
11
+ * docs: updated docs and issue templates for new FAQs #11171 [ IslandRhythms] ( https://github.com/IslandRhythms )
12
+ * chore: fix casting benchmark #11262 [ Uzlopak] ( https://github.com/Uzlopak )
13
+ * chore: add mongodb-memory-server to test easier locally #11255 [ Uzlopak] ( https://github.com/Uzlopak )
14
+ * chore: fix testing tsconfig #11243 [ Uzlopak] ( https://github.com/Uzlopak )
15
+ * refactor: move utils.random to test folder #11239 [ Uzlopak] ( https://github.com/Uzlopak )
16
+
1
17
6.1.7 / 2022-01-17
2
18
==================
3
19
* fix(model): correct handling for $push on a nested array #11108
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.1.7 " ,
4
+ "version" : " 6.1.8 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments