You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
7.6.2 / 2023-10-13
2
+
==================
3
+
* perf: avoid storing a separate entry in schema subpaths for every element in an array #13953 #13874
4
+
* fix(document): avoid triggering setter when initializing Model.prototype.collection to allow defining collection as a schema path name #13968 #13956
5
+
* fix(model): make bulkSave() save changes in discriminator paths if calling bulkSave() on base model #13959 #13907
6
+
* fix(document): allow calling $model() with no args for TypeScript #13963 #13878
7
+
* fix(schema): handle embedded discriminators defined using Schema.prototype.discriminator() #13958 #13898
8
+
* types(model): make InsertManyResult consistent with return type of insertMany #13965 #13904
9
+
* types(models): add cleaner type definitions for insertMany() with no generics to prevent errors when using insertMany() in generic classes #13964 #13957
10
+
* types(schematypes): allow defining map path using type: 'Map' in addition to type: Map #13960 #13755
11
+
1
12
7.6.1 / 2023-10-09
2
13
==================
3
14
* fix: bump bson to match mongodb@5.9.0 exactly #13947 [hasezoey](https://github.com/hasezoey)
0 commit comments