Changelog

  • v0.12.1

    • Update toxiccore to 0.13.3

  • v0.12.0

    • Replace the HTTP API in NotificationsClient/NotificationInterface with a TCP connection based on toxiccore.BaseToxicClient. The client now talks to the toxicnotifications TCP server using the request2server action/body protocol, removing the HTTP transport.

  • v0.11.0

    • Compatibility with RabbitMQ 4.x: non-exclusive queues are now always declared as durable, avoiding the transient_nonexcl_queues feature that RabbitMQ 4.x does not permit by default.

    • Add a warning log when a non-durable and non-exclusive queue is declared, informing that the queue will be forced to durable.

    • Update test fixtures to reflect the new durable-queue behavior.

  • v0.10.1

    • Update deps

    • Set exchange payload to bytes

  • v0.10.0

    • First version on its own repo outside toxicuild