Skip to content

Releases: awslabs/aws-sigv4-proxy

Release v1.9

18 Jul 16:20
99fc2c8
Compare
Choose a tag to compare

New Features

What's Changed

Image URL

public.ecr.aws/aws-observability/aws-sigv4-proxy:1.9

New Contributors

Full Changelog: v1.8...v1.9

Release 1.8

26 Jan 19:54
64c8f0b
Compare
Choose a tag to compare

New Features

  • Added support for duplicating headers to X-Original- prefix #163

Bug fixes

  • Keep body if request uses chunked TransferEncoding #152

Changes

  • Read the downstream request body into memory before forwarding the request to support request rewind during retry #186

Release 1.7

30 Mar 17:50
a3f4ed6
Compare
Choose a tag to compare

New Features

Added new flag --upstream-url-scheme, which allows an user to choose between http or https when calling upstream service #126
Added new flag --unsigned-payload, which allows an user not sigh the request payload during sigv4 signing process #117

Release 1.6.1

19 Oct 22:41
d011f06
Compare
Choose a tag to compare

Changes

Update dependencies to address CVE-2020-29652.

Release 1.6

19 Sep 16:45
a628d90
Compare
Choose a tag to compare

New Features

  • Add managed prometheus + workspace endpoints. #69
  • Make idle connection timeout to upstream service configurable. #73

Bug fixes

  • Fixed Content-Length is not propagated properly to S3, which caused S3 to return unsupported header error. #70
  • Fixed URL encoding is not disabled for S3 requests, which caused unmatched signature. #76

Changes

  • Default idle connection timeout to upstream service is set to 40s (previously 90s). #73
  • aws-sigv4-proxy is not compiled with Go 1.19. #70

Release 1.5

26 Aug 15:45
b9458ff
Compare
Choose a tag to compare

Adds verbose logging for AWS credential loading process for debugging purposes.

Release 1.4

26 Aug 15:42
56a12bd
Compare
Choose a tag to compare

Upgrades go version to 1.17

Release 1.3

26 Aug 15:39
4351a60
Compare
Choose a tag to compare

This release fixes an issue where connecting AWS Elastic Search failed because of Go's default HTTP Client's auto re-direct behaviour.

public.ecr.aws/aws-observability/aws-sigv4-proxy:1.2

24 Aug 19:24
5e967d4
Compare
Choose a tag to compare

Add options to enable part of debug logging.

public.ecr.aws/aws-observability/aws-sigv4-proxy:1.1

24 Aug 19:26
9874dad
Compare
Choose a tag to compare
Merge pull request #40 from alvinlin123/regional-sts-by-default

Use STS regional endpoint by default