Skip to content

Commit 8715493

Browse files
committed
chore: release 6.1.8
1 parent d2497a1 commit 8715493

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
6.1.7 / 2022-01-17
218
==================
319
* fix(model): correct handling for $push on a nested array #11108

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

0 commit comments

Comments
 (0)