Skip to content

py-v0.5.0

Compare
Choose a tag to compare
@kylebarron kylebarron released this 17 Mar 18:49
· 51 commits to main since this release
b351311

See also a blog post announcing this release.

New Features 🪄

Breaking changes 🔧

Object store methods

No breaking changes.

Store constructors

  • Removed S3Store.from_session and S3Store._from_native. Use credential providers instead.
  • Reduce the config variations supported for input. I.e. we previously allowed region, aws_region, REGION or AWS_REGION as a config parameter to S3Store, which could make it confusing. We now only support a single config input value for each underlying concept. #323

Fsspec

Bug fixes 🐛

Documentation 📖

New Contributors

Full Changelog: py-v0.4.0...py-v0.5.0