Releases: alibabacloud-go/tea
Releases · alibabacloud-go/tea
Release version v1.2.2
What's Changed
- fix: unescape unicode in sdk error by @yndu13 in #103
- Bump golang.org/x/net from 0.11.0 to 0.20.0 by @dependabot in #104
- Bump github.com/alibabacloud-go/debug from 0.0.0-20190504072949-9472017b5c68 to 1.0.0 by @dependabot in #93
- Update go.yml by @JacksonTian in #78
Full Changelog: v1.2.1...v1.2.2
Release version v1.2.1
- Bump golang.org/x/net from 0.9.0 to 0.11.0.
- Improve TLS client config.
- Docs: update comments.
Release version v1.2.0
Feat: support HTTP max Idle connection pool size in config.
Release version v1.1.20
Return description and accessDeniedDetail in error info.
Support when statusCode is *int
Support when statusCode is *int
Support statusCode in Data for SDKError
Support statusCode in Data of SDKError for SDK Request
Improve the retry check
add StatusCode for SDK Error Co-authored-by: zigang.wang <zigang.wang@alibaba-inc.com>
v1.1.16
v1.1.15
- Modify Convert Func
v1.1.14
add ToInt and ToInt32