- AWS api-change: Added
fips-ca-central-1
,fips-us-east-2
andfips-us-west-1
regions
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- Avoid overriding the exception message with the raw message
- Improve parameter type and return type in phpdoc
- Avoid overriding the exception message with the raw message
- AWS api-change: reorder regions
- AWS api-change: Added
fips-us-east-1
andfips-us-west-2
regions
- Assert the provided Input can be json-encoded.
- AWS api-change: This release includes the ability to use 2048 bits RSA key pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- Added domain exceptions
- Fallback to default region config if provided region is not defined
- Enables customers to manage their own contact lists and end-user subscription preferences
- Support for PHP 8.
- Support for
FromEmailAddressIdentityArn
andFeedbackForwardingEmailAddressIdentityArn
inSendEmailRequest
.
- Fix invalid signature in SES client because of wrong Scoped Service.
- Protected methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
ofSesClient
are deprecated and will be removed in 2.0
- Support for async-aws/core 1.0.
- 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
. - The
AsyncAws\Ses\Input\*
andAsyncAws\Ses\ValueObject*
classes are marked final.
- Removed
requestBody()
,requestHeaders()
,requestQuery()
andrequestUri()
input classes. They are replaced withrequest()
. - Using async-aws/core: 0.4.0
Action
andVersion
do not need to be part of every body.
- Using async-aws/core: 0.3.0
First version