Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 732 Bytes

Change Log

0.4.0

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.

Removed

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

0.3.0

Added

  • Enums; QueueAttributeName

Changed

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

0.2.0

Changed

  • Using async-aws/core: 0.3.0

0.1.0

First version