Skip to content

Releases: zeromq/goczmq

Remove deprecated old Sock option API

22 Jun 11:43
4715d4d
Compare
Choose a tag to compare

The deprecated Sock option API has now been removed in favor of the new functional args API. Example:

sock := NewSock(Dealer)
defer sock.Destroy()
sock.SetOption(SockSetHeartbeatIvl(2000))

GoCZMQ Release 4.1.2

26 Oct 14:13
Compare
Choose a tag to compare

We are about to refactor the socket option API to use functional arguments to improve the overall user experience of the API. 4.1.0 is the last release to be compatible with the original socket option API.

GoCZMQ Release 4.0.2

23 Dec 14:05
Compare
Choose a tag to compare

This is the final release of GoCZMQ that will be backwards compatible with CZMQ 4.0. New releases, as well as the GoCZMQ master branch moving forward, will require CZMQ 4.2/

GoCZMQ Release 4.0.1

17 Nov 16:41
Compare
Choose a tag to compare
Merge pull request #220 from taotetek/master

Problem: sendframe signature changed

GoCZMQ Release 4.0

16 Nov 21:12
Compare
Choose a tag to compare

Compatible with >= CZMQ 4.0