forked from suretec/Message-Passing-ZeroMQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
37 lines (23 loc) · 802 Bytes
/
Changes
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
0.007
- Support (and default for writeres) to swapping content out onto disk
0.006
- Port to Moo
- Allow the client to supply a socket builder to take control of the
socket construction themselves.
- Change SO_LINGER option to be an integer as per the ZMQ spec.
- Allow SUB sockets to subscribe to a subset of possible messages.
0.005
- Improve documentation.
- Fix incorrect docs to do with linger option
- Add ability to override default high water marks on sockets.
- Increase default high water mark for the output
0.004
- Changes to match up with Message::Passing 0.006
0.003
- Documentation fixes.
0.002_01
- Rename dist
0.002
- Avoid bug in earlier ZeroMQ versions by dependening on newer ones.
0.001
- Initial version