Skip to content

Releases: JuliaInterop/ZMQ.jl

v1.4.0

30 Nov 20:54
9e8a41b
Compare
Choose a tag to compare

ZMQ v1.4.0

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Odd REQ->recv Socket Performance (#53)
  • documentation about sending different messaging formats (#74)
  • Stable documentation is out of date (#249)
  • Missing source file for ZMQ (#251)

v1.3.0

08 Oct 18:44
873f35f
Compare
Choose a tag to compare

ZMQ v1.3.0

Diff since v1.2.6

Merged pull requests:

Closed issues:

  • support copy-free IOStream (#17)
  • make get and set more Julian, and work with v2 (#20)
  • messaging interface is unnecessarily low-level and confusing (#46)
  • "Malformed message" errors (#73)
  • Message slow to construct for small message (#143)
  • Has someone deleted the https://github.com/JuliaInterop/ZMQBuilder repo? (#228)

v1.2.6

13 Jun 13:59
7f070fe
Compare
Choose a tag to compare

ZMQ v1.2.6

Diff since v1.2.5

Merged pull requests:

Closed issues:

  • Failure when creating sysimage with ZMQ >= 1.2.3 (#241)

v1.2.5

28 May 09:52
d814d2f
Compare
Choose a tag to compare

ZMQ v1.2.5

Diff since v1.2.4

Merged pull requests:

  • lookup localhost ip in precompile bind (#237) (@minrk)

Closed issues:

  • precompile fails with Julia < 1.6 (#236)

v1.2.4

27 May 13:57
bae8c69
Compare
Choose a tag to compare

ZMQ v1.2.4

Diff since v1.2.3

Merged pull requests:

Closed issues:

  • Zeromq introductory examples (#2)
  • zeromq + julia examples (#44)
  • problem to move julia repo, because of .julia\v0.3\ZMQ\deps\deps.jl (#68)
  • memory leak (#76)
  • Subscribe not working. (#95)
  • Memory Leak (#115)
  • Test Error: Assertion failed: Socket operation on non-socket (#147)
  • Apparent memory leak running publisher weather update example (#148)
  • Hello World example seg faults (#150)
  • Creating (but not sending) a Message(::String) crashes on Windows (#166)
  • Don't extend Sockets (#187)
  • Basics Publisher Example Crashes (#223)
  • ZMQ.jl does not precompile on Ubuntu running CUDA drivers (#233)

v1.2.3

12 May 16:48
975376d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.3

v1.2.1

06 Jun 03:06
cf2b7a4
Compare
Choose a tag to compare

ZMQ v1.2.1

Diff since v1.2.0

Closed issues:

  • Cannot install ZMQ.jl anymore (#197)
  • rcvtimeo values not honored by recv (#198)
  • ZMQ version problem (#201)
  • "using ZMQ" fails due to missing libzmq.5.dylib (#202)
  • error while Downloading artifact: ZeroMQ (#204)

Merged pull requests:

v1.2.0

08 Jan 17:57
v1.2.0
4cbe1ec
Compare
Choose a tag to compare

v1.2.0 (2020-01-08)

Diff since v1.1.0

Closed issues:

  • Error when bulding ZMQ (#195)

Merged pull requests:

  • Update to Julia 1.3, add Project.toml, use JLL package (#194) (staticfloat)

v1.1.0

08 Jan 00:42
v1.1.0
129ad5a
Compare
Choose a tag to compare

v1.1.0 (2020-01-04)

Diff since v1.0.0

Closed issues:

  • Issue adding ZMQ via Pkg.add on Ubuntu 16.04.5 LTS on Windows 10 using WSL (#192)
  • Error building ZMQ on Ubuntu 16.04, for Julia 1.0.3 (#191)
  • Sending multipart messages segfaults (eventually) (#167)

Merged pull requests:

v1.0.0

04 Sep 02:15
Compare
Choose a tag to compare

Streamlined API, drops 0.6 support, and auditing of code to fix several potential memory problems (especially with the more aggressive garbage collector in Julia 0.7).