This repository was archived by the owner on Feb 26, 2026. It is now read-only.
v1.5.0
New features
- Added
max_latencytoBackgroundThreadTransport. (#4762) - Added support for unique writer identity in
Sink. (#4595, #4708, #4704, #4706)
Implementation changes
- The underlying auto-generated client library was re-generated to pick up new features and bugfixes. (#4759)
- Moved the code path of
get_gae_labels()toemit(). (#4824) - Removed a debug print statement. (#4838)
LogSink.createcaptures the server-generatedwriterIdentity. (#4707)- Accomodated a back-end change making
Sink.filteroptional. (#4699)
Testing
- Fixed system tests (#4768)
- Hardened test for
retrieve_metadata_serveragainst transparent DNS proxies. (#4698) - Added cleanup for Pub / Sub topic in logging system test. (#4532)
- Added another check for Python 2.7 in Logging
nox -s default. (#4523) - Pinned
djangotest dependency to< 2.0in Python 2.7. (#4519) - Maked a
nox -s defaultsession for all packages. (#4324) - Shortened test names. (#4321)