Skip to content

Commit a39035e

Browse files
committed
Add 0.6.0 release notes
1 parent d8568ab commit a39035e

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

RELEASE-0.6.0

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2015-05-04 Hannes Magnusson <[email protected]>
2+
* Bump stability
3+
4+
2015-05-04 Hannes Magnusson <[email protected]>
5+
* Exceptions live in their own folder now
6+
7+
2015-05-04 Hannes Magnusson <[email protected]>
8+
* Add coveralls badger
9+
10+
2015-05-04 Hannes Magnusson <[email protected]>
11+
* Use the coveralls token for 10gen-labs/mongo-php-driver-prototype not my personal one
12+
13+
2015-05-04 Jeremy Mikola <[email protected]>
14+
* Merge pull request #45 from jmikola/multiple-toArray
15+
16+
2015-05-04 Jeremy Mikola <[email protected]>
17+
* PHPC-282: Test for multiple Cursor::toArray() calls
18+
19+
2015-05-04 Jeremy Mikola <[email protected]>
20+
* Merge pull request #44 from jmikola/phpc-255
21+
22+
2015-05-04 Jeremy Mikola <[email protected]>
23+
* PHPC-255: Cursors cannot rewind after starting iteration
24+
25+
2015-05-04 Jeremy Mikola <[email protected]>
26+
* PHPC-282: Remove tests for multiple iterators on the same Cursor
27+
28+
2015-05-04 Jeremy Mikola <[email protected]>
29+
* PHPC-282: Cursor should not yield multiple iterators
30+
31+
2015-05-04 Jeremy Mikola <[email protected]>
32+
* PHPC-284: Create MongoDB\Driver\Exception\LogicException class
33+
34+
2015-05-04 Jeremy Mikola <[email protected]>
35+
* Merge pull request #43 from jmikola/phpc-283
36+
37+
2015-05-04 Jeremy Mikola <[email protected]>
38+
* Use common return for zval_to_bson() bsonSerialize() error path
39+
40+
2015-05-04 Jeremy Mikola <[email protected]>
41+
* PHPC-283: UnexpectedValueException for invalid bsonSerialize() return value
42+
43+
2015-05-04 Jeremy Mikola <[email protected]>
44+
* Merge pull request #42 from jmikola/phpc-179
45+
46+
2015-05-01 Jeremy Mikola <[email protected]>
47+
* PHPC-280: WriteConcern should always set journal/fsync boolean args
48+
49+
2015-05-01 Jeremy Mikola <[email protected]>
50+
* Document WriteConcern $w param as integer|string
51+
52+
2015-05-01 Jeremy Mikola <[email protected]>
53+
* PHPC-179: Show unset journal/fsync as null in WriteConcern debug handler
54+
55+
2015-05-04 Jeremy Mikola <[email protected]>
56+
* Merge pull request #40 from jmikola/phpc-274
57+
58+
2015-04-26 Jeremy Mikola <[email protected]>
59+
* PHPC-274: Regression test for root BSON\Serializable encoding
60+
61+
2015-04-26 Jeremy Mikola <[email protected]>
62+
* PHPC-275: object_to_bson() handling for invalid bsonSerialize() retval
63+
64+
2015-04-24 Jeremy Mikola <[email protected]>
65+
* PHPC-274: Fix zval_to_bson() encoding of BSON\Serializable objects
66+
67+
2015-05-04 Jeremy Mikola <[email protected]>
68+
* Merge pull request #41 from jmikola/phpc-278
69+
70+
2015-04-30 Jeremy Mikola <[email protected]>
71+
* PHPC-278: nModified may be null for legacy writes
72+
73+
2015-04-27 Hannes Magnusson <[email protected]>
74+
* PHPC-269: Travis mojo again
75+
76+
2015-04-24 Hannes Magnusson <[email protected]>
77+
* PHPC-272: Move exceptions into MongoDB\Driver\Exception namespace
78+
79+
2015-04-24 Hannes Magnusson <[email protected]>
80+
* Post-release-bump-version
81+
82+
2015-04-24 Hannes Magnusson <[email protected]>
83+
* Add 0.5.1 release notes

0 commit comments

Comments
 (0)