Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 2.3 KB

File metadata and controls

85 lines (55 loc) · 2.3 KB

Changelog

PyPI History

1.10.0

New Features

  • Add support for KMS keys (#5259)
  • Add '{Blob,Bucket}make_private' method (#5336)

Internal / Testing Changes

  • Modify system tests to use prerelease versions of grpcio (#5304)

1.9.0

Implementation Changes

  • Change GCS batch endpoint from /batch to /batch/storage/v1 (#5040)

New Features

  • Allow uploading files larger than 2GB by using Resumable Media Requests (#5187)
  • Add range downloads (#5081)

Documentation

  • Update docstring to reflect correct units (#5277)
  • Replace link to 404 object IAM docs with a note on limited utility. (#5181)
  • Update doc reference in GCS client documentation (#5084)
  • Add see also for Bucket.create method call for Client.create_bucket() documentation. (#5073)
  • Link out to requester pays docs. (#5065)

Internal / Testing Changes

  • Add testing support for Python 3.7; remove testing support for Python 3.4. (#5295)
  • Fix bad trove classifier
  • Remove unused var (flake8 warning) (#5280)
  • Fix unit test moving batch to batch/storage/v1 (#5082)

1.8.0

New features

  • Implement predefined acl (#4757)
  • Add support for resumable signed url generation (#4789)

Implementation changes

  • Do not quote embedded slashes for public / signed URLs (#4716)

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Documentation

  • Missing word in docstring (#4763)

Testing and internal changes

  • Install local dependencies when running lint (#4936)
  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)

1.7.0

Features

  • Enable anonymous access to blobs in public buckets (#4315)
  • Make project optional / overridable for storage client (#4381)
  • Relax regex used to test for valid project IDs (#4543)
  • Add support for source_generation parameter to Bucket.copy_blob (#4546)

1.6.0

Documentation

  • Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency on google-api-core (#4221, #4280)
  • Requiring google-resumable-media >= 0.3.1 (#4244)

PyPI: https://pypi.org/project/google-cloud-storage/1.6.0/