Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.6 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.1 - 2019-12-10

Changed

  • Support Laravel 6.x by converting string and array helpers to use support classes.
  • Updated CI configs to support newest versions of Laravel and PHP.
  • Updated readme with new version information.
  • Added a missing test for invalid bound deduplicators.
  • Cleaned up some unused use statements and variables in tests.

1.1.0 - 2018-05-08

Added

  • New changelog.
  • Support for automatic package discovery in Laravel 5.5+.

Changed

  • Updated CI configs for increased test coverage.
  • Allow key and secret config keys to be omitted for alternative AWS credentials.
  • Updated readme with version information and message group information.

1.0.2 - 2017-02-14

Fixed

  • Fix onMessageGroup() typo in the documentation.

1.0.1 - 2017-02-14

Fixed

  • Fix FIFO connector not registering due to the deferred service provider.

1.0.0 - 2017-02-13

Added

  • Initial release!