forked from foursquare/fongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
63 lines (48 loc) · 1.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
1.0.8
-----
release: 15 May 2013
- fix for inserted oid's marked as new (@hoffrocket)
- fix for handling of {field: null} filters (@bgranvea)
1.0.7
-----
release: 17 April 2013
- fix for CME while iterating getCollectionNames and dropping each collection (@hoffrocket)
- support for "count" via command interface (@hoffrocket)
- fix for unidentified command result (@hoffrocket)
1.0.6
-----
release: 25 March 2013
- fix for ConcurrentModificationException in dropDatabase (@rlindsjo)
- support for top level $and queries (@dm3)
- support for Arrays with $in queries (@grahamar)
- support for regex in $all queries (@dm3)
1.0.5
-----
release: 6 March 2013
- fixed override for getCount (@philnate)
- included updateExisting in update WriteResult
1.0.4
-----
release: 30 January 2013
- bumped mongo-java-driver to 2.10.1
- proper distinct handling (@tobyclemson)
- fix update _id handling (@tobyclemson)
- allow Map in query object (@tobyclemson)
- fix for createCollection (@dagi)
- fix for $or operator bug
- fix for remove query with List value bug
1.0.3
-----
release: 29 November 2012
- properly pass updated count in WriteResult (@palmerabollo)
- replace null _id in DBObject (@aakhmerov)
- drop commands clear out children (@efranceschi)
1.0.2
-----
release: 09 November 2012
- bumped mongo-java-driver to 2.9.3
1.0.0
-----
release: 13 June 2012
- Initial Release. All basic query and update syntax supported
- mongo-java-driver 2.7.2