Skip to content

Releases: Blue-Yonder-OSS/storefact

default_endpoints_protocol and blob_endpoint

25 Jan 11:18
0262e32
Compare
Choose a tag to compare

support for default_endpoints_protocol and blob_endpoint to azure urls

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

Azure max_block_size and max_single_put_size

04 Nov 16:23
4bf9186
Compare
Choose a tag to compare

Support max_block_size and max_single_put_size for Azure stores.

socket_timeout for Azure stores

06 Aug 11:06
f0a75af
Compare
Choose a tag to compare
  • Add socket_timeout parameter for Azure stores
  • Massively increase test coverage

Bug fixes

30 Jul 08:47
Compare
Choose a tag to compare
  • Fix import error with newer azure blob store versions
  • add max_connections parameter to Azure stores

Remove reg dependency

22 Jan 16:38
Compare
Choose a tag to compare

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

17 Jul 14:03
Compare
Choose a tag to compare
0.8.3

Enable checksums in simplekv for Azure blob.

Maintenance release, new azure package name

02 Mar 09:00
Compare
Choose a tag to compare

This release modernizes the azure dependency to the new package naming scheme of azure-storage.

First Open Source Release

17 Oct 13:07
Compare
Choose a tag to compare

This is the first open source release of storefact.

Bugfixes

25 Sep 07:58
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release
0.7.102

Safer access to optional parameters

0.7.101 - still a pypi test release

11 Aug 13:07
Compare
Choose a tag to compare
Pre-release
Fix example code.