Releases: JuliaInterop/ZMQ.jl
Releases · JuliaInterop/ZMQ.jl
v1.4.0
ZMQ v1.4.0
Merged pull requests:
- Add the Message(::DenseVector) constructor back to the docs (#250) (@JamesWrigley)
- Use [sources] for the docs project (#252) (@JamesWrigley)
- Implement send_multipart() and recv_multipart() (#253) (@JamesWrigley)
Closed issues:
v1.3.0
ZMQ v1.3.0
Merged pull requests:
- Generate complete bindings to libzmq (#232) (@JamesWrigley)
- Update the README (#243) (@JamesWrigley)
- Fix support for 1.11 (#244) (@JamesWrigley)
- Add moar tests and fix
isfreed()
(#245) (@JamesWrigley) - Add more Context and Message tests (#246) (@JamesWrigley)
- Deprecate
Base.convert(IOStream, ::Message)
(#247) (@JamesWrigley) - Bump version (#248) (@JamesWrigley)
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
ZMQ v1.2.6
Merged pull requests:
- Add Julia 1.3 to the CI (#238) (@JamesWrigley)
- Add a changelog (#239) (@JamesWrigley)
- Implement
lib_version()
(#240) (@JamesWrigley) - Close the default Context in the precompilation workload (#242) (@JamesWrigley)
Closed issues:
- Failure when creating sysimage with ZMQ >= 1.2.3 (#241)
v1.2.5
v1.2.4
ZMQ v1.2.4
Merged pull requests:
- Use FDWatcher instead of _FDWatcher (#215) (@JamesWrigley)
- Improve docstrings and remove implicit imports (#227) (@JamesWrigley)
- Make Socket hold a reference to its Context (#229) (@JamesWrigley)
- Create unsent messages in the tests (#230) (@JamesWrigley)
- Add Aqua.jl to the tests and add compat bounds (#231) (@JamesWrigley)
- Use an arbitrary available port during precompilation (#234) (@JamesWrigley)
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
What's Changed
- Add
immediate
property to sockets by @staticfloat in #209 - [compat] entry for ZeroMQ_jll by @fonsp in #213
- Add overloads for Base.elsize and Base.strides to Message by @JamesWrigley in #214
- Update docs by @JamesWrigley in #216
- github ci by @ViralBShah in #219
- Update README.md with correct link to discourse by @kdheepak in #221
- Add precompilation by @timholy in #224
- Update examples.md by @scls19fr in #225
- Update ci.yml by @ViralBShah in #226
- add ZMQ_CONFLATE by @stevengj in #222
New Contributors
- @fonsp made their first contribution in #213
- @JamesWrigley made their first contribution in #214
- @ViralBShah made their first contribution in #219
- @kdheepak made their first contribution in #221
- @timholy made their first contribution in #224
Full Changelog: v1.2.1...v1.2.3
v1.2.1
ZMQ v1.2.1
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:
- Install TagBot as a GitHub Action (#200) (@JuliaTagBot)
- Fix
Base.propertynames()
bug (#205) (@staticfloat)
v1.2.0
v1.2.0 (2020-01-08)
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
v1.1.0 (2020-01-04)
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:
- add Project.toml, drop Julia 0.7 (#196) (stevengj)
- No finalizer (#189) (joelfrederico)
- Add docs to repo (#188) (joelfrederico)