Skip to content

v0.1.1-alpha

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 15:10
· 139 commits to main since this release
d550b34

What's Changed

  • feat(socket): add sync try methods to subscriber by @jonasbostoen in #17
  • Pub/Sub disconnect methods by @jonasbostoen in #18
  • �����Add synchronous try_publish to PubSocket by @jonasbostoen in #19
  • fix(tranport): correctly categorize auth error as io::ErrorKind::PermissionDenied by @jonasbostoen in #20
  • feat(benchs): Add reqrep benches by @PatStiles in #22
  • Fix backoff timeouts by @jonasbostoen in #23
  • Fix publisher flush behaviour by @jonasbostoen in #24
  • Add latency stats to PUBSUB sockets by @jonasbostoen in #27
  • Fix pubsub codec by @jonasbostoen in #28
  • Support request timeouts by @solidoracle in #25
  • flush_interval for ReqSocket and RepSocket #14 by @quangkeu95 in #30
  • Migrate to criterion for benchmarks by @jonasbostoen in #31
  • Refactor: use builder pattern with socket options by @jonasbostoen in #32
  • Fix latency stats underflow by @jonasbostoen in #35
  • feat(ci): release Github workflows by @merklefruit in #33

New Contributors

Full Changelog: v0.1.0-alpha...v0.1.1