Skip to content

Commit 00f5cb2

Browse files
committed
Release v0.10.3
1 parent b5cb482 commit 00f5cb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
0.10.3 发布日期:2019-08-30
3+
----
4+
5+
* 优化云引擎错误处理
6+
* 处理中间件中的异常,避免返回 500 内部错误。比如 sessionToken 不合法的异常。
7+
* 在云引擎错误栈中,打印请求到 API 的 method, url
8+
29
0.10.2 发布日期:2019-06-24
310
----
411

src/LeanCloud/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client {
2424
/**
2525
* Client version
2626
*/
27-
const VERSION = '0.10.2';
27+
const VERSION = '0.10.3';
2828

2929
/**
3030
* API Version string

0 commit comments

Comments
 (0)