1.27.0 (2020-04-01)
- generate signed URLs for blobs/buckets using virtual hostname (#58) (23df542)
- storage: Add cname support for V4 signature (#72) (cc853af)
- storage: add conformance tests for virtual hosted style signed URLs (#83) (5adc8b0)
- storage: add get notification method (#77) (f602252)
- storage: improve v4 signature query parameters encoding (#48) (8df0b55)
- storage: fix blob metadata to None regression (#60) (a834d1b)
- add classifer for Python 3.8 (#63) (1b9b6bc)
- make v4 signing formatting consistent w/ spec (#56) (8712da8)
- use correct IAM object admin role (#71) (2e27edd)
- storage: remove docstring of retrun in reload method (#78) (4abeb1c)
- storage: use OrderedDict while encoding POST policy (#95) (df560e1)
1.26.0 (2020-02-12)
- storage: add support for signing URLs using token (#9889) (ad280bf)
- add timeout parameter to public methods (#44) (63abf07)
- storage: fix documentation of max_result parameter in list_blob (#43) (ff15f19)
- storage: fix system test and change scope for iam access token (#47) (bc5375f)
- tests: remove low version error assertion from iam conditions system tests (#53) (8904aee)
01-16-2020 11:00 PST
- fix: replace unsafe six.PY3 with PY2 for better future compatibility with Python 4 (#10081)
- fix(storage): fix document of delete blob (#10015)
- feat(storage): support optionsRequestedPolicyVersion (#9989)
- chore(storage): bump core dependency to 1.2.0 (#10160)
01-02-2020 13:20 PST
- Add 'ARCHIVE' storage class (#9533)
01-02-2020 10:39 PST
-str() metadata for for blob (#9796)
- Add timeout parameter to Batch interface to match google-cloud-core (#10010)
11-12-2019 12:57 PST
- Move
create_bucketimplementation fromBuckettoClient. (#8604)
- Add opt-in raw download support. (#9572)
- Pin
google-resumable-media >= 0.5.0, < 0.6dev. (#9572)
- Add python 2 sunset banner to documentation. (#9036)
- Fix query-string order dependent assert. (#9728)
- Normalize VPCSC configuration in system tests. (#9616)
11-05-2019 10:22 PST
- Add UBLA attrs to IAMConfiguration. (#9475)
10-28-2019 21:52 PDT
- Add gcloud-python header to user agent (#9551)
- Don't report a gapic version for storage (#9549)
- Update storage endpoint from www.googleapis.com to storage.googleapis.com (#9543)
- Call anonymous client method to remove dependency of google application credentials (#9455)
- Enable CSEK w/ V4 signed URLs (#9450)
- Support predefined ACLs in
Bucket.create(#9334)
- Add
hmac_keyand notification documentation rst files (#9529) - Remove references to the old authentication credentials (#9456)
- Clarify docstring for
Blob.download_as_string(#9332)
09-26-2019 06:45 PDT
- Add
user_projectparam to HMAC-related methods. (#9237) - Add
Blob.from_stringandBucket.from_stringfactories. (#9143)
- Fix intersphinx reference to
requests. (#9294) - Fix deep / broken URL for service account setup. (#9164)
- Fix typo in
_helpers.py. (#9239) - In systests, retry bucket creation on 503. (#9248)
- Avoid using
REGIONAL/MULTI_REGIONALin examples, tests. (#9205) - Move
benchwrapperintotests/perf. (#9246) - Add support for
STORAGE_EMULATOR_HOST; addbenchwrapperscript. (#9219)
08-28-2019 09:45 PDT
- Expose 'HMACKeyMetadata.id' field. (#9115)
- Make 'Blob.bucket' a readonly property. (#9113)
- Clarify 'response_type' for signed_url methods. (#8942)
- Add
client_optionsto constructors for manual clients. (#9054)
- Remove compatability badges from READMEs. (#9035)
- Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
- Fix tests broken by yesterday's google-resumable-media release. (#9119)
- Harden 'test_access_to_public_bucket' systest against 429 / 503 errors. (#8997)
08-07-2019 00:37 PDT
- Add HMAC key support. (#8430)
- Mark old storage classes as legacy, not deprecated. (#8887)
- Normalize 'lint' / 'blacken' support under nox. (#8831)
- Update intersphinx mapping for requests. (#8805)
07-24-2019 12:37 PDT
- Retry bucket creation in signing setup. (#8620)
- Fix URI -> blob name conversion in
Client download_blob_to_file. (#8440) - Avoid escaping tilde in blob public / signed URLs. (#8434)
- Add generation to 'Blob.repr'. (#8423)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
- Fix example in
Client.download_blob_to_filedocstring. (#8629) - Remove typing information for kwargs to not conflict with type checkers (#8546)
- Skip failing
test_bpo_set_unset_preserves_aclssystest. (#8617) - Add nox session 'docs'. (#8478)
- Add docs job to publish to googleapis.dev. (#8464)
06-04-2019 11:09 PDT
- Don't pin
google-api-corein libs usinggoogle-cloud-core. (#8213)
- Fix example in
download_blob_to_filedocstring. (#8201) - Tweak
fieldsdocstring further. (#8040) - Improve docs for
fieldsargument toBucket.list_blobs. (#8023) - Fix docs typo. (#8027)
- Retry harder in face of 409/429 during module teardown. (#8113)
- Add more retries for 429s during teardown operations. (#8112)
05-16-2019 12:55 PDT
- Update
Client.create_bucketto take a Bucket object or string. (#7820) - Update
Client.get_bucketto take aBucketobject or string. (#7856) - Add
Client.download_blob_to_filemethod. (#7949) - Add
client_infosupport to client / connection. (#7872)
04-17-2019 15:37 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Ensure that 'Blob.reload' passes encryption headers. (#7441)
- Update client library documentation URLs. (#7307)
- Fix failing system tests (#7714)
- Increase number of retries for 429 errors. (#7484)
- Un-flake KMS integration tests expecting empty bucket. (#7479)
02-06-2019 12:49 PST
- Add 'Bucket.iam_configuration' property, enabling Bucket-Policy-Only. (#7066)
- Improve docs for 'generate_signed_url'. (#7201)
12-17-2018 17:02 PST
- Update
Blob.update_storage_classto support rewrite tokens. (#6527)
- Skip signing tests for insufficient credentials (#6917)
- Document Python 2 deprecation (#6910)
- Normalize docs for
page_size/max_results/page_token. (#6842)
12-10-2018 13:31 PST
- Import
iam.policyfromgoogle.api_core. (#6741) - Accomodate new back-end restriction on retention period. (#6388)
- Avoid deleting a blob renamed to itself (#6365)
- Update dependency to google-cloud-core (#6835)
- Bump minimum
api_coreversion for all GAPIC libs to 1.4.1. (#6391)
- Normalize use of support level badges (#6159)
- Blacken libraries (#6794)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Harden teardown in system tests. (#6444)
- Harden
create_bucketcall 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)
- Add support for bucket retention policies (#5534)
- Allow
destination.content_typeto be None inBlob.compose. (#6031)
- Ensure that
methodforBlob.generate_signed_urlis uppercase. (#6110)
- Clarify GCS URL signing limitations on GCE (#6104)
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
- Add support for Python 3.7, drop support for Python 3.4. (#5942)
- Add lifecycle rules helpers to bucket. (#5877)
- Add 'stacklevel=2' to deprecation warnings. (#5897)
- 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.locationsetter (#5808)
- Add
Client.get_service_account_email. (#5765)
- Clarify
Nonevalues for resource-backed properties. (#5509) - Elaborate docs for
{Bucket,Blob}.make_{public,private}; note how to enable anonymous accesss toBlob.public_url. (#5767)
- Harden
create_bucketsystest against 429 responses. (#5535) - Add system test: signed URLs w/ non-ASCII blob name. (#5626)
- Harden
tearDownModuleagainst 429 TooManyRequests. (#5701) - Retry
notification.create()on503 ServiceUnavailable. (#5741) - Fix failing KMS system tests. (#5832, #5837, #5860)
- Add support for KMS keys (#5259)
- Add
{Blob,Bucket}make_privatemethod (#5336)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Change GCS batch endpoint from
/batchto/batch/storage/v1(#5040)
- Allow uploading files larger than 2GB by using Resumable Media Requests (#5187)
- Add range downloads (#5081)
- 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.createmethod call forClient.create_bucket()documentation. (#5073) - Link out to requester pays docs. (#5065)
- 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)
- Implement predefined acl (#4757)
- Add support for resumable signed url generation (#4789)
- Do not quote embedded slashes for public / signed URLs (#4716)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Missing word in docstring (#4763)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- 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_generationparameter toBucket.copy_blob(#4546)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Requiring
google-resumable-media >= 0.3.1(#4244)