Releases: blobfile/blobfile
Releases · blobfile/blobfile
v3.2.0
v3.1.0
Release 3.1 (#259)
v3.0.0
Update changelog, bump version (#248)
v2.1.0
Bump version (#224)
v2.0.2
- Support a
versionparameter for writing files to Azure, if theversiondoesn't match the remote version, aVersionMismatcherror will be raised from @williamzhuk
v2.0.1
What's Changed
- Support urllib3 2.0 by @hauntsaninja in #201
- [os.replace] Issue cross device by @hponde in #205
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- Change
configuredefaults tooutput_az_paths=Trueandsave_access_token_to_disk=True
v1.3.4
- Azure timestamp parsing is now slightly faster
- Replace
xmltodictwithlxmlas it is slightly faster - Use lazy import for
pycryptodomefrom @hauntsaninja - Print request ids when azure auth fails
v1.3.3
- Added new
configureoption,multiprocessing_start_methodthat defaults tospawn, due to issues withfork. To get the original behavior back, callbf.configure(multiprocessing_start_method="fork")
v1.3.2
- Fix to default value for
use_azure_storage_account_key_fallbackfrom @hauntsaninja