Skip to content

v7.7.1-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@russcam russcam released this 29 May 00:57

v7.7.0-alpha.1...v7.7.1-alpha.1

Features & Enhancements

  • #95 Encode values passed to Parts enums
  • #96 Add method, url, content_length and content_type to Response (issue: #6)
  • #98 Add yaml test runner project (issue: #19)
  • #101 Add Certificate newtype that supports CA chains. (issue: #100) thanks @reyk 👍

Breaking Changes

  • #101 Add Certificate newtype that supports CA chains. (issue: #100)

    This introduces a new Certificate struct to the library that can handle PEM encoded certificate chains. Previously, CertificateValidation::Full(Certificate) and CertificateValidation::Certificate(Certificate) took a reqwest::Certificate. Now, they take the library Certificate struct.

Uncategorized

  • #94 Add license headers and NOTICE.txt

View the full list of issues and PRs