@@ -41,11 +41,11 @@ CHANGELOG
41
41
* Added ` AmqpStamp ` allowing to provide a routing key, flags and attributes on message publishing.
42
42
* [ BC BREAK] Removed publishing with a ` routing_key ` option from queue configuration, for
43
43
AMQP. Use exchange ` default_publish_routing_key ` or ` AmqpStamp ` instead.
44
- * [ BC BREAK] Changed the ` queue ` option in the AMQP transport DSN to be ` queues[name] ` . You can
44
+ * [ BC BREAK] Changed the ` queue ` option in the AMQP transport DSN to be ` queues[name] ` . You can
45
45
therefore name the queue but also configure ` binding_keys ` , ` flags ` and ` arguments ` .
46
- * [ BC BREAK] The methods ` get ` , ` ack ` , ` nack ` and ` queue ` of the AMQP ` Connection `
46
+ * [ BC BREAK] The methods ` get ` , ` ack ` , ` nack ` and ` queue ` of the AMQP ` Connection `
47
47
have a new argument: the queue name.
48
- * Added optional parameter ` prefetch_count ` in connection configuration,
48
+ * Added optional parameter ` prefetch_count ` in connection configuration,
49
49
to setup channel prefetch count.
50
50
* New classes: ` RoutableMessageBus ` , ` AddBusNameStampMiddleware `
51
51
and ` BusNameStamp ` were added, which allow you to add a bus identifier
@@ -98,7 +98,7 @@ CHANGELOG
98
98
only. Pass the ` auto_setup ` connection option to control this.
99
99
* Added a ` SetupTransportsCommand ` command to setup the transports
100
100
* Added a Doctrine transport. For example, use the ` doctrine://default ` DSN (this uses the ` default ` Doctrine entity manager)
101
- * [ BC BREAK] The ` getConnectionConfiguration ` method on Amqp's ` Connection ` has been removed.
101
+ * [ BC BREAK] The ` getConnectionConfiguration ` method on Amqp's ` Connection ` has been removed.
102
102
* [ BC BREAK] A ` HandlerFailedException ` exception will be thrown if one or more handler fails.
103
103
* [ BC BREAK] The ` HandlersLocationInterface::getHandlers ` method needs to return ` HandlerDescriptor `
104
104
instances instead of callables.
@@ -110,7 +110,7 @@ CHANGELOG
110
110
4.2.0
111
111
-----
112
112
113
- * Added ` HandleTrait ` leveraging a message bus instance to return a single
113
+ * Added ` HandleTrait ` leveraging a message bus instance to return a single
114
114
synchronous message handling result
115
115
* Added ` HandledStamp ` & ` SentStamp ` stamps
116
116
* All the changes below are BC BREAKS
0 commit comments