@huaweicloud/huaweicloud-sdk-core
Advanced tools
Comparing version 3.0.43-rc to 3.0.44-rc
@@ -0,1 +1,53 @@ | ||
# 3.0.44-rc 2022-06-09 | ||
### HuaweiCloud SDK ELB | ||
- _新增特性_ | ||
- 支持弹性负载均衡服务 | ||
- _解决问题_ | ||
- 无 | ||
- _特性变更_ | ||
- 无 | ||
### HuaweiCloud SDK FunctionGraph | ||
- _新增特性_ | ||
- 无 | ||
- _解决问题_ | ||
- 无 | ||
- _特性变更_ | ||
- 接口`UpdateFunctionCode`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`ShowFunctionCode`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`UpdateFunctionConfig`: | ||
- 新增请求参数 `domain_names` | ||
- 新增响应参数 `domain_names` | ||
- 响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`ShowFunctionConfig`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`CreateFunctionVersion`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`ListStatistics`新增请求参数 `option` | ||
- 接口`CreateDependency`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`ListDependencies`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`UpdateDependency`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`ShowDependency`响应参数`runtime`类型调整 `string` -> `enum` | ||
- 接口`UpdateEvent`请求参数`content`改为必填 | ||
- 接口`ListFunctionAsyncInvocations`新增请求参数 `marker` | ||
- 接口`BatchDeleteWorkflows`请求参数`workflow_urns`改为必填 | ||
- 接口`CreateWorkflow`请求参数`name`、`trigger_name`、`trigger_type`、`bucket`、`events`、`prefix`、`suffix`、`start`、`name`、`operation`、`id`、`name`、`type`、`end`、`transition`、`ref_name`、`arguments`、`constants`、`name`改为必填 | ||
- 接口`StartWorkflowExecution`请求参数`input`改为必填 | ||
- 接口`ShowWorkflowExecution`新增响应参数 `node_name`、`execution_id`、`request_id` | ||
- 接口`UpdateWorkFlow`请求参数`name`、`trigger_name`、`trigger_type`、`bucket`、`events`、`prefix`、`suffix`、`start`、`name`、`operation`、`id`、`name`、`type`、`end`、`transition`、`ref_name`、`arguments`、`constants`、`name`改为必填 | ||
- 接口`ShowWorkFlow`: | ||
- 新增响应参数 `lts_group_id`、`lts_stream_id` | ||
- 响应参数`name`、`trigger_name`、`trigger_type`、`bucket`、`events`、`prefix`、`suffix`、`start`、`name`、`operation`、`id`、`name`、`type`、`end`、`transition`、`ref_name`、`arguments`、`constants`、`name`改为必填 | ||
- 接口`StartSyncWorkflowExecution`请求参数`input`改为必填 | ||
### HuaweiCloud SDK Moderation | ||
- _新增特性_ | ||
- 支持接口`RunTextModeration` | ||
- _解决问题_ | ||
- 无 | ||
- _特性变更_ | ||
- 无 | ||
# 3.0.43-rc 2022-06-02 | ||
@@ -2,0 +54,0 @@ |
@@ -0,1 +1,53 @@ | ||
# 3.0.44-rc 2022-06-09 | ||
### HuaweiCloud SDK ELB | ||
- _Features_ | ||
- Support Elastic Load Balance service. | ||
- _Bug Fix_ | ||
- None | ||
- _Change_ | ||
- None | ||
### HuaweiCloud SDK FunctionGraph | ||
- _Features_ | ||
- None | ||
- _Bug Fix_ | ||
- None | ||
- _Change_ | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `UpdateFunctionCode` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `ShowFunctionCode` | ||
- Changes of the interface `UpdateFunctionConfig`: | ||
- Add the request parameter `domain_names` | ||
- Add the response parameter `domain_names` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `ShowFunctionConfig` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `CreateFunctionVersion` | ||
- Add the request parameter `option` to the interface `ListStatistics` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `CreateDependency` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `ListDependencies` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `UpdateDependency` | ||
- Modify the type `string` -> `enum` of the response parameter `runtime` of the interface `ShowDependency` | ||
- The request parameter `content` changed to required of the interface `UpdateEvent` | ||
- Add the request parameter `marker` to the interface `ListFunctionAsyncInvocations` | ||
- The request parameter `workflow_urns` changed to required of the interface `BatchDeleteWorkflows` | ||
- The request parameter `name`, `trigger_name`, `trigger_type`, `bucket`, `events`, `prefix`, `suffix`, `start`, `name`, `operation`, `id`, `name`, `type`, `end`, `transition`, `ref_name`, `arguments`, `constants`, `name` changed to required of the interface `CreateWorkflow` | ||
- The request parameter `input` changed to required of the interface `StartWorkflowExecution` | ||
- Add the response parameters `node_name`, `execution_id`, `request_id` to the interface `ShowWorkflowExecution` | ||
- The request parameter `name`, `trigger_name`, `trigger_type`, `bucket`, `events`, `prefix`, `suffix`, `start`, `name`, `operation`, `id`, `name`, `type`, `end`, `transition`, `ref_name`, `arguments`, `constants`, `name` changed to required of the interface `UpdateWorkFlow` | ||
- Changes of the interface `ShowWorkFlow`: | ||
- Add the response parameters `lts_group_id`, `lts_stream_id` | ||
- The response parameter `name`, `trigger_name`, `trigger_type`, `bucket`, `events`, `prefix`, `suffix`, `start`, `name`, `operation`, `id`, `name`, `type`, `end`, `transition`, `ref_name`, `arguments`, `constants`, `name` changed to required | ||
- The request parameter `input` changed to required of the interface `StartSyncWorkflowExecution` | ||
### HuaweiCloud SDK Moderation | ||
- _Features_ | ||
- Support the interface `RunTextModeration` | ||
- _Bug Fix_ | ||
- None | ||
- _Change_ | ||
- None | ||
# 3.0.43-rc 2022-06-02 | ||
@@ -2,0 +54,0 @@ |
@@ -127,2 +127,5 @@ "use strict"; | ||
}); | ||
if (options.method === 'DELETE' && (options.data && (Object.keys(options.data).length <= 0 || options.data.length <= 0))) { | ||
delete options.data; | ||
} | ||
builder = new IHttpRequestBuilder_1.HttpRequestBuilder(); | ||
@@ -129,0 +132,0 @@ httpRequest = builder |
@@ -41,5 +41,5 @@ "use strict"; | ||
categories: { | ||
default: { appenders: ['dateFile', 'console'], level: 'debug', enableCallStack: true } | ||
default: { appenders: ['console'], level: 'debug', enableCallStack: true } | ||
} | ||
}); | ||
exports.Logger4jInstance = (0, log4js_1.getLogger)(); |
{ | ||
"name": "@huaweicloud/huaweicloud-sdk-core", | ||
"version": "3.0.43-rc", | ||
"version": "3.0.44-rc", | ||
"description": "Core code for Huaweicloud SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "huaweicloud-sdk-core.js", |
export * from './auth/BasicCredentials'; | ||
export * from './auth/GlobalCredentials'; | ||
export * from './region/region'; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./auth/GlobalCredentials"), exports); | ||
__exportStar(require("./region/region"), exports); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
256157
3722
1