Skip to content

Commit d914a94

Browse files
committed
chore: release 6.5.3
1 parent 9734768 commit d914a94

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
6.5.3 / 2022-08-24
2+
==================
3+
* fix(document): handle maps when applying defaults to nested paths #12322
4+
* fix(schema): make ArraySubdocuments apply _id defaults on init #12264
5+
* fix(populate): handle specifying recursive populate as a string with discriminators #12266
6+
* perf(types): remove extends Query in Schema.pre() and Schema.post(), loosen `discriminator()` generic #10349
7+
* perf(types): some more micro-optimizations re: #10349, remove extra type checking on $ne, etc.
8+
* fix(types): infer schema on `connection.model()` #12298 #12125 [hasezoey](https://github.com/hasezoey)
9+
* fix(types): add missing `findById()` type definitions #12309 [lpizzinidev](https://github.com/lpizzinidev)
10+
* fix(types): allow $search in $lookup pipeline stages for MongoDB v6.x support #12278 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11+
* fix(types): add parameter "options" to "Model.remove" #12258 [hasezoey](https://github.com/hasezoey)
12+
* fix(types): sync single-generic-no-constraint "model" between "index.d.ts" and "connection.d.ts" #12299 [hasezoey](https://github.com/hasezoey)
13+
* fix(types): update isDirectModified typing #12290 [gabrielDonnantuoni](https://github.com/gabrielDonnantuoni)
14+
* docs: update links on api docs #12293 [eatmoarrice](https://github.com/eatmoarrice)
15+
* docs: add note about language_override option #12310 [IslandRhythms](https://github.com/IslandRhythms)
16+
* docs(document): add "String[]" to Document.depopulate as jsdoc parameter type #12300 [hasezoey](https://github.com/hasezoey)
17+
* docs: update Node.js EventEmitter url #12303 [rainrisa](https://github.com/rainrisa)
18+
119
5.13.15 / 2022-08-22
220
====================
321
* fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker)

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

0 commit comments

Comments
 (0)