Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[1]: https://pypi.org/project/google-cloud-logging/#history

## 1.8.0

### New Features
- Support request-correlated logging in App Engine standard python37 runtime. ([#6118](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6118))

### Documentation
- Restore detailed usage docs. ([#5999](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5999))
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. ([#5996](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5996))
- Prep logging docs for repo split. ([#5943](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5943))

## 1.7.0

### Implementation Changes
Expand Down
2 changes: 1 addition & 1 deletion logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = 'google-cloud-logging'
description = 'Stackdriver Logging API client library'
version = '1.7.0'
version = '1.8.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down