We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccba68a + 2aeda8a commit c553e41Copy full SHA for c553e41
changelog
@@ -1,3 +1,8 @@
1
+## [2.3.0] - 2019-12-02
2
+### Added
3
+- support for Android Key (`LEANCLOUD_APP_ANDX_KEY`) in LeanEngine
4
+- push.send: new param `flow_control`
5
+
6
## [2.2.0] - 2019-10-24
7
### Added
8
- _clientOnline and _clientOffline hooks
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='leancloud',
28
- version='2.2.0',
+ version='2.3.0',
29
description='LeanCloud Python SDK',
30
url='https://leancloud.cn/',
31
author='asaka',
0 commit comments