Skip to content

Commit 8553876

Browse files
committed
docs(readme): fix
1 parent 0886c4c commit 8553876

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Volcengine SDK for Python
22

3-
## 非兼容变更通知
3+
## 非兼容升级通知
44

5-
Volcengine SDK for Python 非兼容变更通知
5+
Volcengine SDK for Python 非兼容升级通知
66

77
影响版本:`2.0.1` 以及后续版本
88

9-
影响范围:所有用户
10-
119
变更描述:
1210

13-
发起请求将默认使用 `HTTPS` 协议,如需使用 `HTTP` 协议,请在发起请求时指定 `scheme` 参数为 `http`(不推荐):
11+
`2.0.1` 版本开始,发起请求将默认从使用 `HTTP` 协议变成使用 `HTTPS` 协议,请升级到新版本的用户注意是否会产生兼容性风险,做好充分测试。如需继续使用
12+
`HTTP` 协议,请在发起请求时指定 `scheme` 参数为 `http`(不推荐):
1413

1514
```python
1615
import volcenginesdkcore

0 commit comments

Comments
 (0)