-
Type: Task
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
As we have re-implemented all the connection logic, the existing driver needs to be refactored to use the new implementation.
Backwards compatibility will be important, but we will not sacrifice maintainability. For instance, MongoConnection is public, but it is highly unlikely anyone is using it. In this case, it will probably get deleted. However, MongoServer and MongoServerInstance are public and we know of a number of people utilizing them and therefore we will reimplement MongoServer and MongoServerInstance by wrapping the core concepts (ICluster and IServer respectively).
- depends on
-
CSHARP-1013 Create new Core Library
- Closed
-
CSHARP-1037 Port bulk write operations from 1.x to 2.x
- Closed
- is related to
-
CSHARP-936 Create and adopt a new Core Library
- Development Complete