PackageTrack
Sign in Get early access

async-aws/ses

SES client, part of the AWS SDK provided by AsyncAws.

1.16.0 13M downloads/mo #990 most downloaded on Packagist async-aws/ses

What this package is like to depend on

Last release 25 days ago

29 Jul 2026

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 28 of 28 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

28 releases · first in 2020

5 releases in the last 12 months

see the full history below

Release timeline

28 releases · Feb 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 28
  1. 1.16.0 29 Jul 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Added getEmailIdentity, createEmailIdentity and putEmailIdentityDkimSigningAttributes operations
    • AWS api-change: Added AWS_SES_US_GOV_EAST_1 and AWS_SES_US_GOV_WEST_1 origins
    Open source →
  2. 1.15.0 02 Jun 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: This release introduces support for Tenant Suppression Lists
    Open source →
  3. 1.14.2 18 Apr 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  4. 1.14.1 16 Feb 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • Remove redundant ext-json requirement
    Open source →
  5. 1.14.0 16 Jan 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Update Mail Manager Archive ARN validation
    • AWS api-change: Added eusc-de-east-1 region
    • Add UNKNOWN_TO_SDK value to enums that is used when the API returns an value that is not (or not yet) known by the AsyncAws

    Dependency bumped

    • Drop support for PHP versions lower than 8.2

    Changed

    • Apply new CodingStandard from latest php-cs-fixer.
    • Remove unnecessary use statements
    Open source →
  6. 1.13.0 11 Aug 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: This release introduces support for Multi-tenant management

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  7. 1.12.0 12 May 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.

    Changed

    • Sort exception alphabetically.
    Open source →
  8. 1.11.0 05 Mar 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • Added support for getSuppressedDestination and deleteSuppressedDestination to manage SESv2 suppression list entries.
    Open source →
  9. 1.10.0 15 Jan 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Introduces support for multi-region endpoint.
    Open source →
  10. 1.9.0 24 Nov 2024
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • 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.
    Open source →
  11. 1.8.2 09 Oct 2024
    Release notes

    Changed

    • Enable compiler optimization for the sprintf function.
    Open source →
  12. 1.8.1 03 Jul 2024
    Release notes

    Changed

    • Add Accept: application/json header in request to fix incompatibility with 3rd party providers
    Open source →
  13. 1.8.0 14 May 2024
    Release notes

    Added

    • AWS api-change: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
    • AWS api-change: Added fips-us-gov-east-1 region

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  14. 1.7.0 13 Dec 2023
    Release notes

    Added

    • AWS api-change: Added fips-ca-central-1, fips-us-east-2 and fips-us-west-1 regions

    Changed

    • Allow passing explicit null values for optional fields of input objects
    • AWS enhancement: Documentation updates.
    Open source →
  15. 1.6.0 07 Aug 2023
    Release notes

    Added

    • Avoid overriding the exception message with the raw message

    Changed

    • Improve parameter type and return type in phpdoc
    • Avoid overriding the exception message with the raw message
    Open source →
  16. 1.5.0 06 Sep 2022
    Release notes

    Added

    • AWS api-change: reorder regions
    • AWS api-change: Added fips-us-east-1 and fips-us-west-2 regions
    Open source →
  17. 1.4.1 02 Oct 2021
    Release notes

    Fixed

    • 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.
    Open source →
  18. 1.4.0 01 Feb 2021
    Release notes

    Added

    • Changed case of object's properties to camelCase.
    • Added documentation in class headers.
    • Added domain exceptions
    Open source →
  19. 1.3.1 11 Dec 2020
    Release notes

    Fixed

    • Fallback to default region config if provided region is not defined
    Open source →
  20. 1.3.0 30 Oct 2020
    Release notes

    Added

    • Enables customers to manage their own contact lists and end-user subscription preferences
    Open source →
  21. 1.2.0 02 Aug 2020
    Release notes

    Added

    • Support for PHP 8.
    • Support for FromEmailAddressIdentityArn and FeedbackForwardingEmailAddressIdentityArn in SendEmailRequest.
    Open source →
  22. 1.1.1 26 May 2020
    Release notes

    Fixed

    • Fix invalid signature in SES client because of wrong Scoped Service.
    Open source →
  23. 1.1.0 21 May 2020
    Release notes

    Deprecated

    • Protected methods getServiceCode, getSignatureVersion and getSignatureScopeName of SesClient are deprecated and will be removed in 2.0
    Open source →
  24. 1.0.0 03 May 2020
    Release notes

    Added

    • Support for async-aws/core 1.0.
    Open source →
  25. 0.4.0 09 Apr 2020
    Release notes

    Removed

    • Dependency on symfony/http-client-contracts
    • All validate() methods on the inputs. They are merged with request().

    Changed

    • Moved value objects to a dedicated namespace.
    • Results' populateResult() has only one argument. It takes a AsyncAws\Core\Response.
    • The AsyncAws\Ses\Input\* and AsyncAws\Ses\ValueObject* classes are marked final.
    Open source →
  26. 0.3.0 14 Mar 2020
    Release notes

    Changed

    • Removed requestBody(), requestHeaders(), requestQuery() and requestUri() input classes. They are replaced with request().
    • Using async-aws/core: 0.4.0

    Fixed

    • Action and Version do not need to be part of every body.
    Open source →
  27. 0.2.0 29 Feb 2020
    Release notes

    Changed

    • Using async-aws/core: 0.3.0
    Open source →
  28. 0.1.0 22 Feb 2020
    Release notes

    First version

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive