By cmlara on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
3.x
Introduced in version:
3.1.0
Issue links:
Description:
The Drupal\rabbitmq\Queue\Queue class constructor now takes the datetime.time service as a parameter.
For BC reasons this parameter is optional in RabbitMQ 3.1.0, The optional usage is deprecated and will become required in RabbitMQ 4.0.0
Any sub-classes of this class will need to update their constructor accordingly.
Impacts:
Module developers