- AWS enhancement: Documentation updates.
- Remove redundant ext-json requirement
- AWS api-change: Update Mail Manager Archive ARN validation
- AWS api-change: Added
eusc-de-east-1region - Add
UNKNOWN_TO_SDKvalue to enums that is used when the API returns an value that is not (or not yet) known by the AsyncAws
- Drop support for PHP versions lower than 8.2
- Apply new CodingStandard from latest php-cs-fixer.
- Remove unnecessary
usestatements
- AWS api-change: This release introduces support for Multi-tenant management
- AWS enhancement: Documentation updates.
- AWS api-change: This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.
- Sort exception alphabetically.
- Added support for
getSuppressedDestinationanddeleteSuppressedDestinationto manage SESv2 suppression list entries.
- AWS api-change: Introduces support for multi-region endpoint.
- AWS api-change: This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template.
- Enable compiler optimization for the
sprintffunction.
- Add
Accept: application/jsonheader in request to fix incompatibility with 3rd party providers
- AWS api-change: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
- AWS api-change: Added
fips-us-gov-east-1region
- AWS enhancement: Documentation updates.
- AWS api-change: Added
fips-ca-central-1,fips-us-east-2andfips-us-west-1regions
- 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-1andfips-us-west-2regions
- 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
FromEmailAddressIdentityArnandFeedbackForwardingEmailAddressIdentityArninSendEmailRequest.
- Fix invalid signature in SES client because of wrong Scoped Service.
- Protected methods
getServiceCode,getSignatureVersionandgetSignatureScopeNameofSesClientare 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
ActionandVersiondo not need to be part of every body.
- Using async-aws/core: 0.3.0
First version