Skip to content

Commit bc4a325

Browse files
committed
chore: release 6.3.5
1 parent 1b18565 commit bc4a325

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.3.5 / 2022-05-30
2+
==================
3+
* fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
4+
* fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
5+
* fix(document): fix ObjectId conversion for external schemas #11841 [coyotte508](https://github.com/coyotte508)
6+
* fix: fix codeql warnings #11817 [Uzlopak](https://github.com/Uzlopak)
7+
* fix(types): allow passing TVirtuals to Schema class #11543
8+
* fix(types): Type of Connection.transaction() #11825 [dwrss](https://github.com/dwrss)
9+
* docs(typescript): add coverage for TypeScript query helpers #11709
10+
* docs: fix documention of error handling #11844 [Uzlopak](https://github.com/Uzlopak)
11+
* docs: typings mongoose.Error should reference to MongooseError #11850 [Uzlopak](https://github.com/Uzlopak)
12+
* chore: improve issue templates #11794 [Uzlopak](https://github.com/Uzlopak)
13+
* chore: use ts-benchmark instead of internal TS benchmarking #11798 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
14+
115
6.3.4 / 2022-05-19
216
==================
317
* fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698

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

0 commit comments

Comments
 (0)