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.
- 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