Skip to content

py-v0.8.0

Compare
Choose a tag to compare
@kylebarron kylebarron released this 07 Aug 20:42
· 4 commits to main since this release
f543433

What's Changed

  • Breaking: Don't double percent-encode paths by @kylebarron in #524
    • This changes the internals from using Path "encoding" to Path "parsing". This avoids issues where paths could be unintentionally double-encoded. But this means that the user must ensure that paths are valid.
  • fix: Only SHA256 is supported for S3 checksum algorithm by @kylebarron in #527