Skip to content

Releases: leancloud/python-sdk

The Missing Hook Key

20 Aug 07:20
af44bad
Compare
Choose a tag to compare

Fixed a bug that hook key was not included in the request header.

Update Qiniu SDK

13 Jul 05:13
ae2b07a
Compare
Choose a tag to compare

Udate Qiniu SDK to fix parameter mismatch exception (#521)

Thank berry_shanghai for bringing this issue to our attention.

Fix werkzeug compatibility

19 May 00:50
01da077
Compare
Choose a tag to compare

Werkzeug 2.0 introduced some breaking changes.

Fix Python 2 compatibility

05 Mar 06:13
479cd93
Compare
Choose a tag to compare

Fixed a Python packaging issue causing installation failure on Python 2.7.

Drop Python 3.5

03 Mar 04:17
3e9e48a
Compare
Choose a tag to compare

Update dependencies: really support Python 3.9 and drop support for Python 3.5.

Specify upload file path.

26 Nov 04:19
e8bde41
Compare
Choose a tag to compare

Now you can specify upload file path (e.g. /robots.txt) with MasterKey.

internal update

21 Oct 04:45
9ba4ba2
Compare
Choose a tag to compare

Remove deprecated internal interface invocation when saving external files.

verify before change phone number

15 Jul 06:15
9b305c6
Compare
Choose a tag to compare
  • Add request_change_phone_number and change_phone_number to verify mobile number before updating it.
  • request_sms_code now accepts phone number in E.164 format.

Fix LeanEngineError Error

18 Jun 11:35
88e827e
Compare
Choose a tag to compare
Merge pull request #481 from weakish/release-271

docs: release 2.7.1

messageUpdate hook

21 May 03:12
9aa194e
Compare
Choose a tag to compare
  • add _messageUpdate hook
  • push.send supports prod parameter