Skip to content

Commit f31dc6d

Browse files
author
Brendan W. McAdams
committed
Release r2.7.0-rc2
1 parent d8aaf49 commit f31dc6d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
2.7.0-rc2 / 2011-10-26
3+
========================
4+
5+
* JAVA-459: smooth the latency measurements (for secondary/slave server selection)
6+
* JAVA-428: Fixed edge cases where slaveOK / ReadPreference.SECONDARY wasn't working
7+
* JAVA-444: make ensureIndex first do a read on index collection to see if index exists * If an embedded field was referenced in an index a hard failure occurred, due to triggering of the 'no dots in key names' logic via the insert. Moved code to use the lower level API method which permits disabling of key checks.
8+
* Introduced "bamboo-test" task which does NOT halt on failure to allow bamboo tests to complete and report properly (and various fixes)
9+
* added unit test for x.y ensureIndex.
10+
211
2.7.0-rc1 / 2011-10-24
312
=======================
413

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ javac.source=1.5
2424
# If anyone wants to parse lib.version in ant, please do :-)
2525
#
2626

27-
lib.version=2.7.0-rc1
27+
lib.version=2.7.0-rc2
2828

2929
lib.major=2
3030

0 commit comments

Comments
 (0)