Releases: aliyun/credentials-go
Releases · aliyun/credentials-go
Release v1.3.5
What's Changed
- improve readme by @JacksonTian in #71
- improve error message by @JacksonTian in #72
- no proxy for ecs ram role by @JacksonTian in #73
- Delete .github/ISSUE_TEMPLATE.md by @JacksonTian in #74
Full Changelog: v1.3.4...v1.3.5
Release v1.3.4
What's Changed
- upgrade codecov action by @JacksonTian in #68
- feat: support IMDSv2 for ECS metadata by @yndu13 in #69
- docs: update IMDSv2 doc for ecs ram role by @yndu13 in #70
Full Changelog: v1.3.3...v1.3.4
Release v1.3.3
What's Changed
- doc: update readme to use GetCredential first by @JacksonTian in #56
- Create dependabot.yml by @JacksonTian in #58
- test: run integration test after test env variable by @JacksonTian in #63
- Bump gopkg.in/ini.v1 from 1.56.0 to 1.67.0 by @dependabot in #62
- Bump github.com/alibabacloud-go/debug from 0.0.0-20190504072949-9472017b5c68 to 1.0.0 by @dependabot in #61
- Bump github.com/alibabacloud-go/tea from 1.1.8 to 1.2.1 by @dependabot in #59
- Bump github.com/alibabacloud-go/tea from 1.2.1 to 1.2.2 by @dependabot in #64
- adjust validate order by @JacksonTian in #66
- mark GetAccessKeyId/GetAccessKeySecret/GetSecurityToken deprecated by @JacksonTian in #67
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
Bump golang.org/x/net from 0.7.0 to 0.17.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Release v1.3.1
- Feat: support GetCredential() to solve the inconsistency of credentials refresh
Release v1.3.0
- Support external id for ram role arn credential.
Release v1.2.7
- Support user-defined sts endpoint
Release v1.2.6
- OIDC credentials provider allow use default value ("defaultSessionName") as RoleSessionName.
Release v1.2.5
- Support oidc credential in credential chain.
- Support env ALIBABA_CLOUD_ROLE_ARN/ALIBABA_CLOUD_OIDC_PROVIDER_ARN/ALIBABA_CLOUD_ROLE_SESSION_NAME for oidc credential.
Release v1.2.4
Fix default credential file path