Changelog¶
Unreleased (2018-10-03)¶
Features
Cache-Controlsupported for Amazon, Google, Local, and Microsoft (#11).- Each driver’s package dependencies are now optional (#4).
Other
- Remove rackspace package dependency
rfc6266_parser. - Add
flake8linting andsphinxdoc building to tox and travis.
0.6 (2018-07-24)¶
- Copy metadata from
setup.pytosetup.cfg - Add rate limit timeout when calling google cloud storage backend during tests.
- Catch
UnicodeDecodeErrorwhen decoding local file attribute values. - Upgrade dependencies and include
requirements.txtanddev-requirements.txt.
0.4 (2017-08-29)¶
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.