Skip to content

Releases: go-zeromq/zmq4

Release v0.16.0

14 Sep 07:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

Release v0.15.0

21 Jun 09:16
2b7cf28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

Release v0.14.1

29 Jan 17:18
b7c2c56
Compare
Choose a tag to compare
zmq4: fix REP socket races on client connection

Fixes #119.

Co-authored-by: Sergey Egorov <sergey.egorov@teleste.com>

Release v0.14.0

25 Jan 10:56
Compare
Choose a tag to compare
all: bump x/sync

Signed-off-by: Sebastien Binet <binet@cern.ch>

Release v0.13.0: introduce transport plugin mechanism

23 Oct 08:28
Compare
Choose a tag to compare

Release v0.12.0

21 Oct 12:30
Compare
Choose a tag to compare
all: drop x/xerrors in favor of fmt+errors

Release v0.11.0

21 Oct 12:30
f49bc03
Compare
Choose a tag to compare
zmq4: implement Topics interface for xpub sockets

Co-authored-by: Bryan Paluch <palub@amazon.com>

Release v0.10.0

17 Jun 08:21
59e906c
Compare
Choose a tag to compare
zmq4: fix splitAddr to properly join host and port for ipv6

Fixes #83 

Co-authored-by: Sergey Egorov <sergey.egorov@teleste.com>

Release v0.9.0

17 Jun 08:21
Compare
Choose a tag to compare
zmq4: drop Go-1.12, add Go-1.14

Release v0.8.0

28 Jan 19:09
Compare
Choose a tag to compare
zmq4: router recv returns error when closing context

Fixes go-zeromq/zmq4#58.