Skip to content

Releases: amzn/smoke-aws-credentials

3.0.0

12 Jul 23:15
e03c7f1
Compare
Choose a tag to compare

What's Changed

  • Use latest smoke-aws-support, smoke-http and smoke-aws by @Janujan in #41

New Contributors

Full Changelog: 2.7.0...3.0.0

Expose conformance to CredentialsProviderV2

19 Dec 21:41
05bf549
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

Accept reporting configuration for AWSSecurityTokenClient

11 Dec 00:00
cff836c
Compare
Choose a tag to compare

What's Changed

  • Allow reporting configuration for AWSSecurityTokenClient. by @tachyonics in #39

Full Changelog: 2.5.0...2.6.0

Conform AwsRotatingCredentialsProviderV2 to CredentialsProviderV2

05 Dec 23:35
4b0da4f
Compare
Choose a tag to compare

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

03 Nov 02:51
1321ba9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

Use structured concurrency to background refresh credentials

01 Sep 00:17
cb7c761
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

Move all logging to trace level

21 Jul 01:46
471dc32
Compare
Choose a tag to compare

This release of SmokeAWSCredentials provides compatibility with Swift 5.4, Swift 5.5 and Swift5.6 using SwiftNIO 2.x.

  1. Move all logging to trace level (#28)
  2. Update CI for 5.6, dropping 5.3 (#29)

Support for async credentials shutdown

25 Jan 22:55
9b262b5
Compare
Choose a tag to compare

This release of SmokeAWSCredentials provides compatibility with Swift 5.3, Swift 5.4 and Swift5.5 using SwiftNIO 2.x.

  1. Support for async credentials shutdown (#27)

Correctly close http client

17 Nov 01:51
7c00b2c
Compare
Choose a tag to compare

This release of SmokeAWSCredentials provides compatibility with Swift 5.3, Swift 5.4 and Swift5.5 using SwiftNIO 2.x.

  1. Correctly close http client (#26)
  2. Correctly create the credentials endpoint (#26)
  3. Move CI to Github actions (#26)

Close credentials retriever as soon as possible

11 Aug 17:44
eaf0de8
Compare
Choose a tag to compare

This release of SmokeAWSCredentials provides compatibility with Swift 5.2, Swift 5.3 and Swift 5.4 using SwiftNIO 2.x.

  1. Close credentials retriever as soon as possible (#25)