Changelog

0.7.0 (2018-10-03)

Features

  • Cache-Control supported for Amazon, Google, Local, and Microsoft (#11).
  • Each driver’s package dependencies are now optional (#4).

Other

  • Remove rackspace package dependency rfc6266_parser.
  • Add flake8 linting and sphinx doc building to tox and travis.

0.6 (2018-07-24)

  • Copy metadata from setup.py to setup.cfg
  • Add rate limit timeout when calling google cloud storage backend during tests.
  • Catch UnicodeDecodeError when decoding local file attribute values.
  • Upgrade dependencies and include requirements.txt and dev-requirements.txt.

0.5 (2018-02-26)

  • Update rackspacesdk to 0.7.5 and fix broken API calls (#14).

0.4 (2017-08-29)

  • Implement Microsoft Azure Storage driver (#1).
  • Google upload_blob is failing for binary stream (#7 and #8).
  • Fixed type annotations using mypy.
  • Formatted code using flake8 recommendations.

0.3 (2017-05-24)

  • Fixes #6: Add kwargs to each driver’s init method.

0.2 (2017-04-21)

  • Add pip cache to travis yml file to speed up tests.
  • Set wheel python-tag to py3 only
  • Set tox to pass all env variables to py.test
  • Add travis repo encrypted env variables for running tests.

0.1 (2017-04-20)

  • First release.