Skip to content

Version 1.3.0

Latest

Choose a tag to compare

@jeffreyparker jeffreyparker released this 22 Jul 15:38
· 1 commit to master since this release
7227a61

CA Pinning improvements

  • Add an option to disable CA certificate pinning
  • Add CA bundle version and pinning status to the user agent string
  • Add appendToUserAgent() method to Client class
  • Prevent OS certificate store fallback when CA pinning is enabled

Breaking Changes

DuoAPI\FileRequester class has been removed. This was never used by default. Users who directly constructed and injected this class will need to switch to CurlRequester.