@@ -5,7 +5,7 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
5
5
an internal embedded reimplementation of SHA. It is enabled by default if
6
6
present.
7
7
8
- * New DRAFT zsock API to match libzmq's 4.3.3 stable socket options:
8
+ * New DRAFT zsock API to match libzmq's 4.3.4 socket options:
9
9
- zsock_set_xpub_manual_last_value
10
10
- zsock_socks_username, zsock_set_socks_username
11
11
- zsock_socks_password, zsock_set_socks_password
@@ -14,13 +14,25 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
14
14
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
15
15
zsock_set_wss_hostname, zsock_set_wss_trust_system
16
16
- zsock_set_only_first_subscribe
17
+ - zsock_hello_msg, zsock_set_hello_msg
18
+ - zsock_disconnect_msg, zsock_set_disconnect_msg
19
+ - zsock_priority, zsock_set_priority
20
+ - zsock_reconnect_stop, zsock_set_reconnect_stop
17
21
See zsock manpage for more details.
18
22
19
23
* New DRAFT zframe and zmsg API to print arbitrary length messages:
20
24
- zframe_print_n
21
25
- zmsg_print_n
22
26
See zframe and zmsg manpages for more details.
23
27
28
+ * New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
29
+ See zosc_* manpages for more details.
30
+
31
+ * New DRAFT zcertstore_get_state API to get the state stored in the certstore.
32
+ See the zcertstore manpage for more details.
33
+
34
+ * Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
35
+
24
36
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
25
37
26
38
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
@@ -31,6 +43,39 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
31
43
32
44
* Fixed #2028 - zpoller docs isn't mentioning file handles
33
45
46
+ * Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
47
+
48
+ * Fixed #2045 - Problem: zframe_print output is truncated
49
+
50
+ * Fixed #2048 - no logging if zsys is not initialized
51
+
52
+ * Fixed #2057 - zchunk_slurp() causes assert if file can't be opened
53
+
54
+ * Fixed #2062 - allow zbeacon to resolve ip address to interface or interface
55
+ name to interface
56
+
57
+ * Fixed #2064 - Enable ipv4 multicast packet types when using zbeacon
58
+
59
+ * Fixed #2072 - fix build on Android NDK >= 24
60
+
61
+ * Fixed #2086 - zsys is re-initialized when logging an error in zsys_shutdown
62
+
63
+ * Fixed #2090 - "quit" variable in zproc_wait() can overflow
64
+
65
+ * Fixed #2087 - logsender destroyed before last log message
66
+
67
+ * Fixed #2103 - if gossip server disconnects and reconnects, persisting gossip
68
+ clients do not exchange tuples anymore when server reconnects
69
+
70
+ * Fixed #2113 - zcertstore has no API to get the disk state from a custom loader
71
+
72
+ * Fixed #2115 - various issues around zcertstore API string ownership
73
+
74
+ * Fixed #2038 - zsock_t sockets do not work in child process after fork
75
+
76
+ * Fixed #2144 - zhashx_dup() does not copy callbacks
77
+
78
+
34
79
CZMQ version 4.2.0 stable, released on 2019/02/10
35
80
=================================================
36
81
0 commit comments