Skip to content

2.0.0-alpha6

Pre-release
Pre-release
Compare
Choose a tag to compare
@mxr576 mxr576 released this 09 Nov 15:48
· 242 commits to 2.x since this release
d8b6ac0
  • 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. See README.md Unit Tests section for more information.
  • 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.