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 11# MongoDB Ruby Driver History
22
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+
310### 1.5.1
4112011-11-29
512
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #define VERSION "1.5.1 "
17+ #define VERSION "1.5.2 "
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717# ++
1818
19- MINIMUM_BSON_EXT_VERSION = "1.5.1 "
19+ MINIMUM_BSON_EXT_VERSION = "1.5.2 "
2020
2121module BSON
22- VERSION = "1.5.1 "
22+ VERSION = "1.5.2 "
2323
2424 if defined? Mongo ::DEFAULT_MAX_BSON_SIZE
2525 DEFAULT_MAX_BSON_SIZE = Mongo ::DEFAULT_MAX_BSON_SIZE
You can’t perform that action at this time.
0 commit comments