forked from aio-libs/aiozmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
45 lines (27 loc) · 980 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
CHANGES
-------
0.2.0 (2014-04-18)
^^^^^^^^^^^^^^^^^^
* msg in msg_received now is a list, not tuple
* Allow to send empty msg by trsansport.write()
* Add benchmarks
* Derive ServiceClosedError from aiozmq.rpc.Error, not Exception
* Implement logging from remote calls at server side (log_exceptions parameter).
* Optimize bytes counting in ZmqTransport.
0.1.3 (2014-04-10)
^^^^^^^^^^^^^^^^^^
* Function default values are not passed to an annotaion.
Add check for libzmq version (should be >= 3.0)
0.1.2 (2014-04-01)
^^^^^^^^^^^^^^^^^^
* Function default values are not passed to an annotaion.
0.1.1 (2014-03-31)
^^^^^^^^^^^^^^^^^^
* Rename plural module names to single ones.
0.1.0 (2014-03-30)
^^^^^^^^^^^^^^^^^^
* Implement ZmqEventLoop with *create_zmq_connection* method which operates
on zmq transport and protocol.
* Implement ZmqEventLoopPolicy.
* Introduce ZmqTransport and ZmqProtocol.
* Implement zmq.rpc with RPC, PUSHPULL and PUBSUB protocols.