Skip to content

Releases: googleapis/python-logging

v3.0.0

01 Feb 21:51
10727ef
Compare
Choose a tag to compare

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

Bug Fixes

  • allow reading logs from non-project paths (#444) (97e32b6)
  • api consistency between HTTP and Gapic layers (#375) (e1506fa)

Miscellaneous Chores

  • deprecate AppEngineHandler and ContainerEngineHandler (#310) (e3cac88)

Documentation

v2.7.0

02 Nov 22:32
9d3b954
Compare
Choose a tag to compare

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

28 Jul 20:04
e62de41
Compare
Choose a tag to compare

Features

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#356) (a970dd2)
  • disable always_use_jwt_access (#342) (a95e401)
  • enable self signed jwt for grpc (#360) (707fad1)

Documentation

v2.5.0

15 Jun 19:17
392813d
Compare
Choose a tag to compare

Features

  • support AuditLog and RequestLog protos (#274) (5d91be9)

Bug Fixes

v2.4.0

12 May 21:07
6d09912
Compare
Choose a tag to compare

Features

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)

v2.3.1

24 Mar 20:47
6a1f19d
Compare
Choose a tag to compare

Bug Fixes

  • detect project from environment instead of from logger (#238) (813b97c)
  • revert default resource behavior to avoid breaking changes (#237) (24a0a5e)

v2.3.0

15 Mar 17:47
7a4b054
Compare
Choose a tag to compare

Features

  • Add json setting to allow unicodes to show in log instead of ascii ch… (#193) (e8c8e30)
  • detect monitored resources on all GCP environments (#200) (4eda681)

Bug Fixes

Documentation

  • add python std_logging to sample browser (#173) (7cc7275)

v2.2.0

27 Jan 01:01
2b5f9e3
Compare
Choose a tag to compare

Features

  • add 'from_service_account_info' factory to clients (a9ff2b7)

Bug Fixes

v2.1.1

14 Jan 20:02
9611810
Compare
Choose a tag to compare

Bug Fixes

v2.1.0

12 Jan 21:31
d1cd29b
Compare
Choose a tag to compare

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