Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

3.10.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 19 May 07:25
· 44 commits to master since this release
  • Added:
    • Added property authentication_amount to classes AbstractThreeDSecure and ThreeDSecureResults.
  • Changed:
    • Changed URL validation to no longer use Django.
  • Removed:
    • Removed Django as a dependency.
  • Fixed:
    • Added missing requests-toolbelt requirement to the SDK's meta data.
    • When logging request and response bodies, commas following numbers or booleans are no longer obfuscated.
  • Security:
    • Updated the minimum requests version to fix CVE issue CVE-2018-18074. Note that this issue cannot be solved for for Python 3.3, as it does not support the required requests version.