Ver. 1.4.1 - 2016-Sep-09¶
This version brings a critical bug fix in the HTTP client Digest authentication flow. If you use that feature you need to upgrade now!
- Critical bug fix in HTTPDigest Authentication #243
- Using pulsar with docker? bind to all network interfaces #241
- Allow for True attributes in HTML content
- Added HTML body scripts bde6875
Ver. 1.4.0 - 2016-Aug-04¶
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 pulseapplication has been moved to its own repo pulsar-django
- Refactored the close method in TcpServer
- Added closedproperty to green pool
- Better stopping of monitors
- Added after_runmethod to actors
- HttpClient bug fix #221 9249331
- Added asynchronous Lock primitive to the async module 4a10883
- Handle datastore and redis pubsub connections drop with connection_lostevent dc322b7
- Always decode content as json in JsonProxy (thanks to @wilddom), pull request #233
