File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Ruby Driver History
2
2
3
+ ### 1.5.2
4
+ 2011-12-13
5
+
6
+ * Lots of fixes for replica set connection edge cases.
7
+ * Set default op_timeout and connect_timeout to 30 seconds.
8
+ * Support GeoHaystack indexing.
9
+
3
10
### 1.5.1
4
11
2011-11-29
5
12
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #define VERSION "1.5.1 "
17
+ #define VERSION "1.5.2 "
Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
# ++
18
18
19
- MINIMUM_BSON_EXT_VERSION = "1.5.1 "
19
+ MINIMUM_BSON_EXT_VERSION = "1.5.2 "
20
20
21
21
module BSON
22
- VERSION = "1.5.1 "
22
+ VERSION = "1.5.2 "
23
23
24
24
if defined? Mongo ::DEFAULT_MAX_BSON_SIZE
25
25
DEFAULT_MAX_BSON_SIZE = Mongo ::DEFAULT_MAX_BSON_SIZE
You can’t perform that action at this time.
0 commit comments