Skip to content

Releases: beyerz/AwsQueueBundle

Core Restructure

28 Jan 09:19
985c971
Compare
Choose a tag to compare

This release deals with and resolves many core issues that existed in the architecture of this bundle.

Due to the architecture and incorrect reliance on DI to avoid circular referencing, the bundle was not easily testable and became very brittle.

This has now been resolved.

Update for subscriptions

22 Jan 15:42
661bc1f
Compare
Choose a tag to compare
v1.0.7

updated for basic architecture of subscribing channels to topics + te…

Cyclic fix

21 Jan 17:49
4e59465
Compare
Choose a tag to compare
Critical fix for ConsumerPass (#11)

* Fix for passing definition and not string as consumer, updated AwsFabric to use consumer directly wihtout container

* Must pass consumer name and load from container to avoid circular references

* starting updating testing structure

Local Queues

19 Jan 11:22
Compare
Choose a tag to compare
  • Fix for forking arguments
  • local queues
  • licensing (MIT)

Unit Testing

07 Oct 07:22
Compare
Choose a tag to compare

Thanks to @ins0, we now have the start of unit testing as well as a BC break fixed to support php7.0

Long process run support

22 Sep 16:06
Compare
Choose a tag to compare
v1.0.3

added aws visibillity timeout to lock messages for 10 messages, allow…

Support no forked processes

22 Sep 15:19
329a4ca
Compare
Choose a tag to compare

Some under the hood corrections
No forking now supported for users that want NewRelic Tracking

Long running processes

20 Sep 13:15
Compare
Choose a tag to compare

Added visibility timeout when fetching a message to support long-running processes

First stable release

30 Jul 11:36
Compare
Choose a tag to compare

This is the first stable release that can be used