All notable changes to django-gapc-storage
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix 'ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth' warning by disabling cache_discovery
- Change dependency to google-api-python-client 1.11
- Fix pin syntax in setup.py for
google-api-python-client
- Pin
google-api-python-client
version and explicitly requireoauth2client
- fix hyperlink to google-api-python-client in documentation
- fix
num_retries
attribute error (#17)
- configure
num_retries
- documentation updated with correct spelling of settings
- calling open on a closed file will reopen the file (#12)
- object Cache-Control metadata is now able to be overridden (#7)
- existing objects can now be overwritten on save (#8)
- documentation has been provided for settings (#9)
- Backwards Incompatible: Changes in #8 require Django 1.8. To continue using the project with Django<1.8, see a workaround documented in #10
- path_prefix is now applied correctly (#6)
- GCS client is now thread safe