Skip to content

v1.7.5

Compare
Choose a tag to compare
@fhunleth fhunleth released this 27 Mar 17:24
· 392 commits to main since this release
  • Bug fixes
    • Fixes an issue where query parameters would be percent-encoded twice.
      Packages that use query_params argument option to artifact_sites could
      be impacted. For example, packages storing build artifacts in AWS S3
      require the X-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.