Skip to content

Commit 9468bce

Browse files
committed
Add 1.0.0beta1 release notes
1 parent 67244cd commit 9468bce

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

RELEASE-1.0

+117
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,120 @@
1+
RELEASE 1.0.0beta1
2+
-------------
3+
2015-09-10 Jeremy Mikola <jmikola@gmail.com>
4+
* Bump extension version to 1.0.0beta1
5+
6+
2015-09-09 Jeremy Mikola <jmikola@gmail.com>
7+
* Merge pull request #98
8+
9+
2015-09-09 Jeremy Mikola <jmikola@gmail.com>
10+
* PHPC-381: Print whether profile commands were successful
11+
12+
2015-09-02 Jeremy Mikola <jmikola@gmail.com>
13+
* PHPC-381: Server::executeQuery/Command() should take a read preference
14+
15+
2015-09-04 Jeremy Mikola <jmikola@gmail.com>
16+
* Include unknown error domain in log messages
17+
18+
2015-09-02 Jeremy Mikola <jmikola@gmail.com>
19+
* Fall back to driver's RuntimeException instead of SPL
20+
21+
2015-09-04 Hannes Magnusson <bjori@10gen.com>
22+
* Merge pull request #100 from bjori/master
23+
24+
2015-09-04 Hannes Magnusson <bjori@php.net>
25+
* s/10gen-labs/mongodb-labs/g after org changes
26+
27+
2015-09-03 Hannes Magnusson <bjori@10gen.com>
28+
* Merge pull request #99 from bjori/master
29+
30+
2015-08-20 Hannes Magnusson <bjori@php.net>
31+
* Bump libmongoc to 1.2-beta1
32+
33+
2015-09-02 Derick Rethans <github@derickrethans.nl>
34+
* Merged pull request #95
35+
36+
2015-09-02 Derick Rethans <github@derickrethans.nl>
37+
* Disable the test for a double wrap with IteratorIterator()
38+
39+
2015-09-02 Derick Rethans <github@derickrethans.nl>
40+
* Disable test that dumps hex codes for generated BSON
41+
42+
2015-09-02 Derick Rethans <github@derickrethans.nl>
43+
* Merged pull request #96
44+
45+
2015-09-02 Derick Rethans <github@derickrethans.nl>
46+
* Fixed getServers test to include milliseconds in UTCDate dumps
47+
48+
2015-09-02 Jeremy Mikola <jmikola@gmail.com>
49+
* Merge pull request #92
50+
51+
2015-08-30 Jeremy Mikola <jmikola@gmail.com>
52+
* Clean up BSON error tests
53+
54+
2015-09-01 Jeremy Mikola <jmikola@gmail.com>
55+
* Merge pull request #80
56+
57+
2015-08-14 Jeremy Mikola <jmikola@gmail.com>
58+
* PHPC-361: Manager::getServers() should omit unknown servers
59+
60+
2015-09-01 Derick Rethans <github@derickrethans.nl>
61+
* Merged pull request #91
62+
63+
2015-08-28 Derick Rethans <github@derickrethans.nl>
64+
* HHVM encodes __pclass last, so disable these tests here.
65+
66+
2015-08-26 Derick Rethans <github@derickrethans.nl>
67+
* phpinfo() behaves totally different in HHVM
68+
69+
2015-08-28 Derick Rethans <github@derickrethans.nl>
70+
* Merged pull request #89
71+
72+
2015-08-27 Derick Rethans <github@derickrethans.nl>
73+
* HHVM does not allow for current() on an object
74+
75+
2015-08-27 Derick Rethans <github@derickrethans.nl>
76+
* Split tests for invalid arguments out into their own files, and ignore them for HHVM
77+
78+
2015-08-28 Jeremy Mikola <jmikola@gmail.com>
79+
* Merge pull request #88
80+
81+
2015-08-26 Jeremy Mikola <jmikola@gmail.com>
82+
* PHPC-337: BSON\Javascript debug handler
83+
84+
2015-08-26 Jeremy Mikola <jmikola@gmail.com>
85+
* PHPC-339: BSON\Timestamp debug handler
86+
87+
2015-08-26 Jeremy Mikola <jmikola@gmail.com>
88+
* PHPC-340: BSON\UTCDateTime debug handler
89+
90+
2015-08-26 Jeremy Mikola <jmikola@gmail.com>
91+
* PHPC-338: BSON\Regex debug handler
92+
93+
2015-08-26 Jeremy Mikola <jmikola@gmail.com>
94+
* Fix test expectation for builds with top-level BSON namespace
95+
96+
2015-08-21 Jeremy Mikola <jmikola@gmail.com>
97+
* Merge pull request #85
98+
99+
2015-08-21 Hannes Magnusson <bjori@php.net>
100+
* Don't be printing out these commands during execution
101+
102+
2015-08-21 Hannes Magnusson <bjori@php.net>
103+
* Back to -dev
104+
105+
2015-08-21 Hannes Magnusson <bjori@php.net>
106+
* PHPC-366: Update release script to use RELEASE-x.y file
107+
108+
2015-08-21 Hannes Magnusson <bjori@php.net>
109+
* PHPC-366: Merge 1.0.x release notes into RELEASE-1.0
110+
111+
2015-08-21 Hannes Magnusson <bjori@php.net>
112+
* PHPC-366: Merge RELEASE-0.* release notes into RELEASE-0
113+
114+
2015-08-20 Jeremy Mikola <jmikola@gmail.com>
115+
* Add 1.0.0alpha2 release notes
116+
117+
1118
RELEASE 1.0.0alpha2
2119
--------------
3120
2015-08-20 Jeremy Mikola <jmikola@gmail.com>

0 commit comments

Comments
 (0)