Skip to content

Commit 5447d1c

Browse files
authored
chore(api_core): release 1.15.0 (#9984)
1 parent d372f66 commit 5447d1c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

api_core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## 1.15.0
8+
9+
12-16-2019 15:27 PST
10+
11+
### New Features
12+
- Make the last retry happen at deadline. ([#9873](https://github.com/googleapis/google-cloud-python/pull/9873))
13+
- Add a repr method for ClientOptions. ([#9849](https://github.com/googleapis/google-cloud-python/pull/9849))
14+
- Simplify `from_rfc3339` methods. ([#9641](https://github.com/googleapis/google-cloud-python/pull/9641))
15+
- Provide a `raw_page` field for `page_iterator.Page`. ([#9486](https://github.com/googleapis/google-cloud-python/pull/9486))
16+
17+
### Documentation
18+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
19+
- Remove references to the old authentication credentials. ([#9456](https://github.com/googleapis/google-cloud-python/pull/9456))
20+
721
## 1.14.3
822

923
10-07-2019 10:35 PDT

api_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-api-core"
2424
description = "Google API client core library"
25-
version = "1.14.3"
25+
version = "1.15.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)