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