Releases: googleapis/python-logging
Releases · googleapis/python-logging
v3.0.0
3.0.0 (2022-01-27)
⚠ BREAKING CHANGES
- make logging API more friendly to use (#422)
- api consistency between HTTP and Gapic layers (#375)
- support string-encoded json (#339)
- Infer default resource in logger (#315)
- support json logs (#316)
- deprecate AppEngineHandler and ContainerEngineHandler (#310)
Features
- add api key support (#472) (81ca8c6)
- add json_fields extras argument for adding to jsonPayload (#447) (a760e02)
- avoid importing grpc when explicitly disabled (#416) (818213e)
- Infer default resource in logger (#315) (c632503)
- make logging API more friendly to use (#422) (83d9ca8)
- support json logs (#316) (5267152)
- support string-encoded json (#339) (6fa1773)
- trace improvements (#450) (e0c5fc0)
Bug Fixes
- allow reading logs from non-project paths (#444) (97e32b6)
- api consistency between HTTP and Gapic layers (#375) (e1506fa)
Miscellaneous Chores
Documentation
v2.7.0
Features
- add context manager support in client (#415) (f5af164)
- added support for iam AuditData proto (#396) (e3a1eba)
- use structured logging on GCF with python 3.7 (#434) (5055919)
Bug Fixes
- add 'dict' annotation type to 'request' (76ac729)
- add 'dict' annotation type to 'request' (23f9e1f)
- deps: drop packaging dependency (9d38995)
- deps: require google-api-core >= 1.28.0 (9d38995)
- deps: require proto-plus==1.15.0 (76ac729)
- exception log message format (#394) (c426bf5)
- improper types in pagers generation (76ac729)
- improper types in pagers generation (6a837a5)
Documentation
- list oneofs in docstring (9d38995)
v2.6.0
v2.5.0
v2.4.0
Features
- allow custom labels with standard library logging (#264) (fe4de39)
- Improve source location overrides (#258) (6b10b74)
- record source locations (#254) (a5c2f8e)
- support span inference (#267) (fcd26eb)
- use standard output logs on serverless environments (#228) (a78f577)
Bug Fixes
- changed region format on serverless (#291) (8872d6f)
- changed region format on serverless (#291) (360d3d2)
- deps: fix minimum required version of google-api-core (#244) (874fdfa)
- deps: fix minimum required version of google-api-core (#244) (37d33fc)
- improve API compatibility for next release (#292) (1f9517d)
- remove noisy logs (#290) (bdf8273)