|
| 1 | +2015-03-11 Hannes Magnusson < [email protected]> |
| 2 | + * MO now actually creates this initial user, use correct subject to fix the X509 tests |
| 3 | + |
| 4 | +2015-03-11 Hannes Magnusson < [email protected]> |
| 5 | + * libbson 1.1.2 & mongoc 1.1.2 |
| 6 | + |
| 7 | +2015-03-11 Hannes Magnusson < [email protected]> |
| 8 | + * Add "make help" since I always forget the names |
| 9 | + |
| 10 | +2015-03-05 Hannes Magnusson < [email protected]> |
| 11 | + * PHP5.6 change serveral TLS verfication defaults |
| 12 | + |
| 13 | +2015-03-05 Hannes Magnusson < [email protected]> |
| 14 | + * PHPC-171: SSL Doesn't work in PHP5.6 |
| 15 | + |
| 16 | +2015-03-04 Hannes Magnusson < [email protected]> |
| 17 | + * Bump submodules |
| 18 | + |
| 19 | +2015-03-04 Hannes Magnusson < [email protected]> |
| 20 | + * Bump bundled version |
| 21 | + |
| 22 | +2015-03-04 Hannes Magnusson < [email protected]> |
| 23 | + * Fix tests for MongoDB 3.0.0 |
| 24 | + |
| 25 | +2015-03-04 Hannes Magnusson < [email protected]> |
| 26 | + * PHPC-129: Fix tests for HIPPO can't throw InvalidArgumentException on argument errors |
| 27 | + |
| 28 | +2015-03-03 Hannes Magnusson < [email protected]> |
| 29 | + * Bump mongoc for PHPC-167 |
| 30 | + |
| 31 | +2015-03-03 Hannes Magnusson < [email protected]> |
| 32 | + * Add micro-optimization tip for the future |
| 33 | + |
| 34 | +2015-03-03 Hannes Magnusson < [email protected]> |
| 35 | + * PHPC-129: HIPPO can't throw InvalidArgumentException on argument errors |
| 36 | + |
| 37 | +2015-03-03 Hannes Magnusson < [email protected]> |
| 38 | + * Simplify debug logging logic when running tests standalone |
| 39 | + |
| 40 | +2015-03-03 Hannes Magnusson < [email protected]> |
| 41 | + * PHPC-163: Throw BulkWriteException on BulkWrite failure |
| 42 | + |
| 43 | +2015-02-27 Hannes Magnusson < [email protected]> |
| 44 | + * PHPC-166: Disable (un)serializing of phongo objects |
| 45 | + |
| 46 | +2015-02-20 Hannes Magnusson < [email protected]> |
| 47 | + * PHPC-165: Rename WriteBatch to BulkWrite |
| 48 | + |
| 49 | +2015-02-19 Hannes Magnusson < [email protected]> |
| 50 | + * PHPC-164: Throw MongoDB\Driver\ConnectionTimeoutException |
| 51 | + |
| 52 | +2015-02-19 Hannes Magnusson < [email protected]> |
| 53 | + * This is a Manager, not MongoClient |
| 54 | + |
| 55 | +2015-02-19 Hannes Magnusson < [email protected]> |
| 56 | + * Ignore me. Trim trailing space |
| 57 | + |
| 58 | +2015-02-19 Hannes Magnusson < [email protected]> |
| 59 | + * PHPC-107: Throw ExecutionTimeoutException for maxTimeMs |
| 60 | + |
| 61 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 62 | + * PHPC-159: memleak on failed path resolving |
| 63 | + |
| 64 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 65 | + * PHPC-158: Split queryFlags bitmask option into specific options |
| 66 | + |
| 67 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 68 | + * PHPC-157: Consolidate CommandResult and QueryResult classes |
| 69 | + |
| 70 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 71 | + * PHPC-157: QueryResult and CommandResult are now Result |
| 72 | + |
| 73 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 74 | + * rebase with Result.c |
| 75 | + |
| 76 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 77 | + * PHPC-157: Renamed getResponseDocument() to toArray() |
| 78 | + |
| 79 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 80 | + * PHPC-157: Consolidate CommandResult and QueryResult classes |
| 81 | + |
| 82 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 83 | + * PHPC-157: Remove QueryResult |
| 84 | + |
| 85 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 86 | + * bump mongoc |
| 87 | + |
| 88 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 89 | + * PHPC-155: WriteConcernError->getInfo() can be scalar |
| 90 | + |
| 91 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 92 | + * Add a note about PHPC-72 |
| 93 | + |
| 94 | +2015-02-18 Hannes Magnusson < [email protected]> |
| 95 | + * PHPC-154: WriteError can have info field |
| 96 | + |
| 97 | +2015-02-06 Hannes Magnusson < [email protected]> |
| 98 | + * PHPC-153: Rename cursorFlags to queryFlags in Query |
| 99 | + |
| 100 | +2015-02-06 Hannes Magnusson < [email protected]> |
| 101 | + * PHPC-152: Throw MongoDB\Driver\InvalidArgumentException on argument errors |
| 102 | + |
| 103 | +2015-02-06 Hannes Magnusson < [email protected]> |
| 104 | + * Throw our RuntimeException, not SPL |
| 105 | + |
| 106 | +2015-02-02 Hannes Magnusson < [email protected]> |
| 107 | + * post release bump |
| 108 | + |
| 109 | +2015-02-02 Hannes Magnusson < [email protected]> |
| 110 | + * Add 0.1.4 release notes |
0 commit comments