PackageTrack
Sign in Get early access

async-aws/sns

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

1.12.1 4.9M downloads/mo #1791 most downloaded on Packagist async-aws/sns

What this package is like to depend on

Last release 1 months ago

01 Jul 2026

Ships fairly regularly

a new release about every 3 months

Nearly every release is documented

notes for 29 of 29 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

29 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

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

Releases

latest 29
  1. 1.12.1 01 Jul 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  2. 1.12.0 16 Jan 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Update endpoint ruleset parameters casing
    • AWS api-change: Added us-isob-west-1 region
    • AWS api-change: Added eusc-de-east-1 region

    Dependency bumped

    • Drop support for PHP versions lower than 8.2

    Changed

    • Apply new CodingStandard from latest php-cs-fixer.
    • Use a more stable sorting for the list of generated region metadata
    Open source →
  3. 1.11.0 11 Aug 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Rework regions configuration

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  4. 1.10.0 12 May 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Added eu-isoe-west-1 region

    Changed

    • Normalize the composer requirements
    • Sort exception alphabetically.
    Open source →
  5. 1.9.0 31 Mar 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Make supported regions explicit
    Open source →
  6. 1.8.0 05 Mar 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Added us-isof-east-1 and us-isof-south-1 regions

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  7. 1.7.5 24 Nov 2024
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • use strict comparison null !== instead of !
    • AWS enhancement: Documentation updates.
    Open source →
  8. 1.7.4 09 Oct 2024
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

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

    See change log for changes.

    Open source →
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  10. 1.7.2 14 May 2024
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  11. 1.7.1 27 Feb 2024
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  12. 1.7.0 09 Jan 2024
    Release notes

    Added

    • AWS api-change: Added fips-ca-west-1 regions
    Open source →
  13. 1.6.0 13 Dec 2023
    Release notes

    Added

    • AWS api-change: Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.

    Changed

    • Allow passing explicit null values for optional fields of input objects
    Open source →
  14. 1.5.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
    Open source →
  15. 1.4.1 30 Nov 2022
    Release notes

    Fixed

    • Fixed crashes when details in error responses are missing.
    Open source →
  16. 1.4.0 06 Oct 2022
    Release notes

    Added

    • AWS api-change: Added fips-us-gov-east-1 and fips-us-gov-west-1 regions
    • AWS api-change: Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
    Open source →
  17. 1.3.0 20 Dec 2021
    Release notes

    Added

    • AWS api-change: Added us-iso-west-1 region
    • AWS api-change: Use specific configuration for us regions
    • AWS enhancement: Documentation updates for Amazon SNS.
    • Added operation PublishBatch
    Open source →
  18. 1.2.1 02 Oct 2021
    Release notes

    Fixed

    • AWS enhancement: Documentation updates for Amazon SNS.
    Open source →
  19. 1.2.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 →
  20. 1.1.1 16 Jan 2021
    Release notes

    Fixed

    • AWS enhancement: Documentation updates for Amazon SNS.
    • Make sure required Map properties are validated before sending the request
    • Make sure we throw exception from async-aws/core
    • If provided an unrecognized region, then fallback to default region config
    Open source →
  21. 1.1.0 30 Oct 2020
    Release notes

    Added

    • AWS api-change: SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.
    Open source →
  22. 1.0.0 29 Jul 2020
    Release notes

    Added

    • Support for PHP 8
    Open source →
  23. 0.5.1 09 Jun 2020
    Release notes

    Added

    • SnsClient::createPlatformEndpoint()
    • SnsClient::deleteEndpoint()
    Open source →
  24. 0.5.0 21 May 2020
    Release notes

    Removed

    • Removes methods getServiceCode, getSignatureVersion and getSignatureScopeName from Client.
    Open source →
  25. 0.4.1 03 May 2020
    Release notes

    Added

    • Added operations CreateTopic, DeleteTopic, ListSubscriptionsByTopic, Subscribe and Unsubscribe.

    Changed

    • Support only version 1.0 of async-aws/core
    Open source →
  26. 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\Sns\Input\* and AsyncAws\Sns\ValueObject* classes are marked final.
    Open source →
  27. 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
    Open source →
  28. 0.2.0 29 Feb 2020
    Release notes

    Changed

    • Using async-aws/core: 0.3.0
    Open source →
  29. 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