This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
1.4.0
A release which brings several improvements, bug fixes and a minor backward
compatibility in the asynchronous Redis Lock.
Importantly, the django pulse application has been moved to its own repo.
- Django
pulse
application has been moved to its own repo pulsar-django - Refactored the close method in TcpServer
- Added
closed
property to green pool - Better stopping of monitors
- Added
after_run
method to actors - HttpClient bug fix #221 9249331
- Added asynchronous Lock primitive to the async module 4a10883
- Handle datastor and redis pubsub connections drop with
connection_lost
event dc322b7 - Always decode content as json in JsonProxy (thanks to @wilddom), pull request #233