We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cb482 commit 00f5cb2Copy full SHA for 00f5cb2
Changelog.md
@@ -1,4 +1,11 @@
1
2
+0.10.3 发布日期:2019-08-30
3
+----
4
+
5
+* 优化云引擎错误处理
6
+* 处理中间件中的异常,避免返回 500 内部错误。比如 sessionToken 不合法的异常。
7
+* 在云引擎错误栈中,打印请求到 API 的 method, url
8
9
0.10.2 发布日期:2019-06-24
10
----
11
src/LeanCloud/Client.php
@@ -24,7 +24,7 @@ class Client {
24
/**
25
* Client version
26
*/
27
- const VERSION = '0.10.2';
+ const VERSION = '0.10.3';
28
29
30
* API Version string
0 commit comments