Skip to content

6.0.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 09 Oct 22:44
· 92 commits to main since this release

This release moves the responsibility of any client sharing to the user.

Changed

  • HttpClient implementations no longer impl Clone.
    • The responsibility for sharing is the user's.
  • H1Client can no longer be instatiated via H1Client {}.
    • ::new() should be used.