- use strict comparison
null !==
instead of!
- Enable compiler optimization for the
sprintf
function. - AWS enhancement: Documentation updates.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS api-change: Added
fips-ca-west-1
regions
- Allow passing explicit null values for optional fields of input objects
- The return type for
\AsyncAws\Ssm\Result\PutParameterResult::getVersion
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\Ssm\ValueObject\Parameter::getVersion
usesint
instead ofstring
to reflect the AWS type.
- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- Added
us-iso-west-1
region - AWS enhancement: Documentation updates.
- AWS api-change: Added
ca-central-1
region - AWS api-change: Use specific configuration for
us
regions - AWS enhancement: Documentation updates.
- Added operation
DeleteParameters
- Assert the provided Input can be json-encoded.
- AWS enhancement: Documentation updates for AWS Systems Manager.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- AWS enhancement: Added region "us-iso-east-1".
- Added domain exceptions
- Make sure we throw exception from async-aws/core
- If provided an unrecognized region, then fallback to default region config
- AWS api-change: Improve documentation for
GetParametersByPathRequest::$Path
.
- The following regions are no longer supported by AWS and has been remove from
the client:
ssm-facade-fips-us-east-1
,ssm-facade-fips-us-east-2
,ssm-facade-fips-us-gov-east-1
,ssm-facade-fips-us-gov-west-1
,ssm-facade-fips-us-west-1
,ssm-facade-fips-us-west-2
.
- AWS api-change: Added region
fips-ca-central-1
- Support for PHP 8
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- parameter
type
ofputParameter
is optional.
- Add return typehint for
getParametersByPath
- Support only version 1.0 of async-aws/core
First version