Skip to content

Purge of the Queues

Compare
Choose a tag to compare
@sjparkinson sjparkinson released this 28 Aug 13:39
· 44 commits to master since this release

Added

  • Adds a purge method to ProducerInterface (see #16)

Updated

  • Updates SqsAdapter to support version 3 of the AWS PHP SDK

Fixed

  • Fixes a bug in ArrayAdapter which could throw an OutOfBoundsException if dequeue was called and the array was empty (see 42e8b07)