Skip to content

5.0.1

Choose a tag to compare

@volc-engine volc-engine released this 25 Dec 12:14
· 1135 commits to master since this release

5.0.1

ALB 服务不兼容变更

说明:以下变更涉及字段类型调整与字段命名/结构调整,可能导致现有 SDK/代码编译失败或运行期解析失败,请按项完成适配。

CreateLoadBalancer

  • 请求参数
    • SecurityProtectionInstanceId:类型由 string → int64

DescribeLoadBalancerAttributes

  • 响应参数
    • GlobalAccelerators:类型由 结构体 → 结构体数组(list/array)

DescribeListenerHealth

  • 请求参数
    • OnlyUnHealthy:类型由 string → bool

CreateServerGroup

  • 请求参数
    • HealthCheck.HealthyThreshold:string → int64
    • HealthCheck.UnhealthyThreshold:string → int64
    • HealthCheck.Interval:string → int64
    • HealthCheck.Timeout:string → int64
    • StickySessionConfig.CookieTimeout:string → int64
    • 字段更名:删除 IPAddressType,新增 IpAddressType

ModifyServerGroupAttributes

  • 请求参数
    • HealthCheck.HealthyThreshold:string → int64
    • HealthCheck.UnhealthyThreshold:string → int64
    • HealthCheck.Interval:string → int64
    • HealthCheck.Timeout:string → int64
    • StickySessionConfig.CookieTimeout:string → int64

DescribeServerGroupAttributes

  • 响应参数
    • 字段更名:删除 IPAddressType,新增 IpAddressType

DescribeServerGroups

  • 请求参数
    • 字段更名:删除 VpcID,新增 VpcId
  • 响应参数
    • 字段更名:删除 ServerGroups.IPAddressType,新增 ServerGroups.IpAddressType

DescribeServerGroupBackendServers

  • 请求参数
    • PageNumber:string → int64
    • PageSize:string → int64

CreateRules

  • 请求参数
    • 字段更名:删除 Rules.URL,新增 Rules.Url

CreateHealthCheckTemplates

  • 请求参数
    • 字段更名:删除 HealthCheckTemplates.Port,新增 HealthCheckTemplates.HealthCheckPort

ModifyHealthCheckTemplatesAttributes

  • 请求参数
    • 字段更名:删除 HealthCheckTemplate.Port,新增 HealthCheckTemplate.HealthCheckPort

DescribeHealthCheckTemplates

  • 请求参数
    • 字段更名:删除 HealthCheckTemplates.Port,新增 HealthCheckTemplates.HealthCheckPort

ListTagsForResources

  • 响应参数
    • 字段更名:删除 ResourceTags.ResourceId,新增 ResourceTags.ResourceID

TagResources

  • 请求参数
    • Tag.Value:由可选 → 必传(required)