Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@nshumoogum nshumoogum released this 18 Feb 16:14
· 65 commits to main since this release
  • Move RoundTripper for signing aws requests to awsauth package
  • Remove NewClientWithAwsSigner function and replace with generic NewClientWithTransport that passes the roundtripper into the client transport layer. This will allow future use of this method for various niche transport layers needed by our apps.
  • Additional unit test to cover SharedCredentials method