-
Notifications
You must be signed in to change notification settings - Fork 10
Python SDK Change Log (Deprecated)
For current releases of the Open Source version of this SDK see the Releases page.
Update - Added support for Python 3.12.
Note We recommend upgrading to this version.
Update - Added support for built-in "loads" function for python 3.9.
Update - The validateUserSignature method now includes an overload that accepts expiration: number.
Recommended Update - Replaced out of date cacert.pem file to include all current Customer Data Cloud certificates.
Update: Added support for sending multiple concurrent signed requests with the same parameters (same params object).
Bug fix: Fixed Boolean request parameter values being ignored.
Added the function getDynamicSessionSignatureUserSigned() to enable generation of Dynamic Session Expiration cookies using an application key and secret pair, instead of the partner secret.
Bug fix regarding requests containing params with nested JSON objects.
Bug fix regarding URL encoding.
The Python SDK now restores urllib handlers after completing requests to Gigya.
Added support for UTF-8 encoding.
Added support for Python 3
Security updates
SDK is now packaged in a zip file containing cacerts.pem
userKey - A new optional parameter in GSRequest constructor. A key of an admin user with extra permissions.
Bug fixes.