Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 799 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 799 Bytes

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Added

  • purge method to ProducerInterface

Updated

  • Updated SqsAdapter to support version 3.0 of the aws/aws-sdk-php dependency

Fixed

  • Fixed an OutOfBoundsException in ArrayAdapter thrown when calling dequeue on an empty array

Fixed

  • Change licence to license in composer.json

Added

  • Graze\Queue project 🎈
  • Adapter Graze\Queue\Adapter\ArrayAdapter
  • Adapter Graze\Queue\Adapter\SqsAdapter