Skip to content

Commit 1726fd6

Browse files
author
Jon Wayne Parrott
authored
Release 1.5.0 (#4901)
1 parent 79d3810 commit 1726fd6

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44

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

7+
## 1.5.0
8+
9+
# New features
10+
11+
- Added `max_latency` to `BackgroundThreadTransport`. (#4762)
12+
- Added support for unique writer identity in `Sink`. (#4595, #4708, #4704, #4706)
13+
14+
# Implementation changes
15+
16+
- The underlying auto-generated client library was re-generated to pick up new features and bugfixes. (#4759)
17+
- Moved the code path of `get_gae_labels()` to `emit()`. (#4824)
18+
- Removed a debug print statement. (#4838)
19+
- `LogSink.create` captures the server-generated `writerIdentity`. (#4707)
20+
- Accomodated a back-end change making `Sink.filter` optional. (#4699)
21+
22+
# Testing
23+
24+
- Fixed system tests (#4768)
25+
- Hardened test for `retrieve_metadata_server` against transparent DNS proxies. (#4698)
26+
- Added cleanup for Pub / Sub topic in logging system test. (#4532)
27+
- Added another check for Python 2.7 in Logging `nox -s default`. (#4523)
28+
- Pinned `django` test dependency to `< 2.0` in Python 2.7. (#4519)
29+
- Maked a `nox -s default` session for all packages. (#4324)
30+
- Shortened test names. (#4321)
31+
32+
# Documentation
33+
34+
- Added doc to highlight missing `uniqueWriterIdentity` field. (#4579)
35+
- Fixing "Fore" -> "For" typo in README docs. (#4317)
36+
737
## 1.4.0
838

939
### Implementation Changes

setup.py

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

5858
setup(
5959
name='google-cloud-logging',
60-
version='1.4.1.dev1',
60+
version='1.5.0',
6161
description='Python Client for Stackdriver Logging',
6262
long_description=README,
6363
namespace_packages=[

0 commit comments

Comments
 (0)