Skip to content

Releases: go-zeromq/zmq4

Release v0.7.0: new multi-part Send API

07 Dec 19:27
Compare
Choose a tag to compare
    zmq4: add multi-part Send API
    
    benchstat between Send and SendMulti:
    name               old time/op  new time/op  delta
    PubSubSendMulti-8   26.9s ± 0%    7.2s ± 0%   ~     (p=1.000 n=1+1)

Release v0.6.2

14 Oct 17:24
Compare
Choose a tag to compare
all: fixup Go module for forked version of zeromq/goczmq

Fixes go-zeromq/zmq4#48.

Release v0.6.0

11 Oct 08:36
Compare
Choose a tag to compare
zmq4: add Addr method to Socket interface

Extend the zmq4.Socket interface with an `Addr() net.Addr` method.
This can be useful for service discovery.

Release v0.5.0

11 Oct 08:35
Compare
Choose a tag to compare
all: migrate to gopkg.in/zeromq/goczmq.v4

Release v0.4.0

11 Oct 08:35
Compare
Choose a tag to compare
zmq4: make sure PUB sockets do not block on SEND

Fixes #33.

Release v0.3.0

24 Oct 15:14
Compare
Choose a tag to compare
zmq4: add DOI badge

Release v0.2.0

24 Oct 15:12
Compare
Choose a tag to compare
internal/inproc: detect short-buffer during reads