Releases: amzn/smoke-aws-credentials
Releases · amzn/smoke-aws-credentials
3.0.0
Expose conformance to CredentialsProviderV2
What's Changed
- Expose conformance to CredentialsProviderV2. by @tachyonics in #40
Full Changelog: 2.6.0...2.7.0
Accept reporting configuration for AWSSecurityTokenClient
What's Changed
- Allow reporting configuration for AWSSecurityTokenClient. by @tachyonics in #39
Full Changelog: 2.5.0...2.6.0
Conform AwsRotatingCredentialsProviderV2 to CredentialsProviderV2
What's Changed
- Conform AwsRotatingCredentialsProviderV2 to CredentialsProviderV2 by @tachyonics in #38
Full Changelog: 2.4.1...2.5.0
Add version requirement on async-http-client
What's Changed
- Add version requirement on async-http-client. by @tachyonics in #37
Full Changelog: 2.4.0...2.4.1
Use structured concurrency to background refresh credentials
What's Changed
- Create codeql.yml by @tachyonics in #31
- Bump github.com/apple/swift-nio-extras from 1.12.1 to 1.14.0 by @dependabot in #32
- Update dependencies. by @tachyonics in #33
- Apply standard formatting. by @tachyonics in #34
- Use structured concurrency to background refresh credentials by @tachyonics in #35
- Remove copyright years. by @tachyonics in #36
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: 2.3.1...2.4.0
Move all logging to trace level
Support for async credentials shutdown
This release of SmokeAWSCredentials provides compatibility with Swift 5.3, Swift 5.4 and Swift5.5 using SwiftNIO 2.x.
- Support for async credentials shutdown (#27)
Correctly close http client
Close credentials retriever as soon as possible
This release of SmokeAWSCredentials provides compatibility with Swift 5.2, Swift 5.3 and Swift 5.4 using SwiftNIO 2.x.
- Close credentials retriever as soon as possible (#25)