Releases: Blue-Yonder-OSS/storefact
Releases · Blue-Yonder-OSS/storefact
default_endpoints_protocol and blob_endpoint
support for default_endpoints_protocol and blob_endpoint to azure urls
What's Changed
- Add README section for URL types by @bjoernmeier in #18
- urls don't have option to pass default protocol and blob endpoint url by @adityajaroli in #23
New Contributors
- @bjoernmeier made their first contribution in #18
Full Changelog: 0.10.0...0.11.0
Azure max_block_size and max_single_put_size
Support max_block_size
and max_single_put_size
for Azure stores.
socket_timeout for Azure stores
- Add
socket_timeout
parameter for Azure stores - Massively increase test coverage
Bug fixes
Remove reg dependency
reg is not compatible with Python 3.6 at the moment. It was easiest to remove the dependency.
Enable checksums on Azure Block Blob Store by default
0.8.3 Enable checksums in simplekv for Azure blob.
Maintenance release, new azure package name
This release modernizes the azure dependency to the new package naming scheme of azure-storage.
First Open Source Release
This is the first open source release of storefact.
Bugfixes
0.7.101 - still a pypi test release
Fix example code.