Skip to content

Release 1.6

Compare
Choose a tag to compare
@alvinlin123 alvinlin123 released this 19 Sep 16:45
· 71 commits to master since this release
a628d90

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