Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

Commit 0ef8381

Browse files
committed
Release 1.4.0
1 parent 18dab0a commit 0ef8381

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/source/history/1.4.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Ver. 1.4.0 - 2016-Aug-04
2+
3+
A release which brings several improvements, bug fixes and a minor backward
4+
compatibility in the asynchronous Redis Lock.
5+
Importantly, the django pulse application has been moved to its own repo.
6+
7+
* Django ``pulse`` application has been moved to its own repo [pulsar-django](https://github.com/quantmind/pulsar-django)
8+
* Refactored the close method in TcpServer
9+
* Added ``closed`` property to green pool
10+
* Better stopping of monitors
11+
* Added ``after_run`` method to actors
12+
* HttpClient bug fix #221 [9249331](https://github.com/quantmind/pulsar/commit/92493315d0559e061ca78f2c1631a4d6d34292bb)
13+
* Added asynchronous Lock primitive to the async module [4a10883](https://github.com/quantmind/pulsar/commit/4a10883aaf2ee76bf495035d6f57fe602eaede4d)
14+
* Handle datastor and redis pubsub connections drop with `connection_lost` event [dc322b7](https://github.com/quantmind/pulsar/commit/dc322b761f978cb97dabc7809545b296c737db0a)
15+
* Always decode content as json in JsonProxy (thanks to @wilddom), pull request #233
16+

0 commit comments

Comments
 (0)