Skip to content

v5.0.0

Choose a tag to compare

@arthurschreiber arthurschreiber released this 16 Jan 10:15
· 881 commits to master since this release
96e7f9b

5.0.0 (2019-01-16)

Bug Fixes

  • discard any incoming data for canceled requests (78da7f7)
  • forward socket errors to current request in SENT_ATTENTION state (5ce37e5)
  • re-use cancel functionality for request timeouts (919ab7f)

Features

  • add cancel timer (74682a4)
  • add request level cancellation methods (4cb93f4)
  • allow BulkRequests to be canceled (f78d745)

BREAKING CHANGES

  • Timed out requests will no longer receive any data.
  • Canceled requests will no longer receive any data.