Skip to content

v0.18.1

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 27 Apr 15:09
· 216 commits to master since this release
v0.18.1
8b0058d

This release fixes a couple bugs and improves the ergonomics for the HTTP client
when no tower middleware is enabled.

Changed

  • http client: add default generic param for the backend (#1099)

Fixed

  • rpc module: fix race in subscription close callback (#1098)
  • client: add missing batch request tracing span (#1097)
  • ws server: don't wait for graceful shutdown when connection already closed (#1103)