Releases: leancloud/python-sdk
Releases · leancloud/python-sdk
The Missing Hook Key
Fixed a bug that hook key was not included in the request header.
Update Qiniu SDK
Udate Qiniu SDK to fix parameter mismatch exception (#521)
Thank berry_shanghai for bringing this issue to our attention.
Fix werkzeug compatibility
Werkzeug 2.0 introduced some breaking changes.
Fix Python 2 compatibility
Fixed a Python packaging issue causing installation failure on Python 2.7.
Drop Python 3.5
Update dependencies: really support Python 3.9 and drop support for Python 3.5.
Specify upload file path.
Now you can specify upload file path (e.g. /robots.txt
) with MasterKey.
internal update
Remove deprecated internal interface invocation when saving external files.
verify before change phone number
- Add
request_change_phone_number
andchange_phone_number
to verify mobile number before updating it. request_sms_code
now accepts phone number in E.164 format.
Fix LeanEngineError Error
Merge pull request #481 from weakish/release-271 docs: release 2.7.1
messageUpdate hook
- add
_messageUpdate
hook push.send
supportsprod
parameter