PackageTrack
Sign in Get early access

async-aws/sqs

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

2.9.0 17M downloads/mo #849 most downloaded on Packagist async-aws/sqs

What this package is like to depend on

Last release 3 months ago

29 Apr 2026

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 30 of 30 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

30 releases · first in 2020

4 releases in the last 12 months

see the full history below

Release timeline

30 releases · Feb 2020 to Apr 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 30
  1. 2.9.0 29 Apr 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • Added features for StartMessageMoveTask, ListMessageMoveTasks, CancelMessageMoveTask and ListDeadLetterSourceQueues
    Open source →
  2. 2.8.1 16 Feb 2026
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

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

    See change log for changes.

    Open source →
    Release notes

    Added

    • 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
    • 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

    • AWS enhancement: Documentation updates.
    • Apply new CodingStandard from latest php-cs-fixer.
    Open source →
  4. 2.7.1 08 Sep 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • AWS enhancement: Documentation updates.
    Open source →
  5. 2.7.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 →
  6. 2.6.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

    • Sort exception alphabetically.
    Open source →
  7. 2.5.0 31 Mar 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: rewrite declaration of regions
    • AWS api-change: Rework regions configuration.
    Open source →
  8. 2.4.0 05 Mar 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS api-change: Added fips-ca-central-1 and fips-ca-west-1 regions
    • AWS api-change: Added us-isof-east-1 and us-isof-south-1 regions
    Open source →
  9. 2.3.0 15 Jan 2025
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Added

    • AWS enhancement: In-flight message typo fix from 20k to 120k.
    Open source →
  10. 2.2.1 24 Nov 2024
    Release notes

    See change log for changes.

    Open source →
    Release notes

    Changed

    • use strict comparison null !== instead of !
    Open source →
  11. 2.2.0 09 Oct 2024
    Release notes

    Added

    • Add AddPermission endpoint

    Changed

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

    Changed

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

    Added

    • AWS api-change: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

    Changed

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

    BC-BREAK

    • AWS api-change: This release enables customers to call SQS using AWS JSON-1.0 protocol.

    Changed

    • Allow passing explicit null values for optional fields of input objects
    Open source →
  15. 1.9.0 07 Aug 2023
    Release notes

    Added

    • AWS enhancement: Documentation updates.

    Changed

    • Improve parameter type and return type in phpdoc
    Open source →
  16. 1.8.0 20 Jun 2023
    Release notes

    Added

    • AWS api-change: Added DEAD_LETTER_QUEUE_SOURCE_ARN attribute name
    Open source →
  17. 1.7.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 api-change: Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
    • Added operations ChangeMessageVisibilityBatch, DeleteMessageBatch, SendMessageBatch
    Open source →
  18. 1.6.0 02 Oct 2021
    Release notes

    Added

    • AWS enhancement: Documentation updates for Amazon SQS
    • AWS api-change: Amazon SQS adds a new queue attribute, RedriveAllowPolicy, which includes the dead-letter queue redrive permission parameters. It defines which source queues can specify dead-letter queues as a JSON object.
    Open source →
  19. 1.5.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.4.0 16 Jan 2021
    Release notes

    Added

    • AWS api-change: Amazon SQS adds queue attributes to enable high throughput FIFO.

    Fixed

    • Make sure required Map properties are validated before sending the request
    • If provided an unrecognized region, then fallback to default region config
    Open source →
  21. 1.3.2 21 Nov 2020
    Release notes

    Fixed

    • Make sure we throw exception from async-aws/core
    Open source →
  22. 1.3.1 18 Sep 2020
    Release notes

    Fixed

    • Updated the values allowed in ReceiveMessageRequest::$AttributeNames. The SQS specification did not match the documentation and the expected values from the server.
    Open source →
  23. 1.3.0 21 Aug 2020
    Release notes

    Added

    • Support for PHP 8
    • Pagination support for ListQueue
    • ListQueueRequest::$NextToken
    • ListQueueRequest::$MaxResults
    Open source →
  24. 1.2.0 21 May 2020
    Release notes

    Deprecated

    • Protected methods getServiceCode, getSignatureVersion and getSignatureScopeName of SqsClient are deprecated and will be removed in 2.0
    Open source →
  25. 1.1.0 07 May 2020
    Release notes

    Added

    • Added enum MessageSystemAttributeName, MessageSystemAttributeNameForSends and QueueAttributeName.
    Open source →
  26. 1.0.0 03 May 2020
    Release notes

    Added

    • Support for async-aws/core 1.0.
    Open source →
  27. 0.4.0 04 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\Sqs\Enum\*, AsyncAws\Sqs\Input\* and AsyncAws\Sqs\ValueObject* classes are marked final.
    Open source →
  28. 0.3.0 14 Mar 2020
    Release notes

    Added

    • Enums; QueueAttributeName

    Changed

    • Removed requestBody(), requestHeaders(), requestQuery() and requestUri() input classes. They are replaced with request().
    • Using async-aws/core: 0.4.0
    Open source →
  29. 0.2.0 29 Feb 2020
    Release notes

    Changed

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