ZeroMQ v4.2.1 Release Notes

Release Date: 2016-12-31 // over 7 years ago
  • ๐Ÿš€ 0MQ version 4.2.1 stable, released on 2016/12/31

    • ๐Ÿ†• New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
      • ZMQ_EVENT_HANDSHAKE_SUCCEED
      • ZMQ_EVENT_HANDSHAKE_FAILED
        ๐Ÿ”’ These events trigger when the ZMTP security mechanism handshake is
        completed. See doc/zmq_socket_monitor.txt for more information.
    • ๐Ÿ†• New DRAFT (see NEWS for 4.2.0) Context options:
      • ZMQ_MSG_T_SIZE
        See doc/zmq_ctx_get.txt for more information.
    • ๐Ÿ›  Fixed #2268 - improved compatibility with mingw32
    • ๐Ÿ›  Fixed #2254 - ZMQ_PUB compatibility with libzmq 2.x broken
    • ๐Ÿ›  Fixed #2245 - added support for VS2017, Windows SDK 10.0.14393.0, toolset v141
    • ๐Ÿ›  Fixed #2242 - file descriptors leaks on fork+exec
    • ๐Ÿ›  Fixed #2239 - retired poller item crash from reaper thread
    • ๐Ÿ›  Fixed #2234 - improved compatibility with AIX 7.1
    • ๐Ÿ›  Fixed #2225 - cannot pick select for poller
    • ๐Ÿ›  Fixed #2217 - CMake build uses library version as the ABI version
    • ๐Ÿ›  Fixed #2208 - added support for ZMQ_TOS on IPv6
    • Fixed #2200 - no documentation for ZMQ_SOCKS_PROXY
    • Fixed #2199 - no documentation for zmq_curve_public
    • ๐Ÿ›  Fixed #2196 - fixed build and runtime errors on kFreeBSD