- Enable compiler optimization for the
sprintf
function.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS enhancement: Documentation updates.
- AWS api-change: Add
AUTOSCALING_TERMINATION
const toDeploymentCreator
.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- The return type for the methods
getFailed
,getInProgress
,getPending
,getReady
,getSkipped
andgetSucceeded
of\AsyncAws\CodeDeploy\ValueObject\DeploymentOverview
usesint
instead ofstring
to reflect the AWS type.
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- AWS api-change: This release allows you to override the alarm configurations when creating a deployment.
- AWS api-change: Added
us-iso-west-1
region - AWS api-change: Use specific configuration for
us
regions - Added
createDeployment
method - Added
getDeployment
method
- AWS api-change: Improve documentation
- Assert the provided Input can be json-encoded.
- Added documentation in class headers.
- Added domain exceptions.
- If provided an unrecognized region, then fallback to default region config
- Added region us-isob-east-1
- Support for PHP 8
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- Use camelCase for all getter methods.
First version