Skip to content

Commit

Permalink
Merge pull request #28 from mxr576/alpha6_preps
Browse files Browse the repository at this point in the history
Added changes introduced in alpha6.
  • Loading branch information
mxr576 authored Nov 9, 2018
2 parents 0b6f0f9 + 00b39ba commit d8b6ac0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.0.0-alpha6 - 2018-11-09
* idProperty() on entity objects is a static method from now.
* Setters on entities now accepts variable lengths arguments instead of an array. This way we can leverage PHP's built-in type check on these methods as well.
* Developer and company entities extends and implements one new parent class and interface: AppOwner and AppOwnerInterface.
* Refactored management API tests.
* New environment variable: APIGEE_EDGE_PHP_CLIENT_API_CLIENT
* Bumped minimum required versions from php-client/httplug and php-client/client-common packages.
* Travis CI: Removed PHP nightly builds from the test matrix, fixed failed tests caused by Composer process timeout.

## 2.0.0-alpha5 - 2018-10-08
* Added missing constructor to the Company entity.
* Added "JSON_PRESERVE_ZERO_FRACTION" to the serializer to ensure float values are always encoded as a float value.
Expand Down

0 comments on commit d8b6ac0

Please sign in to comment.