Skip to content

Commit bda0e0a

Browse files
author
Brendan W. McAdams
committed
Release r2.7.0-rc3
1 parent 80d0756 commit bda0e0a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

History.md

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

2+
2.7.0-rc3 / 2011-10-31
3+
=======================
4+
5+
* changed if statement to improve readability.
6+
* JAVA-462: GridFSInputFile does not close input streams when constructed by the driver (greenlaw110)
7+
- Add closeStreamOnPersist option when creating GridFSInputFile
8+
* JAVA-425 fixes
9+
- attempt to clean up and standardize writeConcern
10+
- throw exception if w is wrong type
11+
- fix cast exception in case W is a String
12+
* Documented continue on error better.
13+
* Close inputstream of GridFSInputFile once chunk saved
14+
* JAVA-461: the logic to spread requests around slaves may select a slave over latency limit
15+
* Reset buffer when the object is checked out and before adding back.
16+
* added MongoOptions test
17+
* use the socket factory from the Mongo for ReplicaSetStatus connections
18+
* added MongoOptions.copy
19+
220
2.7.0-rc2 / 2011-10-26
321
========================
422

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-rc2
27+
lib.version=2.7.0-rc3
2828

2929
lib.major=2
3030

0 commit comments

Comments
 (0)