|
1 | 1 | C# driver changes from 1.4.1 to 1.4.2
|
2 | 2 |
|
3 | 3 | CollectionOptionsBuilder.cs
|
4 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 4 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
5 | 5 |
|
6 | 6 | FieldsBuilder.cs
|
7 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 7 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
8 | 8 |
|
9 | 9 | GeoHaystackSearchOptionsOptionsBuilder.cs
|
10 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 10 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
11 | 11 |
|
12 | 12 | GeoNearOptionsBuilder.cs
|
13 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 13 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
14 | 14 |
|
15 | 15 | GroupByBuilder.cs
|
16 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 16 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
17 | 17 |
|
18 | 18 | IndexKeysBuilder.cs
|
19 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 19 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
20 | 20 |
|
21 | 21 | IndexOptionsBuilder.cs
|
22 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 22 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
23 | 23 |
|
24 | 24 | MapReduceOptionsBuilder.cs
|
25 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 25 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
26 | 26 |
|
27 | 27 | QueryBuilder.cs
|
28 |
| - All method now skips nulls like functional construction |
29 |
| - In method now skips nulls like functional construction |
30 |
| - NotIn method now skips nulls like functional construction |
31 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 28 | + All method now skips nulls like functional construction |
| 29 | + In method now skips nulls like functional construction |
| 30 | + NotIn method now skips nulls like functional construction |
| 31 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
32 | 32 |
|
33 | 33 | SortByBuilder.cs
|
34 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 34 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
35 | 35 |
|
36 | 36 | UpdateBuilder.cs
|
37 |
| - Serialize method now casts document to IBsonSerializable to call Serialize method |
| 37 | + Serialize method now casts document to IBsonSerializable to call Serialize method |
38 | 38 |
|
39 | 39 | BaseWrapper.cs
|
40 |
| - Deserialize method marked obsolete |
41 |
| - GetDocumentId method marked obsolete |
42 |
| - Serialize method marked obsolete |
43 |
| - SetDocumentId method marked obsolete |
44 |
| - |
| 40 | + Deserialize method marked obsolete |
| 41 | + GetDocumentId method marked obsolete |
| 42 | + Serialize method marked obsolete |
| 43 | + SetDocumentId method marked obsolete |
| 44 | + |
45 | 45 | MongoServer.cs
|
46 |
| - Ping method now uses Instances poperty instead of _instances field for thread safety |
47 |
| - VerifyInstances method now enumerates the instances in a way that is save even if RemoveInstance is called |
| 46 | + Ping method now uses Instances poperty instead of _instances field for thread safety |
| 47 | + RequestDone method now releases _serverLock before calling other methods |
| 48 | + RequestStart method now releases _serverLock before calling other methods |
| 49 | + VerifyInstances method now enumerates the instances in a way that is safe even if RemoveInstance is called |
| 50 | + |
| 51 | +MongoServerInstance.cs |
| 52 | + Ping method now uses a new connection instead of one from the connection pool |
| 53 | + VerifyState method now uses a new connection instead of one from the connection pool |
| 54 | + added new internal Ping helper method |
| 55 | + |
| 56 | +MongoConnection.cs |
| 57 | + added new constructor for connections that are not part of the connection pool |
| 58 | + changed HandleException to check for _connectionPool == null |
0 commit comments