You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking changes since v0.4.1:
- ParseError has been split to SerializeParseError and
DeserializeParseError which allows to return request body to
user on error.
Other changes:
- Project has been formatted using latest rustfmt.
- Request timeout handling has been refactored to use empty
future for 'no timeout'.
- New configuration options added to Builder.
0 commit comments