Skip to content

v0.5.0

Latest

Choose a tag to compare

@rgbkrk rgbkrk released this 09 Feb 20:05
· 14 commits to master since this release
b6c16ec

What's Changed

  • migrate to using plain futures crate by @rgbkrk in #202
  • Simplify match and error by @rgbkrk in #203
  • More clippy by @rgbkrk in #204
  • update author metadata by @rgbkrk in #205
  • handle errors from the fair queue and the case when the queue is empty by @rgbkrk in #206
  • 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
  • include number of frames not delivered by @rgbkrk in #223
  • implement split for router socket by @rgbkrk in #224

New Contributors

Full Changelog: v0.4.1...v0.5.0