Releases: googleapis/python-logging
Releases · googleapis/python-logging
v2.0.2
v2.0.1
v2.0.0
⚠ BREAKING CHANGES
- Use microgenerator for GAPIC layer. See UPGRADING.md for details. (#94)
- removes support for webapp2 and other Python2 specific code
Features
Bug Fixes
Code Refactoring
Documentation
v1.15.1
v1.15.0
chore: release 1.15.0 (#24) * updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
v1.14.0
v1.13.0
09-23-2019 10:00 PDT
Implementation Changes
- Pass 'stream' argument to super in 'ContainerEngineHandler.init'. (#9166)
New Features
- Add LoggingV2Servicer, LogSinks, logging_metrics, and log_entry. Add LogSeverity and HttpRequest types (via synth). (#9262)
- Add client_options to logging v1 (#9046)
Documentation
- Remove compatability badges from READMEs. (#9035)
Internal / Testing Changes
v1.12.1
08-01-2019 09:45 PDT
Implementation Changes
- Remove gRPC size restrictions (4MB default) (#8860)
- Map stdlib loglevels to Stackdriver severity enum values. (#8837)
Documentation
- Fix 'list_entries' example with projects. (#8858)
Internal / Testing Changes
- Update intersphinx mapping for requests. (#8805)
v1.12.0
07-24-2019 16:47 PDT
Implementation Changes
- Set the 'timestamp' on log records created by handler. (#8227)
- Clarify worker thread implementation. (#8228)
New Features
- Add path-construction helpers to GAPIC clients (via synth). (#8631)
- Add 'client_options' support, update list method docstrings (via synth). (#8535)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
Internal / Testing Changes
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)