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
Notable new features are listed below. For a full list, see the full list of JIRA issues linked above.
23
23
24
+
24
25
### GridFS
25
26
26
27
[CSHARP-1191](https://jira.mongodb.org/browse/CSHARP-1191) - GridFS support has been implemented.
@@ -33,6 +34,11 @@ Notable new features are listed below. For a full list, see the full list of JIR
33
34
Simply use the new [`AsQueryable`]({{< apiref "M_MongoDB_Driver_IMongoCollectionExtensions_AsQueryable__1" >}}) method to work with LINQ.
34
35
35
36
37
+
### Eventing
38
+
39
+
[CSHARP-1374](https://jira.mongodb.org/browse/CSHARP-1374) - An eventing API has been added allowing a user to subscribe to one or more events from the core driver for insight into server discovery, server selection, connection pooling, and commands.
40
+
41
+
36
42
## Upgrading
37
43
38
44
There are no known backwards breaking changes in this release.
0 commit comments