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 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+
2202.7.0-rc2 / 2011-10-26
321========================
422
Original file line number Diff line number Diff 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
2929lib.major =2
3030
You can’t perform that action at this time.
0 commit comments