Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 19:07
· 38 commits to master since this release

0.8.0 (2022-11-16)

Features

  • azure: support azure blob container storage (#93) (9624856)

BREAKING CHANGES

  • azure: This removes an internal bit of code that allows for enumerating buckets in certain situations. The API was impossible to reach without going indirectly through the glob functionality, and it's unclear whether the code paths were ever reached outside of specific unit testing situations. If there's an explicit need for listing buckets, we can add a top-level API for it.