Skip to content

v4.8.0

Compare
Choose a tag to compare
@gummif gummif released this 05 Sep 10:41
· 65 commits to master since this release
267d300

Fixed:

  • Fix MSYS libzmq discovery (#510)
  • Fix handshake event don't need DRAFT API in libzmq v4.3.0 and above (#509)
  • Use chrono duration for poll default timeout (#497)
  • context_t close no longer uses deprecated function (#490)
  • Fix for potential memory leak in monitor_t::check_event (#482)
  • Fix if constexpr warnings on MSVC (#460)
  • Fix conversion warnings (#459)
  • Deprecate confusing connected() function (#458)

Added:

  • Add all draft socket types up to libzmq 4.3.4 (#488)
  • Add support for socket_ref to multipart_t ctor/send/recv (#487, #470)
  • Expose zmq::fd_t (#452)
  • Add poller_t::size function (#451)