Skip to content

pyo3-object_store-v0.6.0

Choose a tag to compare

@kylebarron kylebarron released this 03 Sep 18:25
· 15 commits to main since this release
605f09f

Breaking changes 🔧

  • Don't percent-encode paths. The implementation of FromPyObject for PyPath now uses Path::parse instead of Path::from under the hood. #524
  • Bump to pyo3 0.26.

Other

  • Configurable warning on PyExternalObjectStore creation #550