Skip to content

Releases: gogama/aws-sdk-go-flextime

Housekeeping release, documentation only

20 Aug 16:17
Compare
Choose a tag to compare

Improve test reliability

21 Apr 14:09
Compare
Choose a tag to compare

Minor tweaks to improve unit test reliability.

Handled multi-level AWS error nesting

25 Mar 19:30
Compare
Choose a tag to compare

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

24 Mar 15:49
Compare
Choose a tag to compare

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

08 Mar 23:01
Compare
Choose a tag to compare

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!

22 Jan 08:52
Compare
Choose a tag to compare

Initial stable release - flexible timeouts for AWS!