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-api-core/#history
66
7+ ## 1.5.2
8+
9+ 11-09-2018 14:22 PST
10+
11+
12+ ### Implementation Changes
13+ - Retry transient errors in 'PollingFuture.result'. ([ #6305 ] ( https://github.com/googleapis/google-cloud-python/pull/6305 ) )
14+
15+ ### Dependencies
16+ - Remove hyphen from named extra in api_core. ([ #6468 ] ( https://github.com/googleapis/google-cloud-python/pull/6468 ) )
17+ - Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([ #6391 ] ( https://github.com/googleapis/google-cloud-python/pull/6391 ) )
18+ - Avoid broken 'google-common-apis 1.5.4' release. ([ #6355 ] ( https://github.com/googleapis/google-cloud-python/pull/6355 ) )
19+
720## 1.5.1
821
92210-29-2018 13:29 PDT
Original file line number Diff line number Diff line change 2222
2323name = 'google-api-core'
2424description = 'Google API client core library'
25- version = '1.5.1 '
25+ version = '1.5.2 '
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
4040]
4141extras = {
4242 'grpc' : 'grpcio >= 1.8.2' ,
43- 'grpcgcp' : 'grpcio-gcp >= 0.2.2'
43+ 'grpcgcp' : 'grpcio-gcp >= 0.2.2' ,
44+ 'grpcio-gcp' : 'grpcio-gcp >= 0.2.2'
4445}
4546
4647
You can’t perform that action at this time.
0 commit comments