File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
20
2.7.0-rc2 / 2011-10-26
3
21
========================
4
22
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ javac.source=1.5
24
24
# If anyone wants to parse lib.version in ant, please do :-)
25
25
#
26
26
27
- lib.version =2.7.0-rc2
27
+ lib.version =2.7.0-rc3
28
28
29
29
lib.major =2
30
30
You can’t perform that action at this time.
0 commit comments