Skip to content

Commit 102461b

Browse files
committed
Add 1.1.0 release notes
1 parent 6b3988e commit 102461b

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

RELEASE-1.1

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
RELEASE 1.1.0
2+
-------------
3+
2015-12-15 Jeremy Mikola <jmikola@gmail.com>
4+
* Initial release notes for 1.1 series
5+
6+
2015-12-15 Jeremy Mikola <jmikola@gmail.com>
7+
* Bump extension version to 1.1.0
8+
9+
2015-12-14 Jeremy Mikola <jmikola@gmail.com>
10+
* PHPC-509: Default Manager URI to "mongodb://localhost:27017/"
11+
12+
2015-12-14 Jeremy Mikola <jmikola@gmail.com>
13+
* PHPC-448: Fix arginfo for ReadConcern constructor
14+
15+
2015-12-12 Jorgen Evens <jorgen@evens.eu>
16+
* PHPC-514: Fix --with-mongodb-sasl flag
17+
18+
2015-12-14 Hannes Magnusson <bjori@php.net>
19+
* PHPC-512: Disable async stream connections
20+
21+
2015-12-14 Jeremy Mikola <jmikola@gmail.com>
22+
* PHPC-508: Construct valid stream URI for IPv6 literals
23+
24+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
25+
* PHPC-448: Manager::getReadConcern() and URI test
26+
27+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
28+
* PHPC-448: Support readConcern option on Query
29+
30+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
31+
* PHPC-448: Implement ReadConcern class
32+
33+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
34+
* Fix include for mongoc-write-concern-private.h
35+
36+
2015-12-11 Hannes Magnusson <bjori@php.net>
37+
* Fix package license to be consistent with the source files
38+
39+
2015-12-11 Hannes Magnusson <bjori@php.net>
40+
* Accept MongoDB 3.2 package repo public keys on test VM
41+
42+
2015-12-05 Jeremy Mikola <jmikola@gmail.com>
43+
* PHPC-443: Support "bypassDocumentValidation" option in BulkWrite
44+
45+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
46+
* Update package repo public key for Travis CI builds
47+
48+
2015-12-10 Jeremy Mikola <jmikola@gmail.com>
49+
* Define STANDALONE as MongoDB 3.2 on Travis CI
50+
51+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
52+
* Bump libmongoc for CDRIVER-1046 memory leak fix
53+
54+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
55+
* PHPC-450: failReceivedGetmore does not support getMore commands
56+
57+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
58+
* PHPC-450: Don't assert exact isMaster response when dumping Servers
59+
60+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
61+
* PHPC-450: Split query tests for OP_QUERY and find command
62+
63+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
64+
* Add MongoDB 3.0 replica set test environment
65+
66+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
67+
* PHPC-450: Profiled aggregate commands log the collection NS in 3.2
68+
69+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
70+
* PHPC-450: Update open cursor check for MongoDB 3.2
71+
72+
2015-12-10 Derick Rethans <github@derickrethans.nl>
73+
* Use more descriptive unused value
74+
75+
2015-12-07 Hannes Magnusson <bjori@php.net>
76+
* Fixed PHPC-502: bson_init_static(): precondition failed: data
77+
78+
2015-12-09 Jeremy Mikola <jmikola@gmail.com>
79+
* Use consistent name for MongoDB 3.0 test server
80+
81+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
82+
* PHPC-450: Enable majority read concern by default in MO
83+
84+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
85+
* PHPC-450: Use MongoDB 3.2 final for testing
86+
87+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
88+
* Make server startup via MO more robust
89+
90+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
91+
* Register STANDALONE-3.0 with the test suite
92+
93+
2015-12-08 Jeremy Mikola <jmikola@gmail.com>
94+
* STANDALONE-3.0 port conflicted with STANDALONE-2.4
95+
96+
2015-12-08 Derick Rethans <github@derickrethans.nl>
97+
* Bump libmongoc and libbson to 1.3.0 releases
98+
99+
2015-12-02 Derick Rethans <github@derickrethans.nl>
100+
* This code has changed in 3.2, and make the error message clear
101+
102+
2015-12-02 Derick Rethans <github@derickrethans.nl>
103+
* Added 3.2.0rc5 to our Mongo Orchestration suite
104+
105+
2015-12-02 Derick Rethans <github@derickrethans.nl>
106+
* Added some more phpt test leftovers to .gitignore
107+
108+
2015-12-08 Remi Collet <fedora@famillecollet.com>
109+
* libmongoc 1.3 is not compatible
110+
111+
2015-12-07 Jeremy Mikola <jmikola@gmail.com>
112+
* Revise prep-release.php handling
113+
114+
2015-12-07 Jeremy Mikola <jmikola@gmail.com>
115+
* Back to -dev
116+
117+
2015-12-07 Jeremy Mikola <jmikola@gmail.com>
118+
* Add 1.0.1 release notes
119+
120+

0 commit comments

Comments
 (0)