We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9f0f3 commit 505f149Copy full SHA for 505f149
docs/CREDITS.md
@@ -117,3 +117,7 @@ Hongli Lai (Phusion)
117
Mislav Marohnić
118
119
* Replaced returning with each_with_object
120
+
121
+Alex Stupka
122
123
+* Replica set port bug
docs/HISTORY.md
@@ -1,5 +1,14 @@
1
# MongoDB Ruby Driver History
2
3
+### 1.1.5
4
+2010-12-15
5
6
+* ReplSetConnection class. This must be used for replica set connections from
7
+ now on. You can still use Connection.multi, but that method has been deprecated.
8
+* Automated replica set tests. rake test:rs
9
+* Check that request and response ids match.
10
+* Several bug fixes. See the commit history for details.
11
12
### 1.1.4
13
2010-11-30
14
0 commit comments