Skip to content

v0.19.0

Choose a tag to compare

@Byron Byron released this 21 Nov 20:31
· 5795 commits to main since this release
b2c301e

New Features

  • Make reqwest TLS backend configuration easy.
    We provide the choice of native-tls or rust-tls. If none is
    provided, the user can configure on their on similar to how it's done
    in git-repository.

    Please note that a choice now has to be made or HTTPS will not be
    available, so use one of…

    • blocking-http-transport-reqwest-rust-tls
  • blocking-http-transport-reqwest-native-tls

Commit Statistics

  • 1 commit contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Make reqwest TLS backend configuration easy. (3ddbd2d)