Skip to content

py-v0.7.0

Latest
Compare
Choose a tag to compare
@kylebarron kylebarron released this 25 Jun 19:47
2f8d01b

New Features 🪄

Breaking changes 🔧

  • obstore.auth.AzureCredentialProvider (and obstore.auth.AzureAsyncCredentialProvider) removed some attributes that were previously accidentally public. Also, scopes and tenant_id parameters in the __init__ of those two classes are now keyword-only parameters. by @kylebarron in #442

Bug fixes 🐛

  • Remove @staticmethod from credential provider type annotations by @kylebarron in #446
  • Enable accessing meta, range, and attributes after reading GetResult payload by @kylebarron in #440
  • Ensure we always release the GIL before calling tokio::Runtime::block_on by @kylebarron in #451
  • fix: AzureStore creation by HTTPS url by @kylebarron in #481

Documentation 📖

Other

  • Include object_store version and source in Python dist by @kylebarron in #408

New Contributors

Full Changelog: py-v0.6.0...py-v0.7.0