We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1845a57 commit 4e7e6caCopy full SHA for 4e7e6ca
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+6.3.9 / 2022-06-17
2
+==================
3
+ * fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
4
+ * fix(types): correct typing in post aggregate hooks #11924 [GCastilho](https://github.com/GCastilho)
5
+ * docs: remove connect-option reconnectTries and reconnectInterval #11930 [Uzlopak](https://github.com/Uzlopak)
6
+
7
6.3.8 / 2022-06-13
8
==================
9
* fix: revert 670b445b0fc perf optimizations that caused some test failures #11541
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.3.8",
+ "version": "6.3.9",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments