File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-logging/#history
66
7+ ## 1.8.0
8+
9+ 10-17-2018 14:23 PDT
10+
11+ ### Implementation Changes
12+
13+ - Logging: allow more tries on inner retry for '_ list_entries'. ([ #6179 ] ( https://github.com/googleapis/google-cloud-python/pull/6179 ) )
14+ - Accommodate payload-less log entries. ([ #6103 ] ( https://github.com/googleapis/google-cloud-python/pull/6103 ) )
15+
16+ ### New Features
17+
18+ - Logging: support request-correlated logging in App Engine standard python37 runtime ([ #6118 ] ( https://github.com/googleapis/google-cloud-python/pull/6118 ) )
19+
20+ ### Documentation
21+
22+ - Logging: fix class reference in docstring ([ #6153 ] ( https://github.com/googleapis/google-cloud-python/pull/6153 ) )
23+ - Translate / Logging / Language: restore detailed usage docs. ([ #5999 ] ( https://github.com/googleapis/google-cloud-python/pull/5999 ) )
24+ - Redirect renamed 'usage.html'/'client.html' -> 'index.html'. ([ #5996 ] ( https://github.com/googleapis/google-cloud-python/pull/5996 ) )
25+
26+ ### Internal / Testing Changes
27+
28+ - Use new Nox ([ #6175 ] ( https://github.com/googleapis/google-cloud-python/pull/6175 ) )
29+ - Logging: harden systest teardown against 'DeadlineExceeded' retry errors. ([ #6182 ] ( https://github.com/googleapis/google-cloud-python/pull/6182 ) )
30+ - Logging: fix lint errors. ([ #6183 ] ( https://github.com/googleapis/google-cloud-python/pull/6183 ) )
31+ - Harden sink / metric creation against transient errors. ([ #6180 ] ( https://github.com/googleapis/google-cloud-python/pull/6180 ) )
32+ - Logging: test both GCLOUD_PROJECT and GOOGLE_CLOUD_PROJECT env vars ([ #6138 ] ( https://github.com/googleapis/google-cloud-python/pull/6138 ) )
33+ - Harden 'test_list_entry_with_unregistered' against 429 errors. ([ #6181 ] ( https://github.com/googleapis/google-cloud-python/pull/6181 ) )
34+ - Prep logging docs for repo split. ([ #5943 ] ( https://github.com/googleapis/google-cloud-python/pull/5943 ) )
35+
736## 1.7.0
837
938### Implementation Changes
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-logging'
2424description = 'Stackdriver Logging API client library'
25- version = '1.7 .0'
25+ version = '1.8 .0'
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments