-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,137 @@ | ||
RELEASE 1.0.0-beta2 | ||
------------------- | ||
2015-12-25 Jeremy Mikola <[email protected]> | ||
* PHPLIB-135: Support validator options for CreateCollection | ||
|
||
2015-12-25 Jeremy Mikola <[email protected]> | ||
* Don't use empty() to check for empty documents | ||
|
||
2015-12-24 Jeremy Mikola <[email protected]> | ||
* Clean up some doc block typos | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* PHPLIB-138: Support typeMap option for aggregate and find operations | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* PHPLIB-138: Support typeMap option for Database::command() | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* PHPLIB-138: Support typeMap option for core classes | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* Refactor option handling for Client, Database, and Collection | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* PHPLIB-132: Add MongoDB 3.2 to Travis CI build matrix | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* Add PHP 7 to Travis CI build matrix | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* CreateIndexes can require that $indexes be a list | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* Use InvalidArgumentTypeException for index option validation | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* Remove unnecessary use statement | ||
|
||
2015-12-23 Jeremy Mikola <[email protected]> | ||
* PHPLIB-121: Support indexOptionDefaults option for CreateCollection | ||
|
||
2015-12-22 Jeremy Mikola <[email protected]> | ||
* PHPLIB-130: Support readConcern option on read operations | ||
|
||
2015-12-17 Jeremy Mikola <[email protected]> | ||
* PHPLIB-130: Support readConcern option for Database and Collection | ||
|
||
2015-12-22 Jeremy Mikola <[email protected]> | ||
* PHPLIB-129: Support writeConcern option for findAndModify | ||
|
||
2015-12-17 Jeremy Mikola <[email protected]> | ||
* PHPLIB-132: Bump ext-mongodb dependency to >=1.1.0 | ||
|
||
2015-12-13 Jeremy Mikola <[email protected]> | ||
* PHPLIB-125: Support bypassDocumentValidation option on write commands | ||
|
||
2015-12-16 Jeremy Mikola <[email protected]> | ||
* Manually register mongodb.so for PHP 5.4 builds on Travis | ||
|
||
2015-12-16 Jeremy Mikola <[email protected]> | ||
* Use explicit version when installing driver extension | ||
|
||
2015-12-16 Jeremy Mikola <[email protected]> | ||
* Use private constant in lieu of hard-coded string | ||
|
||
2015-12-16 Jeremy Mikola <[email protected]> | ||
* PHPLIB-122: Checking "ok" field in command results is redundant | ||
|
||
2015-11-14 Anton Tuyakhov <[email protected]> | ||
* PHPLIB-153: Add Database::command() helper | ||
|
||
2015-12-16 Jeremy Mikola <[email protected]> | ||
* Move invalid data providers to base TestCase class | ||
|
||
2015-12-13 Anton Tuyakhov <[email protected]> | ||
* Fix distinct maxTimeMS option | ||
|
||
2015-12-14 Jeremy Mikola <[email protected]> | ||
* Revert "PHPLIB-151: Use IPv4 localhost address for default URI" | ||
|
||
2015-12-13 Jeremy Mikola <[email protected]> | ||
* PHPLIB-152: Use 1 instead of -1 for FindOne limit | ||
|
||
2015-12-13 Jeremy Mikola <[email protected]> | ||
* PHPLIB-151: Use IPv4 localhost address for default URI | ||
|
||
2015-12-11 Jeremy Mikola <[email protected]> | ||
* Remove unused property | ||
|
||
2015-11-02 Remi Collet <[email protected]> | ||
* PedantryTest can ignore autoload.php added by downstream | ||
|
||
2015-12-02 Jeremy Mikola <[email protected]> | ||
* Update package install instructions in readme | ||
|
||
2015-12-02 Jeremy Mikola <[email protected]> | ||
* Update dev branch alias | ||
|
||
2015-11-25 Hannes Magnusson <[email protected]> | ||
* Its a bit creepy seeing my family in bug reports | ||
|
||
2015-11-24 Jeremy Mikola <[email protected]> | ||
* PHPLIB-49: withOptions() clone method for Database and Collection | ||
|
||
2015-11-24 Jeremy Mikola <[email protected]> | ||
* PHPLIB-145: __debugInfo for Client, Database, and Collection | ||
|
||
2015-11-24 Jeremy Mikola <[email protected]> | ||
* PHPLIB-144: Use arrays to take Database and Collection options | ||
|
||
2015-11-24 Jeremy Mikola <[email protected]> | ||
* PHPLIB-143: Default URI for Client constructor | ||
|
||
2015-11-24 Jeremy Mikola <[email protected]> | ||
* PHPLIB-90: Client::__toString() should return connection URI | ||
|
||
2015-11-18 Jeremy Mikola <[email protected]> | ||
* PHPLIB-85: Legacy index creation should use {w:1} | ||
|
||
2015-11-18 Jeremy Mikola <[email protected]> | ||
* Split IndexManagementFunctionalTest into Operation tests | ||
|
||
2015-11-13 Jeremy Mikola <[email protected]> | ||
* PHPLIB-68: Throw when accessing fields in unacknowledged write result | ||
|
||
2015-11-13 Jeremy Mikola <[email protected]> | ||
* Functional tests for Delete, Insert, and Update operations | ||
|
||
2015-11-13 Jeremy Mikola <[email protected]> | ||
* Convert bulk write Collection functional test to Operation | ||
|
||
2015-11-02 Jeremy Mikola <[email protected]> | ||
* Add 1.0.0-beta1 release notes | ||
|
||
RELEASE 1.0.0-beta1 | ||
------------------- | ||
2015-11-02 Jeremy Mikola <[email protected]> | ||
|