Skip to content

Commit 937aa47

Browse files
author
rstam
committed
Moved change logs to the right folder.
1 parent 5ada7f5 commit 937aa47

File tree

4 files changed

+39
-37
lines changed

4 files changed

+39
-37
lines changed

CSharpDriver-2010.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release Notes", "Release No
3131
Release Notes\Change Log v1.6-Bson.txt = Release Notes\Change Log v1.6-Bson.txt
3232
Release Notes\Change Log v1.6-Driver.txt = Release Notes\Change Log v1.6-Driver.txt
3333
Change Log v1.6.1-Bson.txt = Change Log v1.6.1-Bson.txt
34+
Release Notes\Change Log v1.6.1-Bson.txt = Release Notes\Change Log v1.6.1-Bson.txt
3435
Change Log v1.6.1-Driver.txt = Change Log v1.6.1-Driver.txt
36+
Release Notes\Change Log v1.6.1-Driver.txt = Release Notes\Change Log v1.6.1-Driver.txt
3537
Release Notes\Release Notes v0.11.txt = Release Notes\Release Notes v0.11.txt
3638
Release Notes\Release Notes v0.7.txt = Release Notes\Release Notes v0.7.txt
3739
Release Notes\Release Notes v0.9.txt = Release Notes\Release Notes v0.9.txt

Change Log v1.6.1-Driver.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.
File renamed without changes.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
C# driver changes from 1.6 to 1.6.1
2+
3+
MongoCollection.cs
4+
Commands are now sent using the collection's settings (not the database's)
5+
6+
MongoConnectionStringBuilder.cs
7+
MongoDefaults.cs
8+
MongoServerSettings.cs
9+
MongoUrl.cs
10+
MongoUrlBuilder.cs
11+
Made secondaryAcceptableLatency configurable
12+
13+
MongoCursorEnumerator.cs
14+
Added white list of commands that can be sent to secondaries (all others are sent to the primary)
15+
ReadPreferences of Primary and SecondaryPreferred (without tags) are now encoded on the wire using only the slaveOk bit
16+
all other ReadPreferences are encoded using $readPreference
17+
Fixed wrapping of queries so $query always goes first and not $readPreference
18+
19+
MongoDatabase.cs
20+
RunCommandAs now delegates to new RunCommandAs method in MongoCollection
21+
22+
ReadPreference.cs
23+
Removed ChooseServerInstance and moved logic to MongoServerProxies
24+
25+
ConnectedInstanceCollection.cs
26+
Removed ChooseServerInstance and moved logic to MongoServerProxies
27+
Added GetAllInstances,
28+
Added GetPrimary
29+
Added GetPrimaryAndSecondaries
30+
Added GetSecondaries
31+
32+
ReplicaSetMongoServerProxy.cs
33+
ShardedMongoServerProxy.cs
34+
Implemented proxy specific implementations of ChooseServerInstance
35+
36+
BsonSerializationInfoHelper.cs
37+
GetSerializationInfo now partially evaluates the node to support more LINQ queries correctly

0 commit comments

Comments
 (0)