Skip to content

Commit 0d65bed

Browse files
author
Brendan W. McAdams
committed
Release r2.7.0-rc0
1 parent e8e2bc8 commit 0d65bed

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

History.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
2.7.0-rc0 / 2011-10-24
3+
=======================
4+
5+
* JAVA-434: replaced isEmpty() with 1.5 compatible alternative
6+
* JAVA-363: NPE in GridFS.validate
7+
* JAVA-356: make JSONParseException public
8+
* JAVA-413: intern dbref.ns
9+
* JAVA-444: query before insert on index creation.
10+
* JAVA-404: slaveOk support for inline mapreduce (routes to secondaries); changed CommandResult to include serverUsed, made readPref-Secondary set slaveOk query flag, toString/toJSON on Node/ReplicaSetStatus.
11+
* Import javax.net in an OSGi environment.
12+
* JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK
13+
* Added a skip method to ensure continueOnInsertError test is only run on Server versions 2.0+
14+
* JAVA-448 - Tailable Cursor behavior while not in AWAIT mode
15+
+ Fixed non-await empty tailable cursor behavior to be more consistently inline with other drivers & user expectations. Instead of forcing a sleep of 500 milliseconds on "no data", we instead when tailable catch an empty cursor and return null instead. This should be more safely non blocking for users who need to roll their own event driven code, for which the sleep breaks logic.
16+
* JAVA-439: Check keys to disallow dot in key names for embedded maps
17+
* added getObjectId method.
18+
* add partial query option flag
19+
* JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number)
20+
* JAVA-427 - Support ContinueOnError Flag for bulk insert
21+
* JAVA-422 - Memoize field locations (and other calculated data) for LazyBSONObject
22+
* JAVA-421 - LazyBSONObject exhibits certain behavioral breakages
23+
* JAVA-420: LazyBSONObject does not handle DBRef
24+
* Fix & cleanup of Javadoc comments (kevinsawicki)
25+
* JAVA-365: Poor concurrency handling in DBApiLayer.doGetCollection
26+
* JAVA-364: MapReduceOutput sometimes returns empty results in a replica set when SLAVE_OK=true
27+
* JAVA-333: Allow bson decoder per operation (find/cursor)
28+
* JAVA-323: When executing a command, only toplevel object returned should be a CommandResult (not sub-objects)
29+

0 commit comments

Comments
 (0)