R14
What's Changed
- fix: move timeout to
connect()
call by @de-sh in #408 - fix(dependency): Revert back tokio version to
1
by @henil in #412 - fix(serialization): Serialize no properties as 0x0 byte by @henil in #413
- fix: get examples using v5 to work by @de-sh in #401
- fix: remove extraneous space by @joleeee in #417
- docs: correct statement in FAQ by @de-sh in #416
- feat: remove code exposing flume errors in
ClientError
by @de-sh in #420 - feat: remove validation on
Subscribe::new_many()
by @de-sh in #422 - feat: remove ability to cancel
EventLoop.poll()
mid execution by @de-sh in #421 - docs: better explain client surfaces by @123vivekr in #380
New Contributors
Full Changelog: R13...R14