v7.7.1-alpha.1
Pre-release
Pre-release
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)
andCertificateValidation::Certificate(Certificate)
took areqwest::Certificate
. Now, they take the libraryCertificate
struct.
Uncategorized
- #94 Add license headers and NOTICE.txt