Releases: go-zeromq/zmq4
Releases · go-zeromq/zmq4
Release v0.17.0
Release v0.16.0
What's Changed
- zmq4: add UnknownTransportError by @sbinet in #125
- Clarify docs a bit about how Listen() and Dial() translate to bind() and connect() by @bartekpacia in #135
- Improve the
CI
github action by @bartekpacia in #137 - ci: bump [email protected] by @sbinet in #141
- Deal with empty Identity for ROUTER socket by @superfashi in #140
- ci: update actions/setup-go@v4, codecov/codecov-action@v3 by @sbinet in #142
- Fix rep cancellation by @encse in #143
- all: drop Go-1.19, add Go-1.21 by @sbinet in #144
New Contributors
- @bartekpacia made their first contribution in #135
- @superfashi made their first contribution in #140
- @encse made their first contribution in #143
Full Changelog: v0.15.0...v0.16.0
Release v0.15.0
What's Changed
- Ci staticcheck by @sbinet in #122
- add hello example by @ijt in #121
- rename master into main by @sbinet in #123
- zmq4: resend subscriptions in socket.addConn by @thielepaul in #128
- zmq4: disable inproc-crouter-cdealer by @sbinet in #129
- zmq4: make number of retries for dial configurable by @thielepaul in #126
- zmq4: add option for automatic reconnect by @thielepaul in #127
New Contributors
- @ijt made their first contribution in #121
- @thielepaul made their first contribution in #128
Full Changelog: v0.14.1...v0.15.0
Release v0.14.1
zmq4: fix REP socket races on client connection Fixes #119. Co-authored-by: Sergey Egorov <[email protected]>
Release v0.14.0
all: bump x/sync Signed-off-by: Sebastien Binet <[email protected]>
Release v0.13.0: introduce transport plugin mechanism
all: apply golint fixes
Release v0.12.0
all: drop x/xerrors in favor of fmt+errors
Release v0.11.0
zmq4: implement Topics interface for xpub sockets Co-authored-by: Bryan Paluch <[email protected]>
Release v0.10.0
zmq4: fix splitAddr to properly join host and port for ipv6 Fixes #83 Co-authored-by: Sergey Egorov <[email protected]>
Release v0.9.0
zmq4: drop Go-1.12, add Go-1.14