- AWS api-change: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
- AWS enhancement: Documentation updates.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS api-change: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
- Improve parameter type and return type in phpdoc
- AWS enhancement: Documentation updates.
- AWS api-change: Added
us-gov-east-1-fips
andus-gov-west-1-fips
regions
- AWS api-change: Add support to AWS CloudFormation Hooks.
- AWS api-change: Added
us-iso-west-1
region - AWS api-change: Use specific configuration for
us
regions - AWS enhancement: Documentation updates.
- Added
describeStackDriftDetectionStatus
method.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- AWS api-change: AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.
- If provided an unrecognized region, then fallback to default region config
- Make sure we throw exception from async-aws/core
- Support for PHP 8
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- Add return typehint for
describeStackEvents
anddescribeStacks
- Support only version 1.0 of async-aws/core
- Dependency on
symfony/http-client-contracts
- All
validate()
methods on the inputs. They are merged withrequest()
.
- Moved value objects to a dedicated namespace.
- Results'
populateResult()
has only one argument. It takes aAsyncAws\Core\Response
. - Using
DateTimeImmutable
instead ofDateTimeInterface
- The
AsyncAws\CloudFormation\Enum\*
,AsyncAws\CloudFormation\Input\*
andAsyncAws\CloudFormation\ValueObject*
classes are marked final.
- Enums;
Capability
,ResourceStatus
,StackDriftStatus
,StackStatus
- Removed
requestBody()
,requestHeaders()
,requestQuery()
andrequestUri()
input classes. They are replaced withrequest()
. - Using async-aws/core: 0.4.0
- Using async-aws/core: 0.3.0
First version