Skip to content

Releases: blobfile/blobfile

v3.2.0

07 Feb 03:13
77057b0

Choose a tag to compare

Release 3.2 (#274)

v3.1.0

06 Sep 00:38
ff0cd5d

Choose a tag to compare

Release 3.1 (#259)

v3.0.0

27 Aug 00:04
8204905

Choose a tag to compare

Update changelog, bump version (#248)

v2.1.0

12 Oct 00:16
871cca0

Choose a tag to compare

Bump version (#224)

v2.0.2

21 Apr 05:39
de92f83

Choose a tag to compare

  • Support a version parameter for writing files to Azure, if the version doesn't match the remote version, a VersionMismatch error will be raised from @williamzhuk

v2.0.1

10 Jan 07:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Sep 06:54

Choose a tag to compare

  • Change configure defaults to output_az_paths=True and save_access_token_to_disk=True

v1.3.4

24 Sep 04:11

Choose a tag to compare

  • Azure timestamp parsing is now slightly faster
  • Replace xmltodict with lxml as it is slightly faster
  • Use lazy import for pycryptodome from @hauntsaninja
  • Print request ids when azure auth fails

v1.3.3

25 Aug 15:50

Choose a tag to compare

  • Added new configure option, multiprocessing_start_method that defaults to spawn, due to issues with fork. To get the original behavior back, call bf.configure(multiprocessing_start_method="fork")

v1.3.2

24 Aug 15:51

Choose a tag to compare

  • Fix to default value for use_azure_storage_account_key_fallback from @hauntsaninja