Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 2.11 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.5.2] - 2020-09-08

  • 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

[0.5.1] - 2018-07-07

Fixed

  • Fix pin syntax in setup.py for google-api-python-client

[0.5.0] - 2018-06-05

Fixed

  • Pin google-api-python-client version and explicitly require oauth2client

[0.4.1] - 2017-09-06

Fixed

  • fix hyperlink to google-api-python-client in documentation
  • fix num_retries attribute error (#17)

[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