- Bug fixes
- Fixes an issue where query parameters would be percent-encoded twice.
Packages that usequery_params
argument option toartifact_sites
could
be impacted. For example, packages storing build artifacts in AWS S3
require theX-Amz-Credential
query parameter key whose value
includes the reserved character/
. This symbol is double encoded to
%252F
. This failed on systems with Erlang OTP-23.2 and above.
See #604 for additional context.
- Fixes an issue where query parameters would be percent-encoded twice.