Skip to content

Releases: leancloud/python-sdk

cleanup

06 May 07:59
13844ba
Compare
Choose a tag to compare
  • HttpsRedirectMiddleware now works with projects not using cloud functions.
  • Fix some regexp escaping issues.

conv{Added,Removed} hooks

09 Apr 07:36
5211b5e
Compare
Choose a tag to compare
v2.6.0

Add `_conversationAdded` and `_conversationRemoved` hooks.

dependency issue

10 Mar 03:27
v2.5.1
5951372
Compare
Choose a tag to compare
v2.5.1

fix dependency issues with werkzeug

_rtmClientSign hook

30 Dec 07:58
290d4dd
Compare
Choose a tag to compare
v2.5.0

Support _rtmClientSign hook.

unique conversation

11 Dec 07:25
fdd9673
Compare
Choose a tag to compare
v2.4.0

creating conversations supports `is_unique`

android key & smooth push

02 Dec 06:36
c553e41
Compare
Choose a tag to compare
Features:

- Support Android Key (`LEANCLOUD_APP_ANDX_KEY`) in LeanEngine environment.
- push.send now supports new parameter `flow_control` for smooth push.

client online/offline hooks

24 Oct 09:50
557082f
Compare
Choose a tag to compare

Features:

  • _clientOnline and _clientOffline hooks

Bugs:

  • fix _merge_metadata by @jinke18
  • typo in object_.get parameter

v2.1.14

05 Jul 08:56
@ym ym
909511f
Compare
Choose a tag to compare
🔖 release 2.1.14

v2.1.12: Fixed

04 Jun 03:24
v2.1.12
Compare
Choose a tag to compare
- Push: expiration_time
- Push: updated_keys
- LeanEngine: X-LC-Prod request header

v2.1.3

28 Sep 03:25
Compare
Choose a tag to compare

[2.1.3] - 2017-09-26

Fixed

  • another unicode encoding error in python2 on CookieSessionMiddleware