File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-storage/#history
66
7+ ## 1.15.0
8+
9+ 04-17-2019 15:37 PDT
10+
11+ ### New Features
12+ - Add support for V4 signed URLs ([ #7460 ] ( https://github.com/googleapis/google-cloud-python/pull/7460 ) )
13+ - Add generation arguments to bucket / blob methods. ([ #7444 ] ( https://github.com/googleapis/google-cloud-python/pull/7444 ) )
14+
15+ ### Implementation Changes
16+ - Remove classifier for Python 3.4 for end-of-life. ([ #7535 ] ( https://github.com/googleapis/google-cloud-python/pull/7535 ) )
17+ - Ensure that 'Blob.reload' passes encryption headers. ([ #7441 ] ( https://github.com/googleapis/google-cloud-python/pull/7441 ) )
18+
19+ ### Documentation
20+ - Update client library documentation URLs. ([ #7307 ] ( https://github.com/googleapis/google-cloud-python/pull/7307 ) )
21+
22+ ### Internal / Testing Changes
23+ - Fix failing system tests ([ #7714 ] ( https://github.com/googleapis/google-cloud-python/pull/7714 ) )
24+ - Increase number of retries for 429 errors. ([ #7484 ] ( https://github.com/googleapis/google-cloud-python/pull/7484 ) )
25+ - Un-flake KMS integration tests expecting empty bucket. ([ #7479 ] ( https://github.com/googleapis/google-cloud-python/pull/7479 ) )
26+
727## 1.14.0
828
92902-06-2019 12:49 PST
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-storage'
2424description = 'Google Cloud Storage API client library'
25- version = '1.14 .0'
25+ version = '1.15 .0'
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
Original file line number Diff line number Diff line change 1919import time
2020import unittest
2121
22- import pytest
2322import requests
2423import six
2524
You can’t perform that action at this time.
0 commit comments