|
| 1 | +RELEASE 1.0.0-beta2 |
| 2 | +------------------- |
| 3 | +2015-12-25 Jeremy Mikola < [email protected]> |
| 4 | + * PHPLIB-135: Support validator options for CreateCollection |
| 5 | + |
| 6 | +2015-12-25 Jeremy Mikola < [email protected]> |
| 7 | + * Don't use empty() to check for empty documents |
| 8 | + |
| 9 | +2015-12-24 Jeremy Mikola < [email protected]> |
| 10 | + * Clean up some doc block typos |
| 11 | + |
| 12 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 13 | + * PHPLIB-138: Support typeMap option for aggregate and find operations |
| 14 | + |
| 15 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 16 | + * PHPLIB-138: Support typeMap option for Database::command() |
| 17 | + |
| 18 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 19 | + * PHPLIB-138: Support typeMap option for core classes |
| 20 | + |
| 21 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 22 | + * Refactor option handling for Client, Database, and Collection |
| 23 | + |
| 24 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 25 | + * PHPLIB-132: Add MongoDB 3.2 to Travis CI build matrix |
| 26 | + |
| 27 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 28 | + * Add PHP 7 to Travis CI build matrix |
| 29 | + |
| 30 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 31 | + * CreateIndexes can require that $indexes be a list |
| 32 | + |
| 33 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 34 | + * Use InvalidArgumentTypeException for index option validation |
| 35 | + |
| 36 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 37 | + * Remove unnecessary use statement |
| 38 | + |
| 39 | +2015-12-23 Jeremy Mikola < [email protected]> |
| 40 | + * PHPLIB-121: Support indexOptionDefaults option for CreateCollection |
| 41 | + |
| 42 | +2015-12-22 Jeremy Mikola < [email protected]> |
| 43 | + * PHPLIB-130: Support readConcern option on read operations |
| 44 | + |
| 45 | +2015-12-17 Jeremy Mikola < [email protected]> |
| 46 | + * PHPLIB-130: Support readConcern option for Database and Collection |
| 47 | + |
| 48 | +2015-12-22 Jeremy Mikola < [email protected]> |
| 49 | + * PHPLIB-129: Support writeConcern option for findAndModify |
| 50 | + |
| 51 | +2015-12-17 Jeremy Mikola < [email protected]> |
| 52 | + * PHPLIB-132: Bump ext-mongodb dependency to >=1.1.0 |
| 53 | + |
| 54 | +2015-12-13 Jeremy Mikola < [email protected]> |
| 55 | + * PHPLIB-125: Support bypassDocumentValidation option on write commands |
| 56 | + |
| 57 | +2015-12-16 Jeremy Mikola < [email protected]> |
| 58 | + * Manually register mongodb.so for PHP 5.4 builds on Travis |
| 59 | + |
| 60 | +2015-12-16 Jeremy Mikola < [email protected]> |
| 61 | + * Use explicit version when installing driver extension |
| 62 | + |
| 63 | +2015-12-16 Jeremy Mikola < [email protected]> |
| 64 | + * Use private constant in lieu of hard-coded string |
| 65 | + |
| 66 | +2015-12-16 Jeremy Mikola < [email protected]> |
| 67 | + * PHPLIB-122: Checking "ok" field in command results is redundant |
| 68 | + |
| 69 | +2015-11-14 Anton Tuyakhov < [email protected]> |
| 70 | + * PHPLIB-153: Add Database::command() helper |
| 71 | + |
| 72 | +2015-12-16 Jeremy Mikola < [email protected]> |
| 73 | + * Move invalid data providers to base TestCase class |
| 74 | + |
| 75 | +2015-12-13 Anton Tuyakhov < [email protected]> |
| 76 | + * Fix distinct maxTimeMS option |
| 77 | + |
| 78 | +2015-12-14 Jeremy Mikola < [email protected]> |
| 79 | + * Revert "PHPLIB-151: Use IPv4 localhost address for default URI" |
| 80 | + |
| 81 | +2015-12-13 Jeremy Mikola < [email protected]> |
| 82 | + * PHPLIB-152: Use 1 instead of -1 for FindOne limit |
| 83 | + |
| 84 | +2015-12-13 Jeremy Mikola < [email protected]> |
| 85 | + * PHPLIB-151: Use IPv4 localhost address for default URI |
| 86 | + |
| 87 | +2015-12-11 Jeremy Mikola < [email protected]> |
| 88 | + * Remove unused property |
| 89 | + |
| 90 | +2015-11-02 Remi Collet < [email protected]> |
| 91 | + * PedantryTest can ignore autoload.php added by downstream |
| 92 | + |
| 93 | +2015-12-02 Jeremy Mikola < [email protected]> |
| 94 | + * Update package install instructions in readme |
| 95 | + |
| 96 | +2015-12-02 Jeremy Mikola < [email protected]> |
| 97 | + * Update dev branch alias |
| 98 | + |
| 99 | +2015-11-25 Hannes Magnusson < [email protected]> |
| 100 | + * Its a bit creepy seeing my family in bug reports |
| 101 | + |
| 102 | +2015-11-24 Jeremy Mikola < [email protected]> |
| 103 | + * PHPLIB-49: withOptions() clone method for Database and Collection |
| 104 | + |
| 105 | +2015-11-24 Jeremy Mikola < [email protected]> |
| 106 | + * PHPLIB-145: __debugInfo for Client, Database, and Collection |
| 107 | + |
| 108 | +2015-11-24 Jeremy Mikola < [email protected]> |
| 109 | + * PHPLIB-144: Use arrays to take Database and Collection options |
| 110 | + |
| 111 | +2015-11-24 Jeremy Mikola < [email protected]> |
| 112 | + * PHPLIB-143: Default URI for Client constructor |
| 113 | + |
| 114 | +2015-11-24 Jeremy Mikola < [email protected]> |
| 115 | + * PHPLIB-90: Client::__toString() should return connection URI |
| 116 | + |
| 117 | +2015-11-18 Jeremy Mikola < [email protected]> |
| 118 | + * PHPLIB-85: Legacy index creation should use {w:1} |
| 119 | + |
| 120 | +2015-11-18 Jeremy Mikola < [email protected]> |
| 121 | + * Split IndexManagementFunctionalTest into Operation tests |
| 122 | + |
| 123 | +2015-11-13 Jeremy Mikola < [email protected]> |
| 124 | + * PHPLIB-68: Throw when accessing fields in unacknowledged write result |
| 125 | + |
| 126 | +2015-11-13 Jeremy Mikola < [email protected]> |
| 127 | + * Functional tests for Delete, Insert, and Update operations |
| 128 | + |
| 129 | +2015-11-13 Jeremy Mikola < [email protected]> |
| 130 | + * Convert bulk write Collection functional test to Operation |
| 131 | + |
| 132 | +2015-11-02 Jeremy Mikola < [email protected]> |
| 133 | + * Add 1.0.0-beta1 release notes |
| 134 | + |
1 | 135 | RELEASE 1.0.0-beta1
|
2 | 136 | -------------------
|
3 | 137 | 2015-11-02 Jeremy Mikola < [email protected]>
|
|
0 commit comments