|
30 | 30 | <active>yes</active>
|
31 | 31 | </lead>
|
32 | 32 |
|
33 |
| - <date>2014-07-30</date> |
34 |
| - <time>12:10:39</time> |
| 33 | + <date>2014-09-16</date> |
| 34 | + <time>10:10:39</time> |
35 | 35 | <version>
|
36 |
| - <release>1.5.5</release> |
37 |
| - <api>1.5.5</api> |
| 36 | + <release>1.5.6</release> |
| 37 | + <api>1.5.6</api> |
38 | 38 | </version>
|
39 | 39 | <stability>
|
40 | 40 | <release>stable</release>
|
|
43 | 43 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
|
44 | 44 | <notes>
|
45 | 45 | ** Bug
|
46 |
| - * [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message |
47 |
| - * [PHP-1105] - long_as_object = 0 no effect |
48 |
| - * [PHP-1107] - Connections to server hangs when indexes are being created |
49 |
| - * [PHP-1131] - Journal option should set "j" field in GLE instead of "journal" |
| 46 | + * [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero |
| 47 | + * [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively |
| 48 | + * [PHP-1158] - Driver emits warnings after setting connectTimeoutMS |
| 49 | + * [PHP-1220] - Client doesn't find Primary after election |
| 50 | + |
| 51 | +** Improvement |
| 52 | + * [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent |
50 | 53 |
|
51 | 54 | ** Documentation
|
52 |
| - * [PHP-840] - Document deprecated MongoClient properties |
53 |
| - * [PHP-1081] - MongoId $id property is not documented correctly |
54 |
| - * [PHP-1147] - Clean up GridFS insert/delete method documentation |
55 |
| - * [PHP-1148] - Add "ssl" connection option to MongoClient changelog |
| 55 | + * [PHP-1157] - Fix documentation for MongoCursor::timeout() default |
| 56 | + * [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs |
| 57 | + * [PHP-1162] - Update documentation for MongoLog constants |
| 58 | + * [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation |
| 59 | + * [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept |
56 | 60 | </notes>
|
57 | 61 |
|
58 | 62 | <contents>
|
|
243 | 247 | </notes>
|
244 | 248 | </release>
|
245 | 249 |
|
| 250 | + <release> |
| 251 | + <date>2014-07-30</date> |
| 252 | + <time>12:10:39</time> |
| 253 | + <version> |
| 254 | + <release>1.5.5</release> |
| 255 | + <api>1.5.5</api> |
| 256 | + </version> |
| 257 | + <stability> |
| 258 | + <release>stable</release> |
| 259 | + <api>stable</api> |
| 260 | + </stability> |
| 261 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license> |
| 262 | + <notes> |
| 263 | +** Bug |
| 264 | + * [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message |
| 265 | + * [PHP-1105] - long_as_object = 0 no effect |
| 266 | + * [PHP-1107] - Connections to server hangs when indexes are being created |
| 267 | + * [PHP-1131] - Journal option should set "j" field in GLE instead of "journal" |
| 268 | + |
| 269 | +** Documentation |
| 270 | + * [PHP-840] - Document deprecated MongoClient properties |
| 271 | + * [PHP-1081] - MongoId $id property is not documented correctly |
| 272 | + * [PHP-1147] - Clean up GridFS insert/delete method documentation |
| 273 | + * [PHP-1148] - Add "ssl" connection option to MongoClient changelog |
| 274 | + </notes> |
| 275 | + </release> |
| 276 | + |
246 | 277 | <release>
|
247 | 278 | <date>2014-06-05</date>
|
248 | 279 | <time>12:21:05</time>
|
|
0 commit comments