This repository has been archived by the owner on Jan 3, 2021. It is now read-only.
Releases: Wisembly/AMQPBundle
Releases · Wisembly/AMQPBundle
version 2.1
- Moved around some internal classes (Collector related stuff). As this was really an internal stuff, expect BC Breaks if you rely on those (you shouldn't).
- Readd the possibility to specify a string argument for the publisher's gate argument
- Added some tests. <3
- Removed usage of parameter bag for the compiler pass
- Moved the check for either uri or host in the config tree rather than the extension
- Split the processor building part into a proper factory of its own rather than in the consumer command
- Added a way to configure the monolog logger's channel used in the
CommandProcessor
andConsumerFactory
services.
Version 1.4.0
A little refactoring, but BC compatible (or almost).
- All the services were ported to FQCN, and privatized. To keep BC, public aliases with old ids were created. #32
- Potential BC Break : Removed the ability to requeue a failing process #33
- Deprecated the fact that the command processor will ack or nack the message depending on the result of the process : on 2.0, on failure it will now throw an exception. You should use AckProcessor. when 2.0 is out. #33 (as for previous item, use a
RetryProcessor
).
Todo : Make a upgrade file. :D
Prep for Symfony Flex
The main feature is the possibility to set-up a connection through an URI instead of having to fill up the properties as they go. This was made in order to have only one env var when using Symfony Flex (or env parameters actually).
Another feature is to push further the framework bundle's dependency away by using command as a service for the two available commands.