Releases: beyerz/AwsQueueBundle
Releases · beyerz/AwsQueueBundle
Core Restructure
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
v1.0.7 updated for basic architecture of subscribing channels to topics + te…
Cyclic fix
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
- Fix for forking arguments
- local queues
- licensing (MIT)
Unit Testing
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
v1.0.3 added aws visibillity timeout to lock messages for 10 messages, allow…
Support no forked processes
Some under the hood corrections
No forking now supported for users that want NewRelic Tracking
Long running processes
Added visibility timeout when fetching a message to support long-running processes
First stable release
This is the first stable release that can be used