v0.5.0-pre.2
Pre-release
Pre-release
What's Changed (since v0.4.1)
New Features
- XPUB socket support (#219)
DealerSocket::split()— split into independent send/recv halves for concurrent use (#221)SocketEvent::Disconnectedevents for PUB and SUB socket monitors (#209)
Bug Fixes
- Fair queue continues polling other peers on disconnect instead of stopping (#207, #208, #220)
- Finalize error handling for DEALER, REP, SUB, PULL, and REQ socket recv (#206)
Internal
- Replace
dashmapwithscc(#218) - Update
randto 0.9 (#217) - Migrate to plain
futurescrate (#202) - Simplify error handling and address clippy lints (#203, #204, #215)
- Bump CI to
actions/cache@v4(#214)
What's Changed
- Continue polling clients in priority queue if the top is not ready by @michael-disalvo in #208
- Bump to actions/cache@v4 by @poyea in #214
- Test fair queue continues to be polled if a stream returns Pending by @poyea in #213
- Remove needless continues and fix lint errors by @poyea in #215
- Replace dashmap to scc by @poyea in #218
- update rand v0.9.x by @jessekrubin in #217
- Propagate None from fair_queue for disconnects. by @jbbjarnason in #207
- Fix fair_queue tests to match disconnect behavior by @rgbkrk in #220
- support xpub by @rgbkrk in #219
- pub and sub sockets send SocketEvent::Disconnected events to the monitor by @gvz in #209
- implement Split for DealerSocket by @rgbkrk in #221
New Contributors
- @michael-disalvo made their first contribution in #208
- @jessekrubin made their first contribution in #217
- @jbbjarnason made their first contribution in #207
- @gvz made their first contribution in #209
Full Changelog: v0.5.0-pre...v0.5.0-pre.2
What's Changed
- Continue polling clients in priority queue if the top is not ready by @michael-disalvo in #208
- Bump to actions/cache@v4 by @poyea in #214
- Test fair queue continues to be polled if a stream returns Pending by @poyea in #213
- Remove needless continues and fix lint errors by @poyea in #215
- Replace dashmap to scc by @poyea in #218
- update rand v0.9.x by @jessekrubin in #217
- Propagate None from fair_queue for disconnects. by @jbbjarnason in #207
- Fix fair_queue tests to match disconnect behavior by @rgbkrk in #220
- support xpub by @rgbkrk in #219
- pub and sub sockets send SocketEvent::Disconnected events to the monitor by @gvz in #209
- implement Split for DealerSocket by @rgbkrk in #221
- Bump version to 0.5.0-pre.2 by @rgbkrk in #222
New Contributors
- @michael-disalvo made their first contribution in #208
- @jessekrubin made their first contribution in #217
- @jbbjarnason made their first contribution in #207
- @gvz made their first contribution in #209
Full Changelog: v0.5.0-pre...v0.5.0-pre.2