Releases: awslabs/aws-sigv4-proxy
Releases · awslabs/aws-sigv4-proxy
Release v1.11.1
What's Changed
- Change version to next release version. by @alvinlin123 in #258
- Go lang upgrade for version 1.11.x by @alvinlin123 in #262
Full Changelog: v1.11...v1.11.1
Release v1.11
What's Changed
- Add correct permission to release workflow by @rapphil in #236
- Extract out service name and endpoint based on host suffix by @pechersky in #253
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #247
- Bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 by @dependabot[bot] in #241
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #249
- Bump aws-actions/configure-aws-credentials from 4 to 5 by @dependabot[bot] in #248
- Potential fix for code scanning alert no. 18: Workflow does not contain permissions by @alvinlin123 in #255
- fix: RoleSessionName Exceeds Maximum Length Constraint #243 by @markussiebert in #244
- Enable AWS SSO support by @rmak-cpi in #180
- Include s3 object lambda for uri path escaping disablement by @whennemuth in #138
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #256
New Contributors
- @pechersky made their first contribution in #253
- @markussiebert made their first contribution in #244
- @rmak-cpi made their first contribution in #180
- @whennemuth made their first contribution in #138
Full Changelog: v1.10...v1.11
Release v1.10
What's Changed
- Update branch from release branch after releasing v1.9 by @rapphil in #220
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.3 by @dependabot in #223
- Bump docker/build-push-action from 5 to 6 by @dependabot in #222
- Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.6 by @dependabot in #231
- Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 by @dependabot in #232
- Document that --port takes full listen address by @luisgerhorst in #153
- Chore: Update minimal golang version to 1.23.6 and use scratch base image by @rapphil in #233
ECR Image:
public.ecr.aws/aws-observability/aws-sigv4-proxy:1.10
Full Changelog: v1.9...v1.10
Release v1.9
New Features
- Add Support for Custom Headers by @njegosrailic in #210
What's Changed
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #183
- Bump actions/setup-go from 4 to 5 by @dependabot in #184
- Update Project go to 1.22.4 by @prudhvigodithi in #213
- Add release workflow for this project by @rapphil in #215
- Bump github.com/aws/aws-sdk-go from 1.54.8 to 1.54.19 by @dependabot in #217
Image URL
public.ecr.aws/aws-observability/aws-sigv4-proxy:1.9
New Contributors
- @prudhvigodithi made their first contribution in #213
- @njegosrailic made their first contribution in #210
- @rapphil made their first contribution in #215
Full Changelog: v1.8...v1.9
Release 1.8
Release 1.7
Release 1.6.1
Changes
Update dependencies to address CVE-2020-29652.
Release 1.6
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
Release 1.5
Adds verbose logging for AWS credential loading process for debugging purposes.
Release 1.4
Upgrades go version to 1.17