oslo.messaging/releasenotes/notes/remove-amqp1-c924ea548dadffaa.yaml
Daniel Bengtsson 7997a199ac Remove deprecated AMQP1 driver
The AMQP1 driver has been deprecated for several years, since 14.4.0 and
is no longer maintained or widely used. This commit removes the AMQP1
driver from the code base.

References:
- Original deprecation commit: 0f63c227f5

Change-Id: Iaeb52791008a7a6736c99459f66d2bdbb2dea17b
2024-11-16 22:59:49 +09:00

7 lines
225 B
YAML

---
upgrade:
- |
The AMQP1 driver, which was deprecated in 14.1.0 was removed, due to
limited usage and lack of support on recent distributions. Use any of
the other supported driver, such as RabbitMQ or Kafka.