We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0886c4c commit 8553876Copy full SHA for 8553876
1 file changed
README.md
@@ -1,16 +1,15 @@
1
# Volcengine SDK for Python
2
3
-## 非兼容变更通知
+## 非兼容升级通知
4
5
-Volcengine SDK for Python 非兼容变更通知
+Volcengine SDK for Python 非兼容升级通知
6
7
影响版本:`2.0.1` 以及后续版本
8
9
-影响范围:所有用户
10
-
11
变更描述:
12
13
-发起请求将默认使用 `HTTPS` 协议,如需使用 `HTTP` 协议,请在发起请求时指定 `scheme` 参数为 `http`(不推荐):
+从 `2.0.1` 版本开始,发起请求将默认从使用 `HTTP` 协议变成使用 `HTTPS` 协议,请升级到新版本的用户注意是否会产生兼容性风险,做好充分测试。如需继续使用
+`HTTP` 协议,请在发起请求时指定 `scheme` 参数为 `http`(不推荐):
14
15
```python
16
import volcenginesdkcore
0 commit comments