Skip to content

1.8.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 14:59
· 122 commits to master since this release
dbb4fba

Fixed

  • Fix an agent panic in selector that would sometimes be triggered by multiple socket interests communicated from libcurl for the same socket. Error handling for the agent thread has also been improved in general. (#460, #481)
  • Fix a segfault that can occur when the agent thread panics and drops a curl multi handle before its easy handles. This is a bug in the curl-rust project, but we have implemented a workaround that should prevent this from happening for any version of curl-rust you might be using. (#459, #461, #480)
  • Rewrite PSL cache test to not use globals so that they don't randomly fail in CI. (#485)
  • Improve Debug impl for empty request bodies to distinguish between an empty body and no body.
  • Fix docs.rs failing builds.

Dependency Updates

  • Remove parking lot dependency.
  • Bump psl from 2.1.200 to 2.1.202 (#484, #486)