Releases: googleapis/python-logging
Releases · googleapis/python-logging
v2.1.0
12 Jan 21:31
Compare
Sorry, something went wrong.
No results found
Features
allow modifying LogEntry data using extra argument (#129 ) (92b287f )
support http_request field (#120 ) (ba94afb )
Bug Fixes
add InternalServerError to list of expected errors (#151 ) (9bf49f5 )
Documentation
v2.0.2
16 Dec 19:17
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Add submodule imports for handlers to logging alias (#117 ) (6843a3a )
remove client recv msg limit fix: add enums to types/__init__.py (#131 ) (6349b89 )
Remove keyword only argument for RequestsMiddleware (#113 ) (e704f28 )
v2.0.1
02 Dec 22:20
Compare
Sorry, something went wrong.
No results found
v2.0.0
19 Nov 00:46
Compare
Sorry, something went wrong.
No results found
⚠ 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
07 Aug 21:16
Compare
Sorry, something went wrong.
No results found
Documentation
add initialization of LogEntry instance in the v2 example (#46 ) (251ac93 ), closes #44
change descriptions for virtual environment (#48 ) (c5c3c15 ), closes #47
v1.15.0
02 Mar 21:46
Compare
Sorry, something went wrong.
No results found
chore: release 1.15.0 (#24)
* updated CHANGELOG.md [ci skip]
* updated setup.py [ci skip]
v1.14.0
05 Feb 22:49
Compare
Sorry, something went wrong.
No results found
10-15-2019 06:50 PDT
Implementation Changes
Dependencies
Pin 'google-cloud-core >= 1.0.3, < 2.0.0dev'. (#9445 )
v1.13.0
05 Feb 22:49
Compare
Sorry, something went wrong.
No results found
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
Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085 )
Delete custom synth removing gRPC send/recv msg size limits. (#8939 )
v1.12.1
05 Feb 22:50
Compare
Sorry, something went wrong.
No results found
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
05 Feb 22:50
Compare
Sorry, something went wrong.
No results found
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
Re-add "generated" markers (via synth). (#8538 )
Add nox session 'docs' to remaining manual clients. (#8478 )
Add docs job to publish to googleapis.dev. (#8464 )
Fix tests broken in PR #8227 . (#8273 )
Add empty lines. (#8064 )
Use alabaster theme everwhere. (#8021 )