Skip to content

v3.0.21

Compare
Choose a tag to compare
@kporangehat kporangehat released this 14 Aug 02:26
· 272 commits to master since this release

Update bundled httplib2 module to latest v0.9.1

This fixes an issue where a CertificateHostnameMismatch exception would be thrown incorrectly when creating a secure connection via the API. The bug was not properly iterating through the entire list of valid hostnames to match the request against. Instead, it was only checking the first host in the list.

Other various bug fixes specific to the library are also included. See https://github.com/jcgregorio/httplib2/blob/master/CHANGELOG for the full list.