Releases: gogama/aws-sdk-go-flextime
Releases · gogama/aws-sdk-go-flextime
Housekeeping release, documentation only
Improve test reliability
Minor tweaks to improve unit test reliability.
Handled multi-level AWS error nesting
This release fixes a bug occurring with some versions of the AWS SDK for Go where timeouts would not be detected if wrapped in multiple levels of awserr.Error
and test cases would fail.
Fixed body read bug
This maintenance release fixes a bug manifesting for larger/slower response body payloads where the event handler could close the connection before the whole response body was read.
Improved plugin interop
This release improves interoperability with other AWS SDK for Go plugins.
In particular, interop with the AWS X-Ray SDK for Go, and other plugins that work similarly, is improved.
First stable version!
Initial stable release - flexible timeouts for AWS!