Skip to content

Commit

Permalink
release 3.1.112 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Aug 29, 2024
1 parent 672ab5a commit 07af632
Show file tree
Hide file tree
Showing 449 changed files with 18,685 additions and 1,259 deletions.
521 changes: 521 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

521 changes: 521 additions & 0 deletions CHANGELOG_CN.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Java project.

Please choose a specific version number when specifying dependencies, otherwise it may cause unforeseen issues at build time.

You can get the SDK version information through [SDK center](https://console-intl.huaweicloud.com/apiexplorer/#/sdkcenter?language=Java) or [Maven central repository](https://search.maven.org/search?q=huaweicloud-sdk).

### Individual Services

You can add depenencies for the specific services only. Take using ECS and VPC SDK for example, you need to
Expand Down Expand Up @@ -264,7 +266,7 @@ public class Application {

## Online Debugging

[API Explorer](https://apiexplorer.developer.intl.huaweicloud.com/apiexplorer/overview) provides api retrieval and online debugging, supports full fast retrieval, visual debugging, help document viewing, and online consultation.
[API Explorer](https://apiexplorer.developer.intl.huaweicloud.com/apiexplorer/overview) provides api retrieval, SDK samples and online debugging, supports full fast retrieval, visual debugging, help document viewing, and online consultation.

## Changelog

Expand Down
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Maven 项目的 `pom.xml` 文件加入相应的依赖项即可。

指定依赖时请选择特定的版本号,否则可能会在构建时导致不可预见的问题。

您可以通过 [SDK中心](https://console.huaweicloud.com/apiexplorer/#/sdkcenter?language=Java)[Maven中心仓库](https://search.maven.org/search?q=huaweicloud-sdk) 查询SDK版本信息。

### 独立服务包:

根据需要独立引入SDK依赖包 。以 ECS 和 VPC SDK 为例,您需要安装 `huaweicloud-sdk-ecs``huaweicloud-sdk-vpc`
Expand Down Expand Up @@ -266,7 +268,7 @@ public class Application {
## 在线调试

[API Explorer](https://apiexplorer.developer.huaweicloud.com/apiexplorer/overview)
提供API检索及平台调试,支持全量快速检索、可视化调试、帮助文档查看、在线咨询。
提供API检索、SDK示例及平台调试,支持全量快速检索、可视化调试、帮助文档查看、在线咨询。

## 变更日志

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.111
3.1.112
Loading

0 comments on commit 07af632

Please sign in to comment.