Skip to content

Commit bdd828c

Browse files
author
tuunalai
committed
pre-release
1 parent ab37936 commit bdd828c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.9 to 2.6.10
4+
---------
5+
1. 安全特性
6+
37
2.6.8 to 2.6.9
48
---------
59
1. 开通智能语音服务

Diff for: src/Client.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
* @see \Qcloud\Cos\Service::getService()
260260
*/
261261
class Client extends GuzzleClient {
262-
const VERSION = '2.6.9';
262+
const VERSION = '2.6.10';
263263

264264
public $httpClient;
265265

@@ -295,7 +295,7 @@ class Client extends GuzzleClient {
295295
'allow_accelerate' => false,
296296
'timezone' => 'PRC',
297297
'locationWithScheme' => false,
298-
'autoChange' => true,
298+
'autoChange' => false,
299299
'limit_flag' => false,
300300
'isCheckRequestPath' => true,
301301
];

0 commit comments

Comments
 (0)