Releases: akamai/AkamaiOPEN-edgegrid-php
Releases · akamai/AkamaiOPEN-edgegrid-php
Release 2.0.0
Fixed an issue with handling trailing whitespace in credentials
akamai-open/edgegrid-auth 1.0.0
This release is the final 1.0.0 (stable) release for akamai-open/edgegrid-auth
.
Minor bugfix to testfiles
1.0.0beta2 Update Changelog for 1.0.0beta2
Improved continuous integration, including Windows testing
- Improved tests
- Improved continuous integration, including Windows testing
This is the first beta release for the akamai-open/edgegrid-php package.
Add support for using environment variables for credentials
Added a new Authentication::createInstance()
method that will try to use the environment and fallback to .edgerc
.
This method will check in order:
AKAMAI_{SECTION}_*
environment variables- if using the
default
section,AKAMAI_*
environment variables - the specified (or
default
if none) section in.edgerc
- if not using the
default
section,AKAMAI_*
environment variables
This new method is the recommended way for instantiating an instance.
The environment variables are:
AKAMAI_HOST
orAKAMAI_{SECTION}_HOST
AKAMAI_CLIENT_TOKEN
orAKAMAI_{SECTION}_CLIENT_TOKEN
AKAMAI_CLIENT_SECRET
orAKAMAI_{SECTION}_CLIENT_SECRET
AKAMAI_ACCESS_TOKEN
orAKAMAI_{SECTION}_ACCESS_TOKEN
Fix PHP 7.1 compatiblity
This release contains a single fix (#1) to fix unit tests on PHP 7.1
Initial release of akamai-open/edgegrid-auth
- Initial release as a separate package
- PHP 5.3 compatibility fixes
Note: If you are using
akamai-open/edgegrid-client
as a composer dependency, it will continue to function without any changes. If you are using git, svn, or have been downloading releases, you will now find them at akamai-open/AkamaiOPEN-edgegrid-php-client