JeroMQ v0.3.4 Release Notes

Release Date: 2014-05-15 // almost 10 years ago
    • Various code improvements
    • โž• Add unbind method to org.zeromq.ZMQ.Socket
    • โž• Added double checked locking for shared variable context. getContext() and createSocket() should now be thread safe.
    • ๐Ÿ‘ Extend support for ZMQ monitors to inline with jzmq
    • ๐Ÿ’… Apply checkstyle and sample changes
    • ๐Ÿ›  Fixed recvFrame to return null on no data. Added Test cases.
    • ๐Ÿ“š Corrected ZMsg documentation.
    • โž• Adds lazy create context to getContext() method
    • ๐Ÿ›  Fix wrong Router xwrite_activated assert
    • ๐Ÿ‘ป Raise exception when bind fails
    • ๐Ÿ›  Fix issue #80
    • ๐Ÿ‘ป throw an exception if the ByteBuffer provided to Msg is not flipped
    • re-resolve tcp addresses on reconnections
    • โž• add convenience methods to set TCP keep alive options
    • ๐Ÿ”จ Refactor Msg to better handle memory and Java idiomatic
    • ๐Ÿ‘ฎ Force StreamEngine to use big endian
    • โœ‚ Remove org.jeromq.* namespace and associated tests
    • โช Revert back to use currentTimeMillis because it's less expensive than nanoTime
    • ๐Ÿ›  Fix issue #122 - handshake now uses ByteBuffer accessor methods directly