-
Notifications
You must be signed in to change notification settings - Fork 205
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
110 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 |
---|---|---|
@@ -0,0 +1,110 @@ | ||
2015-03-11 Hannes Magnusson <[email protected]> | ||
* MO now actually creates this initial user, use correct subject to fix the X509 tests | ||
|
||
2015-03-11 Hannes Magnusson <[email protected]> | ||
* libbson 1.1.2 & mongoc 1.1.2 | ||
|
||
2015-03-11 Hannes Magnusson <[email protected]> | ||
* Add "make help" since I always forget the names | ||
|
||
2015-03-05 Hannes Magnusson <[email protected]> | ||
* PHP5.6 change serveral TLS verfication defaults | ||
|
||
2015-03-05 Hannes Magnusson <[email protected]> | ||
* PHPC-171: SSL Doesn't work in PHP5.6 | ||
|
||
2015-03-04 Hannes Magnusson <[email protected]> | ||
* Bump submodules | ||
|
||
2015-03-04 Hannes Magnusson <[email protected]> | ||
* Bump bundled version | ||
|
||
2015-03-04 Hannes Magnusson <[email protected]> | ||
* Fix tests for MongoDB 3.0.0 | ||
|
||
2015-03-04 Hannes Magnusson <[email protected]> | ||
* PHPC-129: Fix tests for HIPPO can't throw InvalidArgumentException on argument errors | ||
|
||
2015-03-03 Hannes Magnusson <[email protected]> | ||
* Bump mongoc for PHPC-167 | ||
|
||
2015-03-03 Hannes Magnusson <[email protected]> | ||
* Add micro-optimization tip for the future | ||
|
||
2015-03-03 Hannes Magnusson <[email protected]> | ||
* PHPC-129: HIPPO can't throw InvalidArgumentException on argument errors | ||
|
||
2015-03-03 Hannes Magnusson <[email protected]> | ||
* Simplify debug logging logic when running tests standalone | ||
|
||
2015-03-03 Hannes Magnusson <[email protected]> | ||
* PHPC-163: Throw BulkWriteException on BulkWrite failure | ||
|
||
2015-02-27 Hannes Magnusson <[email protected]> | ||
* PHPC-166: Disable (un)serializing of phongo objects | ||
|
||
2015-02-20 Hannes Magnusson <[email protected]> | ||
* PHPC-165: Rename WriteBatch to BulkWrite | ||
|
||
2015-02-19 Hannes Magnusson <[email protected]> | ||
* PHPC-164: Throw MongoDB\Driver\ConnectionTimeoutException | ||
|
||
2015-02-19 Hannes Magnusson <[email protected]> | ||
* This is a Manager, not MongoClient | ||
|
||
2015-02-19 Hannes Magnusson <[email protected]> | ||
* Ignore me. Trim trailing space | ||
|
||
2015-02-19 Hannes Magnusson <[email protected]> | ||
* PHPC-107: Throw ExecutionTimeoutException for maxTimeMs | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-159: memleak on failed path resolving | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-158: Split queryFlags bitmask option into specific options | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-157: Consolidate CommandResult and QueryResult classes | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-157: QueryResult and CommandResult are now Result | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* rebase with Result.c | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-157: Renamed getResponseDocument() to toArray() | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-157: Consolidate CommandResult and QueryResult classes | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-157: Remove QueryResult | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* bump mongoc | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-155: WriteConcernError->getInfo() can be scalar | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* Add a note about PHPC-72 | ||
|
||
2015-02-18 Hannes Magnusson <[email protected]> | ||
* PHPC-154: WriteError can have info field | ||
|
||
2015-02-06 Hannes Magnusson <[email protected]> | ||
* PHPC-153: Rename cursorFlags to queryFlags in Query | ||
|
||
2015-02-06 Hannes Magnusson <[email protected]> | ||
* PHPC-152: Throw MongoDB\Driver\InvalidArgumentException on argument errors | ||
|
||
2015-02-06 Hannes Magnusson <[email protected]> | ||
* Throw our RuntimeException, not SPL | ||
|
||
2015-02-02 Hannes Magnusson <[email protected]> | ||
* post release bump | ||
|
||
2015-02-02 Hannes Magnusson <[email protected]> | ||
* Add 0.1.4 release notes |