Skip to content

1.0.2

Compare
Choose a tag to compare
@harman28 harman28 released this 31 Jul 13:18
· 184 commits to master since this release

[1.0.2] - 2017-07-31

Fixed

  • Webhook signature verification
  • Added support for python ver < 2.7.7

The webhook signature verification method was fixed to allow custom secrets for webhooks. We also changed the method signature to make it consistent across all SDKs.
Support was added for a constant time string comparison (used in signature verification) for Python ver < 2.7.7.