Skip to content

Tags: JuliaInterop/ZMQ.jl

Tags

v1.5.1

Toggle v1.5.1's commit message
[Diff since v1.5.0](v1.5.0...v1.5.1)

**Merged pull requests:**
- Add support for receive timeouts (#217) (@JamesWrigley)
- Fix recv function call in guide.md (#261) (@Tortar)
- Replace the _MessageRef() constructors with create_MessageRef() (#263) (@JamesWrigley)

**Closed issues:**
- Set timeout of a socket? (#87)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #217 from JamesWrigley/timeout

Add support for receive timeouts

v1.4.1

Toggle v1.4.1's commit message
[Diff since v1.4.0](v1.4.0...v1.4.1)

**Merged pull requests:**
- Bump codecov/codecov-action from 4 to 5 (#254) (@dependabot[bot])
- Implement `Base.show()` methods for Socket and Context (#255) (@JamesWrigley)
- Hardcode precompilation IP address to 127.0.0.1 (#257) (@JamesWrigley)

v1.4.0

Toggle v1.4.0's commit message
[Diff since v1.3.0](v1.3.0...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:**
- 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

Toggle v1.3.0's commit message
## ZMQ v1.3.0

[Diff since v1.2.6](v1.2.6...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

Toggle v1.2.6's commit message
## ZMQ v1.2.6

[Diff since v1.2.5](v1.2.5...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

Toggle v1.2.5's commit message
## ZMQ v1.2.5

[Diff since v1.2.4](v1.2.4...v1.2.5)


**Merged pull requests:**
- lookup localhost ip in precompile bind (#237) (@minrk)

**Closed issues:**
- precompile fails with Julia < 1.6 (#236)

v1.2.4

Toggle v1.2.4's commit message
## ZMQ v1.2.4

[Diff since v1.2.3](v1.2.3...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

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Project.toml

v1.2.1

Toggle v1.2.1's commit message
## ZMQ v1.2.1

[Diff since v1.2.0](v1.2.0...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)