Skip to content

Releases: googleapis/python-logging

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

v2.0.2

16 Dec 19:17
2a36af6
Compare
Choose a tag to compare

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
7f75f59
Compare
Choose a tag to compare

Bug Fixes

Documentation

v2.0.0

19 Nov 00:46
174f224
Compare
Choose a tag to compare

⚠ 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