Skip to content

Commit

Permalink
chore: release 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 25, 2022
1 parent 9734768 commit d914a94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
6.5.3 / 2022-08-24
==================
* fix(document): handle maps when applying defaults to nested paths #12322
* fix(schema): make ArraySubdocuments apply _id defaults on init #12264
* fix(populate): handle specifying recursive populate as a string with discriminators #12266
* perf(types): remove extends Query in Schema.pre() and Schema.post(), loosen `discriminator()` generic #10349
* perf(types): some more micro-optimizations re: #10349, remove extra type checking on $ne, etc.
* fix(types): infer schema on `connection.model()` #12298 #12125 [hasezoey](https://github.com/hasezoey)
* fix(types): add missing `findById()` type definitions #12309 [lpizzinidev](https://github.com/lpizzinidev)
* fix(types): allow $search in $lookup pipeline stages for MongoDB v6.x support #12278 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(types): add parameter "options" to "Model.remove" #12258 [hasezoey](https://github.com/hasezoey)
* fix(types): sync single-generic-no-constraint "model" between "index.d.ts" and "connection.d.ts" #12299 [hasezoey](https://github.com/hasezoey)
* fix(types): update isDirectModified typing #12290 [gabrielDonnantuoni](https://github.com/gabrielDonnantuoni)
* docs: update links on api docs #12293 [eatmoarrice](https://github.com/eatmoarrice)
* docs: add note about language_override option #12310 [IslandRhythms](https://github.com/IslandRhythms)
* docs(document): add "String[]" to Document.depopulate as jsdoc parameter type #12300 [hasezoey](https://github.com/hasezoey)
* docs: update Node.js EventEmitter url #12303 [rainrisa](https://github.com/rainrisa)

5.13.15 / 2022-08-22
====================
* fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.5.2",
"version": "6.5.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d914a94

Please sign in to comment.