Skip to content

Commit

Permalink
Add 0.2.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Mar 23, 2015
1 parent 809e99d commit 646eb6d
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions RELEASE-0.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
2015-03-23 Hannes Magnusson <[email protected]>
* PHPC-174: Rename module registration, constants and so on to mongodb

2015-03-23 Hannes Magnusson <[email protected]>
* Bump release to 0.2.0-alpha

2015-03-23 Hannes Magnusson <[email protected]>
* Include the version and config templates

2015-03-23 Hannes Magnusson <[email protected]>
* Only run our tests as part of release for now

2015-03-23 Hannes Magnusson <[email protected]>
* PHPC-174: Rename phongo to mongodb

2015-03-23 Hannes Magnusson <[email protected]>
* PHPC-174: Use consistent extension names for PHP and HHVM drivers

2015-03-23 Hannes Magnusson <[email protected]>
* PHPC-195: Fix typo and couple of missing incldues

2015-03-23 Hannes Magnusson <[email protected]>
* PHPC-195: Remove mongoc/bson header file workarounds

2015-03-23 Hannes Magnusson <[email protected]>
* Test for PHPC-186

2015-03-23 Hannes Magnusson <[email protected]>
* Remove char * casting, the macro soup leads to incorrect sizeof

2015-03-20 Hannes Magnusson <[email protected]>
* Fix zts

2015-03-20 Hannes Magnusson <[email protected]>
* PHPC-183: Add -Wdeclaration-after-statement to --enable-developers-flags

2015-03-20 Hannes Magnusson <[email protected]>
* PHPC-183: Fix compiler warnings with -Wdeclaration-after-statement

2015-03-20 Hannes Magnusson <[email protected]>
* PHPC-189: Implement Manager->getServers()

2015-03-20 Hannes Magnusson <[email protected]>
* PHPC-188: Populate MongoDB\Driver\Server

2015-03-20 Hannes Magnusson <[email protected]>
* PHPC-24 PHPC-77 PHPC-69 Provide a functioning Server object

2015-03-19 Hannes Magnusson <[email protected]>
* bump submodule to mongoc 1.2.0-dev - includes sdam stuff

2015-03-18 Hannes Magnusson <[email protected]>
* PHPC-106: Comment out var_dump() data for now

2015-03-18 Hannes Magnusson <[email protected]>
* PHPC-106: Enable mongoc SDAM build

2015-03-18 Hannes Magnusson <[email protected]>
* PHPC-106: Connect asynchronouslyish

2015-03-19 Hannes Magnusson <[email protected]>
* PHPC-106: Implement the new poll callback

2015-03-18 Hannes Magnusson <[email protected]>
* In SDAM this is forbidden and throws exception

2015-03-18 Hannes Magnusson <[email protected]>
* Show the response when the test fails

2015-03-18 Hannes Magnusson <[email protected]>
* Store the original mongoc_uri_t not just the options bson

2015-03-18 Hannes Magnusson <[email protected]>
* Add a little tracing love

2015-03-18 Hannes Magnusson <[email protected]>
* Properly block on socket writes

2015-03-18 Hannes Magnusson <[email protected]>
* Fix null pointer exception

2015-03-17 Hannes Magnusson <[email protected]>
* Unhide this

2015-03-17 Jeremy Mikola <[email protected]>
* Merge pull request #27

2015-03-17 Jeremy Mikola <[email protected]>
* Return const struct pointers from zval getters

2015-03-17 Jeremy Mikola <[email protected]>
* PHPC-181: Discard const qualifiers for PHP API

2015-03-17 Jeremy Mikola <[email protected]>
* PHPC-181: Use const for pointer args where applicable

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: Fix limited batch import

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: No need to sleep anything, we get a fresh connection in next test

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: We now load 1024 users

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: We now generate 1024 users, only load the first 100

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: Cache the fixtures

2015-03-16 Hannes Magnusson <[email protected]>
* Surpress timezone warning by adding it to the ini

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: Rename constant and pass the cleanup uri explicitly

2015-03-16 Hannes Magnusson <[email protected]>
* PHPC-180: Replace this Orchestration wrapper with significantly simpler code

2015-03-16 Hannes Magnusson <[email protected]>
* Use underscore for the id so we can declare them as constants in php

2015-03-16 Hannes Magnusson <[email protected]>
* Use readable name for the replicaset nodes

2015-03-16 Hannes Magnusson <[email protected]>
* Minor README updates

2015-03-13 Jeremy Mikola <[email protected]>
* Merge pull request #26

2015-03-12 Jeremy Mikola <[email protected]>
* PHPC-168: Implement WriteResult::isAcknowledged()

2015-03-12 Jeremy Mikola <[email protected]>
* PHPC-170: Don't set write concern on bulk unnecessarily

2015-03-12 Jeremy Mikola <[email protected]>
* PHPC-177: Include all fields in WriteConcern debug output

2015-03-12 Jeremy Mikola <[email protected]>
* Remove unnecessary Manager and apply EXPECTF patterns

2015-03-12 Jeremy Mikola <[email protected]>
* Update Ubuntu's package repository before installing

2015-03-12 Hannes Magnusson <[email protected]>
* Fixed missing type specifier warning

2015-03-12 Hannes Magnusson <[email protected]>
* Fix build on MacOSX

2015-03-11 Hannes Magnusson <[email protected]>
* Its a bulk

2015-03-11 Hannes Magnusson <[email protected]>
* post release bump

2015-03-11 Hannes Magnusson <[email protected]>
* Add 0.1.5 release notes

0 comments on commit 646eb6d

Please sign in to comment.