------ * **BUGFIX** * :code:`AMQPLogHandler` use :code:`os.kill` again because :code:`self.kill` had some problems * :code:`AMQPClient.call` now cancels the Future and uses a Timeout for the response as well.
0.1.6
------ * **BUGFIX** * :code:`AMQPLogHandler` Serialisation of :code:`exc_info` did not check if it was :code:`None`
0.1.5
------ * :code:`AMQPClient.call` now has a timeout set by default. * :code:`AMQPLogHandler` should now behave better * minor Type Hint clean up
0.1.4
------ * **BUGFIX** * :code:`AMQPLogHandler` :code:`asyncio.gather` was called with loop parameter which is not available in python 3.11+
0.1.3
------ * **BUGFIX** * :code:`AMQPLogHandler` Log Task created :code:`asyncio.Queue` with loop parameter which is not available in python 3.11+
0.1.2
------ * :code:`AMQPConfig.aio_pika()` ssl_options is now returning :code:`cafile` instead of :code:`ca_certs` * **BREAKING**: * :code:`aio_pika` is now required