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
ability to use any type for primary key property and ability to name it based on mongodb conventions when implementing `IEntity` interface.
4
-
5
-
**NOTE:** due to a technical constraint, only the following primary key types are supported with referenced relationships.
6
-
7
-
- string
8
-
- long
9
-
- ObjectId
10
-
11
-
see #195 for more info.
1
+
[//]: #(### NEW)
12
2
13
3
### IMPROVEMENTS
14
4
15
-
-`Entity.ID` property has been made non-nullable #210
16
-
- support for dictionary based index keys #206
17
-
- upgrade mongodb driver to v2.22
18
-
- various internal code refactors and optimizations
19
-
20
-
### BREAKING CHANGES
5
+
- upgrade mongodb driver to v2.23
21
6
22
-
-`Many<T>` is now `Many<TChild,TParent>` when defining referenced relationships. i.e. you now need to specify the type of the parent class that contains the property.
23
-
-`IEntity.GenerateNewID()` & `IEntity.HasDefaultID()` method must be implemented by entities if implementing `IEntity` directly.
0 commit comments