This repository was archived by the owner on Mar 19, 2024. It is now read-only.
3.10.0
·
44 commits
to master
since this release
- Added:
- Added property
authentication_amount
to classesAbstractThreeDSecure
andThreeDSecureResults
.
- Added property
- 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.
- Added missing
- 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 requiredrequests
version.
- Updated the minimum