Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 1.5 KB

Change Log

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.

[Unreleased]

[0.4.0] - 2017-02-09

Added

Fixed

  • documentation updated with correct spelling of settings

[0.3.1] - 2017-01-05

Fixed

  • calling open on a closed file will reopen the file (#12)

[0.3.0] - 2016-12-20

Added

  • 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)

Changed

  • Backwards Incompatible: Changes in #8 require Django 1.8. To continue using the project with Django<1.8, see a workaround documented in #10

[0.2.2] - 2016-12-14

Fixed

  • path_prefix is now applied correctly (#6)

[0.2.1] - 2016-09-01

Fixed

  • GCS client is now thread safe