Changelog#
1.18.0#
08-07-2019 00:37 PDT
1.14.0#
02-06-2019 12:49 PST
1.13.2#
12-17-2018 17:02 PST
1.13.1#
12-10-2018 13:31 PST
Implementation Changes#
Dependencies#
Internal / Testing Changes#
Blacken libraries (#6794)
Add templates for flake8, coveragerc, noxfile, and black. (#6642)
Harden teardown in system tests. (#6444)
Harden
create_bucket
call in systests vs. 429 TooManyRequests. (#6401)Skip public bucket test in VPC Service Controls (#6230)
Fix lint failure. (#6219)
Disable test running in VPC Service Controls restricted environment (#6215)
Use new Nox (#6175)
1.11.0#
Implementation Changes#
Preserve message / args from an
InvalidResponse
. (#5492)Fix generating signed urls for blobs with non-ascii names. (#5625)
Move bucket location specification to
Bucket.create
; deprecateBucket.location
setter (#5808)
New Features#
Add
Client.get_service_account_email
. (#5765)
Documentation#
Clarify
None
values for resource-backed properties. (#5509)Elaborate docs for
{Bucket,Blob}.make_{public,private}
; note how to enable anonymous accesss toBlob.public_url
. (#5767)
Internal / Testing Changes#
Harden
create_bucket
systest against 429 responses. (#5535)Add system test: signed URLs w/ non-ASCII blob name. (#5626)
Harden
tearDownModule
against 429 TooManyRequests. (#5701)Retry
notification.create()
on503 ServiceUnavailable
. (#5741)Fix failing KMS system tests. (#5832, #5837, #5860)
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 forClient.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 toBucket.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 ongoogle-api-core
(#4221, #4280)Requiring
google-resumable-media >= 0.3.1
(#4244)
PyPI: https://pypi.org/project/google-cloud-storage/1.6.0/