-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: API, Write Operations
-
None
-
None
-
Major Change
-
None
-
None
-
None
-
None
-
None
-
None
Remove WriteConcern methods and constants that supported w = -1 which were deprecated in 2.12.0:
- WriteConcern.ERRORS_IGNORED
- WriteConcern.NONE
- WriteConcern.raiseNetworkErrors
The driver will no longer ignore IO exception reported by Socket write methods when doing unacknowledged writes. It will throw com.mongodb.MongoSocketException.