We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7248bdf commit 6ffb123Copy full SHA for 6ffb123
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+7.6.8 / 2024-01-08
2
+==================
3
+ * fix(discriminator): handle reusing schema with embedded discriminators defined using Schema.prototype.discriminator #14202 #14162
4
+ * fix(ChangeStream): avoid suppressing errors in closed change stream #14206 #14177
5
+
6
6.12.5 / 2024-01-03
7
===================
8
* perf(schema): remove unnecessary lookahead in numeric subpath check
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "7.6.7",
+ "version": "7.6.8",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments