ITADN

版本发布 8

v1.5.1
? · 2025-11-04

## ZMQ v1.5.1 [Diff since v1.5.0](https://github.com/JuliaInterop/ZMQ.jl/compare/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
? · 2025-09-13

## What's Changed * Update ci.yml by @ViralBShah in https://github.com/JuliaInterop/ZMQ.jl/pull/259 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/JuliaInterop/ZMQ.jl/pull/260 * Add support for receive timeouts by @JamesWrigley in https://github.com/JuliaInterop/ZMQ.jl/pull/217 **Full Changelog**: https://github.com/JuliaInterop/ZMQ.jl/compare/v1.4.1...v1.5.0

v1.5.0
? · 2025-09-13

## ZMQ v1.5.0 [Diff since v1.4.1](https://github.com/JuliaInterop/ZMQ.jl/compare/v1.4.1...v1.5.0) **Merged pull requests:** - Add support for receive timeouts (#217) (@JamesWrigley) - Update ci.yml (#259) (@ViralBShah) - Bump actions/checkout from 4 to 5 (#260) (@dependabot[bot]) **Closed issues:** - Set timeout of a socket? (#87)

v1.4.1
? · 2025-06-13

## ZMQ v1.4.1 [Diff since v1.4.0](https://github.com/JuliaInterop/ZMQ.jl/compare/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
? · 2024-11-30

## ZMQ v1.4.0 [Diff since v1.3.0](https://github.com/JuliaInterop/ZMQ.jl/compare/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
? · 2024-10-08

## ZMQ v1.3.0 [Diff since v1.2.6](https://github.com/JuliaInterop/ZMQ.jl/compare/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
? · 2024-06-13

## ZMQ v1.2.6 [Diff since v1.2.5](https://github.com/JuliaInterop/ZMQ.jl/compare/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
? · 2024-05-28

## ZMQ v1.2.5 [Diff since v1.2.4](https://github.com/JuliaInterop/ZMQ.jl/compare/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)