Releases: erickt/rust-zmq
Releases · erickt/rust-zmq
v0.10.0
What's Changed
This release mostly pushes rust-zmq to be on par with upstream zmq 4.3.4 that was released earlier this year, which the major feature there being added websocket support.
We have also worked hard to remove the cmake
dependency from this project, meaning that no additional developer setup instructions are needed for downstream users of this crate.
Changelog
- Remove log code from library by @fwalch in #291
- PollItem: Support checking associated socket by @fwalch in #292
- Attempt to fix the CI build by @rotty in #294
- Bump dependencies by @rotty in #293
- Remove
std::error::Error
description method implementations by @rotty in #295 - Add test using the
ZMQ_CONFLATE
option receiver-side by @rotty in #297 - Provide inherent method to get error message string by @rotty in #298
- Socket: Add binding for
zmq_unbind
by @kalcutter in #300 - Fix warnings by @erickt in #319
- Switch from compiletest_rs to trybuild by @erickt in #320
- Fix a clippy warning by @erickt in #321
- Fix flaky
test_monitor_events
test by @kalcutter in #313 - Fix errors with clippy 1.44.1 by @kalcutter in #312
- implement AsRawFd by @yihuang in #306
- Add
Context
getters and setters forZMQ_IO_THREADS
by @kalcutter in #311 - Upgrade to
zmq2
by @Jasper-Bekkers in #345 - Move to zeromq-src 0.2 by @jean-airoldie in #339
- zmq-sys: Replace
metadeps
withsystem-deps
successor by @MarijnS95 in #340
New Contributors
- @kalcutter made their first contribution in #300
- @yihuang made their first contribution in #306
- @Jasper-Bekkers made their first contribution in #345
- @MarijnS95 made their first contribution in #340
Full Changelog: v0.9.2...v0.10.0