Skip to content

Commit 546ae39

Browse files
tseaveryoshi-automation
authored andcommitted
Release storage-1.15.0.
Release storage-1.15.0. googleapis#7725 automerged by dpebot
1 parent 5d4a621 commit 546ae39

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

storage/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
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

929
02-06-2019 12:49 PST

storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-storage'
2424
description = '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'

storage/tests/system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import time
2020
import unittest
2121

22-
import pytest
2322
import requests
2423
import six
2524

0 commit comments

Comments
 (0)