Releases: googleapis/python-logging
Releases · googleapis/python-logging
v1.11.0
05-16-2019 12:27 PDT
Implementation Changes
- Add routing header to method metadata (via synth). (#7598)
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Use FQDN for GCE metadata endpoint. (#7520)
New Features
Dependencies
- Pin
google-cloud-core >= 1.0.0, < 2.0dev. (#7993)
Documentation
- Update client library documentation URLs. (#7307)
- Reformat snippet (via synth). (#7216)
- Add snippet for logging a resource. (#7212)
Internal / Testing Changes
v1.10.0
v1.9.1: Release logging 1.9.1 (#6947)
v1.9.0: Release logging 1.9.0 (#6893)
12-10-2018 12:55 PST
Implementation Changes
- Import
iam.policyfromgoogle.api_core. (#6741) - Pick up fixes to GAPIC generator. (#6631)
- Fix
client_infobug, update docstrings via synth. (#6435) - Revert "Allow turning on JSON Detection in StackDriver" (#6352)
- Allow turning on JSON Detection in StackDriver (#6293)
New Features
- Add support for additional 'LogEntry' fields (#6229)
Dependencies
- Update dependency to google-cloud-core (#6835)
- Bump minimum
api_coreversion for all GAPIC libs to 1.4.1. (#6391)
Internal / Testing Changes
v1.8.0
10-17-2018 14:23 PDT
Implementation Changes
- Logging: allow more tries on inner retry for '_list_entries'. (#6179)
- Accommodate payload-less log entries. (#6103)
New Features
- Logging: support request-correlated logging in App Engine standard python37 runtime (#6118)
Documentation
- Logging: fix class reference in docstring (#6153)
- Translate / Logging / Language: restore detailed usage docs. (#5999)
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
Internal / Testing Changes
- Use new Nox (#6175)
- Logging: harden systest teardown against 'DeadlineExceeded' retry errors. (#6182)
- Logging: fix lint errors. (#6183)
- Harden sink / metric creation against transient errors. (#6180)
- Logging: test both GCLOUD_PROJECT and GOOGLE_CLOUD_PROJECT env vars (#6138)
- Harden 'test_list_entry_with_unregistered' against 429 errors. (#6181)
- Prep logging docs for repo split. (#5943)
v1.7.0
Implementation Changes
- Print to stderr instead of stdout when exiting the program (#5569)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Support older Django versions in request middleware #5024
- Fix bad trove classifier #5386
New Features
- Add support for
traceandspan_idto logging async API (#5908) - Add support for
span_idattribute of log entries (#5885) - Add support for
traceattribute of log entries (#5878) - Add support for Python 3.7 and remove 3.4 (#5295)
Documentation
- Replace links to '/stable/' with '/latest/'. (#5901)
Internal / Testing Changes
- Nox: use inplace installs (#5865)
- Unflake logging systests (#5698)
- Harden
_list_entriessystem test further against backoff failure. (#5551) - Harden logging systests (#5496)
- Harden system tests against 'ResourceExhausted' quota errors. (#5486)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Plug leaky sink in systests. (#5247)
v1.6.0
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)
Documentation
v1.4.0: Making release for most packages. (#4296)
Implementation Changes
- Remove
deepcopyofClient._httpin background transport (#3954)
Documentation
- Added link to "Python Development Environment Setup Guide" in
project README (#4187, h/t to @michaelawyu)