Skip to content

Access ingress path

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 10:51
e9bbb5d

Contents (#80)

IMPORTANT: There is 1 breaking change.

New features

  • Add update_attributes callback for setting blob metadata

Fixes

  • Avoid save on unrefreshed object

Refactoring

  • 💥 BREAKING CHANGE: Move upload_blob to the operations module where it belongs

Testing

  • Fix race condition from transaction handler

Upgrade instructions

💥 Move upload_blob to the operations module where it belongs

If importing the upload_blob function from django_gcp.storage.blob_utils, import directly from django_gcp.storage.operations or django_gcp.storage instead