-
Notifications
You must be signed in to change notification settings - Fork 9
/
Changes
47 lines (32 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
- Fix circular reference leak that caused test failures
0.010
- Update deps
0.009
- Fix previous release (HWM handling)
0.008
- Fix first message (probably) not sent with libzmq3
- Added zmq_major_version accessor
- Remove SWAP, since libzmq3 removes it. Removes chdir
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